
tty7
tty7 is a fast, GPU-accelerated terminal workbench with persistent sessions, built-in input tools, SSH support, and coding agent awareness.
它将中文视频讲解与可运行的代码片段一一对应,降低了学习门槛,适合通过动手实践理解Rust AI Agent的构建过程。
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 ep04
Replace ep04 with the tag shown in the video description.
将 ep04 替换为视频简介中对应的tag。
根据分类、Topic 和编程语言匹配的相似项目。

tty7 is a fast, GPU-accelerated terminal workbench with persistent sessions, built-in input tools, SSH support, and coding agent awareness.
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.
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.