agno-multi-modal-agent-runtime-platform
SolidAgno is a high-performance Python framework for building, running, and managing agentic software at scale. It provides a three-layer architecture — framework, runtime, and control plane — enabling developers to go from agent prototype to production API in roughly 20 lines of code.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- agentskillexchange
- Repository
- agentskillexchange/skills
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
agno-foundation
Use when building or porting an agent framework runtime — the single-agent run loop with retries/cancellation/HITL pauses/approvals and conversation time-travel (continue/fork/regenerate), model provider fallback and retry-with-guidance, OR the multi-agent layer: a supervisor/team-leader loop over member agents, an autonomous shared-task-list mode, tool routing for the leader model, cooperative run cancellation with cancel-before-start support, and HITL pause propagation from members to teams. Source code and direct tests are ground truth; references carry decisive excerpts and graph retrieval.
openai-agents-sdk
This skill builds AI agents with the official OpenAI Agents SDK for Python (`pip install openai-agents`), from hello world to professional production systems. Use whenever the user is writing agent code with the `agents` package — Agent, Runner.run/run_sync/run_streamed, @tool / function_tool, handoffs, agents-as-tools, input/output/tool guardrails, structured outputs (output_type), sessions & memory, RunConfig, ModelSettings, tracing, MCP servers, or multi-agent orchestration. Also use for questions about how the SDK works, its current API surface, or converting an idea into an agentic app. Provides the correct, docs-grounded API (no guessed imports).
autogpt-agents
Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or building complex multi-step AI automation systems.