This commit is contained in:
a2a-platform
2026-06-14 22:56:58 +00:00
commit cfffc4dfd6
5 changed files with 173 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# metatest
Manifest-backed meta-agent composed in the dashboard.
Generated A2APack meta-agent project.
- Main skill: `pursue`
- Planning: `llm_dag`
- Max nodes: `8`
- Max replans: `1`
- Declared sub-agents:
- `blog-openapi-agent` skills: auto, get_blog_health, list_blog_posts, create_blog_post, get_blog_post, upsert_blog_post, delete_blog_post
- `google-trends-agent` skills: fetch, fetch_structured
Edit `meta_agent_manifest.json` and `a2a.yaml` together if you change the composition.