by fdueblab · MCP Server · ★ 111
为什么选择 Micro-Agent 如果你需要为特定行业快速构建一个专业 Agent 并以 API 服务形式交付,Micro-Agent 是最短路径。 各框架定位: Micro-Agent 面向垂域专业 Agent 服务交付 · LangGraph 面向复杂多步工作流编排 · AutoGen 面向多角色智能体协作 · OpenClaw 面向个人效率自动化 架构 核心组件: LLM Layer — 通过 litellm 统一接口,一套代码切换 OpenAI / DeepSeek / Claude / Ollama 等任意模型 Agent Core — ReAct 执行引擎(Think → Act → Observe 循环),支持 SubAgent 子任务分发与 REPL 沙箱执行 Memory — 会话记忆系统,支持短期记忆、文件持久化、跨会话恢复 Skills — 将领域规范、编码标准等知识注入 Agent 的 system prompt,使其具备专业能力 RAG — 从领域知识库中检索相关文档,为推理提供上下文
| Stars | 111 |
| Forks | 17 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 52.266/100 |
| Open Issues | 2 |
| Last Updated | 2026-05-13 |
| Created | 2025-03-25 |
| Platforms | mcp, python |
| Est. Tokens | ~90k |
Explore other popular mcp server tools:
Micro-Agent is A lightweight AI agent framework for vertical domain applications | 面向垂域应用的轻量级 AI Agent 框架. It is categorized as a MCP Server with 111 GitHub stars.
Micro-Agent is primarily written in Python. It covers topics such as ai-agent, fastapi, litellm.
You can find installation instructions and usage details in the Micro-Agent GitHub repository at github.com/fdueblab/Micro-Agent. The project has 111 stars and 17 forks, indicating an active community.
Micro-Agent is released under the MIT license, making it free to use and modify according to the license terms.