| Example | Description |
|---|---|
| Tenant Agent Factory | A factory that builds a per-tenant Agent on every request, registered alongside a static prototype. |
| Input Schema Factory | Client sends factory_input JSON, validated against a Pydantic schema before the factory runs. |
| JWT Role Factory | RBAC tool grants from trusted JWT claims. Authorization from verified middleware, customization from client input. |
| HITL Factory | Factory agent with a tool that requires human confirmation before executing. |
Dynamic Agents
Factories
Examples for AgentFactory in AgentOS.