Managed Agent Cookbooks
managed-agent-cookbooks/ — สูตร (recipe) สำหรับ deploy agent เดียวกันผ่าน Claude Managed Agents API
ต่างจาก agent-plugins ยังไง?
| มิติ | plugins/agent-plugins/ |
managed-agent-cookbooks/ |
|---|---|---|
| Runtime | Cowork plugin / Claude Code CLI | Managed Agents API |
| ใครรัน | User interactive | API ขับเคลื่อน (batch / scheduled) |
| Format | plugin.json + agents/*.md + skills/ | agent.yaml + orchestrator.md + subagents/ |
| Sub-agents | inline ผ่าน skills | depth-1 subagents (researcher, modeler, writer) |
| Output | conversational | structured JSON schema |
รายชื่อ Cookbook
ทุก cookbook map 1:1 กับ agent plugin ใน plugins/agent-plugins/:
- pitch-agent
- earnings-reviewer
- valuation-reviewer
- model-builder
- market-researcher
- meeting-prep-agent
- kyc-screener
- statement-auditor
- gl-reconciler
- month-end-closer
โครงสร้างมาตรฐาน
managed-agent-cookbooks/<agent>/
├── agent.yaml # manifest หลัก
├── orchestrator.md # system prompt ของ orchestrator
├── subagents/
│ ├── researcher.md
│ ├── modeler.md
│ └── writer.md
└── schemas/
└── handoff.json # schema สำหรับ output ระหว่าง subagent