Rust 中文社区日报精选,整理当日值得关注的 Rust 生态动态与项目。

[开源] Tirea 0.4 — Rust AI Agent 框架,同时服务 CopilotKit + Vercel AI SDK,多智能体编排开箱即用

  • 作者⁠:⁠chaizhenhua

  • 发布时间⁠:⁠2026-03-16 05:16

  • 标签⁠:⁠AI Agent, 开源项目, 智能体

  • RustCC 原帖⁠:⁠https://rustcc.cn/article?id=b0628330-44d6-4460-ab41-56281c0ba56f

  • 项目链接⁠:⁠https://github.com/tirea-ai/tirea

核心能力:

  • 多前端生态兼容⁠:⁠一个二进制同时服务 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。

---

From RustCC 大家的项目 自动整理

  • Rustcc论坛

Logo

欢迎加入DeepSeek 技术社区。在这里,你可以找到志同道合的朋友,共同探索AI技术的奥秘。

更多推荐