49 lines
954 B
JSON
49 lines
954 B
JSON
{
|
|
"composition": {
|
|
"max_nodes": 8,
|
|
"max_parallel": 3,
|
|
"max_replans": 1,
|
|
"planning": "llm_dag",
|
|
"sub_agents": [
|
|
{
|
|
"default_args": {},
|
|
"name": "blog-openapi-agent",
|
|
"required": true,
|
|
"skills": [
|
|
"auto",
|
|
"get_blog_health",
|
|
"list_blog_posts",
|
|
"create_blog_post",
|
|
"get_blog_post",
|
|
"upsert_blog_post",
|
|
"delete_blog_post"
|
|
]
|
|
},
|
|
{
|
|
"default_args": {},
|
|
"name": "google-trends-agent",
|
|
"required": true,
|
|
"skills": [
|
|
"fetch",
|
|
"fetch_structured"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"goal": {
|
|
"constraints": [],
|
|
"objective": "Figure out what kind of blog content works",
|
|
"success_criteria": []
|
|
},
|
|
"memory": {
|
|
"namespace": "metatest",
|
|
"retention": "durable",
|
|
"scope": "agent",
|
|
"tiers": [
|
|
"files",
|
|
"kv",
|
|
"vector"
|
|
]
|
|
}
|
|
}
|