Blades
Blades is a Go-based multimodal AI Agent framework.
At a glance.
A compact read before the deeper capability notes and official setup links.
Core features.
Feature cards focus on what the tool helps users do, not generated setup commands.
Blades is a multimodal AI Agent framework for the Go language, supporting custom models, tools, memory, middleware, etc.
Blades leverages the characteristics of the Go language to provide a flexible and efficient AI Agent solution.
Middleware Ecosystem: Drawing inspiration from Kratos's middleware design philosophy, features like Observability and Guardrails can be easily integrated into AI Agents.
Highly Extensible: Achieves a high degree of decoupling and extensibility through unified interfaces and pluggable components, facilitating the integration of different LLM models and external tools.
These components work together to build the intelligent behavior of the Agent:
Agent: The core unit that executes tasks, capable of invoking models and tools.
Chain: Connects multiple Agents or other Chains to form complex workflows.
ModelProvider: A pluggable LLM interface, allowing you to easily switch and integrate different language model services (such as OpenAI, etc.).
Agent / Skill / MCP / Workflow fit.
This panel keeps technical format separate from the user-facing AI category.
Official setup path.
Generated install snippets are intentionally not mirrored here because they drift. The page links to source-owned setup docs instead.
Evidence and adoption notes.
These notes help a user decide whether to investigate the official project further.
Source repository last pushed at 2026-05-18T13:56:21Z.
Generated from source metadata; confirm operational details in the official project before adopting it.
Review the upstream license, maintenance activity, and issue history before using it in production.