Agent Templates
Pre-configured agent configurations
Overview
Templates are pre-configured agent configurations that can be used to quickly deploy and configure Agentuity for popular agent frameworks, AI providers and runtimes.
When you create a new Agent project, you can select a template to use as a starting point.
Python (uv tool)
uv is a Python package manager and project runner, not a runtime. Unlike Python runtimes that execute code, uv manages dependencies, creates virtual environments, and runs Python applications. It's similar to pip + virtualenv but faster and more integrated.
Python Agent Frameworks
Framework | More Information |
---|---|
AutoGen | https://microsoft.github.io/autogen/ |
AWS Strands | https://strandsagents.com/latest/ |
CrewAI | https://www.crewai.com/ |
Haystack | https://haystack.deepset.ai/ |
LangChain | https://www.langchain.com/ |
LangGraph | https://www.langchain.com/langgraph |
LlamaIndex | https://www.llamaindex.ai/ |
OpenAI Agents | https://github.com/openai/openai-agents-python |
Praison AI | https://docs.praison.ai/docs/index |
Pydantic AI | https://ai.pydantic.dev/ |
Python AI Providers
Provider | More Information |
---|---|
Anthropic | https://www.anthropic.com/ |
Google Gen AI | https://ai.google.com/ |
LiteLLM | https://www.litellm.ai/ |
OpenAI | https://openai.com/ |
JavaScript/TypeScript
JavaScript Agent Frameworks
Framework | More Information |
---|---|
LangChain | https://js.langchain.com/ |
LangGraph | https://langchain-ai.github.io/langgraphjs/ |
Mastra | https://mastra.ai/ |
Praison AI | https://docs.praisonai.com/ |
VoltAgent | https://github.com/voltagentai/voltagent |
Vercel AI SDK | https://ai.vercel.com/ |
JavaScript AI Providers
Provider | More Information |
---|---|
Anthropic | https://www.anthropic.com/ |
Google Gen AI | https://ai.google.com/ |
Groq | https://groq.com/ |
OpenAI | https://openai.com/ |
For JavaScript/TypeScript, both the Bun and Node.js runtimes are supported.
Creating Templates
The Agentuity Template system is fully open source and you can create your own templates by forking the Agentuity Template repository and making a pull request. Don't see your favorite framework? Fork the repository, add it and send us a pull request!
Run the following command to test your template locally:
agentuity create --templates-dir <path-to-directory>
Need Help?
Join our Community for assistance or just to hang with other humans building agents.
Send us an email at hi@agentuity.com if you'd like to get in touch.
Please Follow us on
If you haven't already, please Signup for your free account now and start building your first agent!