< 返回版块

chaizhenhua 发表于 2026-03-16 05:16

Tags:AI Agent, 开源项目, 智能体

核心能力:

  • 多前端生态兼容:一个二进制同时服务 CopilotKit(AG-UI)和 React(AI SDK v6),零胶水代码
  • 多智能体编排:本地 + 远程(A2A),支持协调者/流水线/并行扇出/层级/生成-批评模式
  • Skills + MCP:技能包运行时发现激活 + 任意 MCP 工具自动注册
  • Human-in-the-loop:按工具粒度 Allow/Deny/Ask,暂停 → 审批 → 恢复
  • Rust 性能:无 GC、低内存、千级并发 Agent

技术栈: axum + tokio + genai(DeepSeek / OpenAI / Anthropic / Ollama)

git clone https://github.com/tirea-ai/tirea.git && cd tirea
cd examples/ai-sdk-starter && npm install
DEEPSEEK_API_KEY=<your-key> npm run dev
# 首次运行会编译 Rust agent(约 1-2 分钟),然后打开 http://localhost:3001

链接: GitHub · crates.io · 文档 · 中文 README

欢迎 star 和贡献,good first issue #7–#16。


Ext Link: https://github.com/tirea-ai/tirea

评论区

写评论

还没有评论

1 共 0 条评论, 1 页