Introduction

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

Python AI Providers

JavaScript/TypeScript

JavaScript Agent Frameworks

JavaScript AI Providers

ProviderMore Information
Anthropichttps://www.anthropic.com/
Google Gen AIhttps://ai.google.com/
Groqhttps://groq.com/
OpenAIhttps://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 DiscordCommunity 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!