agents
01Cursor rule Cursor
A set of coding rules for building Agno agents in a consistent Python project structure, including templates and typed result formats.
Production-grade AI Agent orchestration scaffold based on Agno + AgentOS. Supports 8 model providers (OpenRouter/OpenAI/Google/Anthropic/Alibaba/Volcengine), multi-agent Teams, and conditional Workflows.
Cursor rule Cursor
A set of coding rules for building Agno agents in a consistent Python project structure, including templates and typed result formats.
Cursor rule Cursor
A set of project-wide development rules for an Agno agent service, including naming, model configuration, performance, and registration conventions.
Cursor rule Cursor
Configuration rules for creating language models through one shared ModelConfig interface, with support for several hosted providers and local Ollama models. The configuration can include the model, provider, temperature, token limit, reasoning, and web-search settings.
Cursor rule Cursor
A Cursor rule for building teams of AI agents with the Agno framework. A team is a group of agents with different roles, such as researching and writing, that collaborate on one task.
Cursor rule Cursor
A set of rules for building Agno workflows, which are programs that run tasks in defined steps and can choose between paths.