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。
📺 软件工艺师
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 ep04Replace ep04 with the tag shown in the video description.
将 ep04 替换为视频简介中对应的tag。