deploy
This commit is contained in:
48
meta_agent_manifest.json
Normal file
48
meta_agent_manifest.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user