Agents
List factory agents
List the factory agents available to scaffold with npx zavudev agents pull. Each entry is a ready-made voice or text agent (system prompt, skills, and — for voice agents — a co-located voice config).
get/v1/agent-templates
Response
List of factory agents.
Example response
{
"items": [
{
"id": "fermi"
}
]
}