Prerequisites:
- Python 3.12 or higher
- Docker (optional, for code sandbox features)
Get started in four steps
Create a project
agents/- Directory for your agent codepyproject.toml- Project dependencies.env.example- Template for environment variables (copy to.env)
Create an agent
python (default), langchain, pydantic (more coming soon)See the framework guides for framework-specific implementations.This creates agents/my_agent/agent.py with a template you can customize.