该仓库是为B站系列教程《用Rust构建AI Agent》提供的配套代码,每期视频使用tag标记,方便切换。

Stars

49

7 天增长

暂无数据

Fork 数

4

开放 Issue

0

开源协议

暂无数据

最近更新

2026-07-27

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它将中文视频讲解与可运行的代码片段一一对应,降低了学习门槛,适合通过动手实践理解Rust AI Agent的构建过程。

适合谁使用

  • 对Rust和AI Agent感兴趣的开发者
  • B站《用Rust构建AI Agent》教程的观众
  • 希望结合视频和代码自学的学习者
  • 想探索Rust在智能体领域应用的AI爱好者

典型使用场景

  • 根据视频简介的tag(例如ep04)检出对应代码,边看边练
  • 逐步学习Rust AI Agent项目的模块化结构
  • 将tag后的代码作为特定概念的正确参考或调试依据
  • 克隆仓库作为开发自己Rust AI Agent的初始模板

项目优势

  • 每期视频对应一个tag,与教程进度完全同步
  • 与免费的B站优质教程紧密联动,学习路径清晰
  • 简单的克隆+切换tag流程,无需复杂配置

使用前须知

  • 除代码和README外没有详细文档,学习高度依赖视频系列
  • 目前tag数量有限,项目仍在演进中,可能不完整
  • 需要观众具备一定的Rust基础知识并适应教程讲师的风格

README 快速开始

用 Rust 构建 AI Agent (Building AI Agents with Rust)

Companion code for the Bilibili tutorial series 用Rust构建AI Agent — building an AI agent in Rust, chapter by chapter.

配套代码仓库,Bilibili教程系列 《用Rust构建AI Agent》,用Rust逐章构建AI Agent。

📺 软件工艺师

Getting the code / 获取代码

Each episode's code is tagged. Clone the repo and check out the tag for the episode you're watching:

每一期的代码都打了tag。克隆仓库后,切换到对应期数的tag即可:

git clone https://github.com/solenovex/rust-ai-agent.git
cd rust-ai-agent
git checkout ep04

Replace ep04 with the tag shown in the video description.

ep04 替换为视频简介中对应的tag。

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

l0ng-ai
精选
l0ng-ai GitHub avatar

tty7

tty7 is a fast, GPU-accelerated terminal workbench with persistent sessions, built-in input tools, SSH support, and coding agent awareness.

开发者工具CLI 与终端
359
steelbrain
精选
steelbrain GitHub avatar

reims-vgpu

reims-vgpu is an experimental virtual GPU for macOS guests that uses QEMU to decode the guest's GPU command stream and execute it through Metal or Vulkan, leveraging the built-in AppleParavirtGPU driver without requiring custom kexts.

桌面应用
143
m-novotny
精选
m-novotny GitHub avatar

memguard-rs

A Rust library that provides secure memory handling primitives including zeroization on drop, memory locking, constant-time comparison, and compile-time guarded regions, with zero dependencies and no_std support.

嵌入式与物联网安全
131