
tty7
tty7 is a fast, GPU-accelerated terminal workbench with persistent sessions, built-in input tools, SSH support, and coding agent awareness.
It offers a practical, episode-by-episode coding journey that complements a popular Chinese video tutorial, making Rust-based AI agent development accessible to a wider audience.
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。
Similar projects matched by category, topics, and programming language.

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.