What are Templates?
Templates are standardized codebases for AgentOS. They contain:- An AgentOS instance using FastAPI.
- A PostgreSQL database for storing sessions, memories, evals and knowledge.
- A set of pre-built Agents, Teams and Workflows to use as a starting point.
How to get started with a template:
- Make sure you have the agno and agno-infra installed.
- Create your codebase using:
ag infra createand choose a template.
-
cdinto your codebase and run the dev environment. - Run the prd environment after you’ve tested the dev environment and are ready to deploy to production.
- The instructions for dev and prd environment are different for each template. Please refer to the template documentation for specific instructions.
- Instead of using
ag infra create, you can clone the repository and follow the instructions in the template documentation.