aura
活跃·★ 77·Apache-2.0·更新于 2026-05-29
★ 时下流行★ 工作流自动化★ RAG / 知识库
一个用于从声明式TOML配置组合AI智能体的生产级框架,集成了MCP工具、RAG流水线和兼容OpenAI的Web API。
Aura是一个生产级框架,通过TOML配置声明式地构建AI智能体。它支持多提供商LLM、动态MCP工具发现、RAG流水线,并提供兼容OpenAI的API。该框架基于Rig.rs构建,并增强了可靠性和可操作性。
#ai-agent-framework#AI 智能体#aiops#DevOps#harness#大语言模型#llmops#MCP 协议
01
功能特性
01通过TOML声明式组合智能体,支持多提供商LLM和多智能体服务
02跨HTTP、SSE和STDIO传输的动态MCP工具发现
03自动模式清理以确保OpenAI函数调用兼容性
04RAG流水线集成,支持内存和外部向量存储
05可嵌入的Rust核心,独立于配置层
02
兼容性
Linux
Linux
已通过文档验证
macOS
macOS
已通过文档验证
Windows
Windows
已通过文档验证
03
快速开始
1
$ git clone https://github.com/mezmo/aura
2
$ cd aura
3
$ cp examples/reference.toml config.toml
4
$ cargo build --release
04
使用场景
↳部署为兼容OpenAI的聊天补全API服务器
↳通过配置目录提供多智能体服务
↳将Aura核心嵌入自定义Rust应用以实现智能体功能
05
同类工具
相关搜索
评论
登录后发表评论
- KKendall Nguyen2026年5月18日
TOML-based composition makes agent workflows reviewable by non-developers
- Alex Kim2026年5月2日
Declarative TOML config for composing AI agents is a clean alternative to code-heavy orchestration
- AAvery Patel2026年4月30日
The production-ready framework handles the operational concerns that most agent frameworks ignore
- JJesse Thompson2026年4月2日
Used for internal business automation where non-engineers need to modify agent behavior