Analysis updated 2026-05-18
Replace a plain terminal spinner with a more visually distinct loading animation
Show a clear thinking or working state in a command line AI agent
Add the same animation effects to a Rust CLI, a Python script, and a JavaScript web app from one shared codebase
Preview available animation styles quickly using the built-in uv-based preview command
| codeaashu/agents-are-thinking | forgeailab/forge | hulk-2019/fujisim | |
|---|---|---|---|
| Stars | 15 | 15 | 15 |
| Language | Rust | Rust | Rust |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Agents Are Thinking is a small library that creates terminal animations for the moment when an AI agent or command line tool is "thinking" or processing something. Instead of a plain spinner, it offers 48 different animation effects built from braille dots, block characters, and other unicode glyphs, grouped into six families: braille, shade, bar, vertical block, square, and dot. The core library is written in Rust and has no runtime dependencies, which keeps it lightweight and fast to run in a terminal. On top of the Rust core, the project provides bindings so the same effects can be used from Python, through PyO3, and from JavaScript or TypeScript in the browser or Node, through WebAssembly built with wasm-bindgen. Each animation family includes several named variations. The braille family alone has close to twenty effects, with names like BrailleSpin, BrailleWave, BrailleRipple, BrailleFire, and BrailleHeartbeat, each describing a different visual pattern such as a spinning dot, a scrolling wave, a ripple from the center, or a pulsing heartbeat. The other families, such as shade and vertical block, offer similar variety with fewer options each. For someone who just wants to see what the effects look like without installing anything into their own project, the maintainer provides a command you can run through uv, a Python package manager, to preview the animations directly, as well as a hosted preview website. For developers who want to add it to their own tools, installation is a single command in each supported ecosystem: cargo for Rust, uv or pip for Python, and npm for JavaScript or TypeScript. This is a focused, single-purpose visual effects library rather than a full application. It would suit anyone building a command line tool, an AI agent interface, or a developer utility who wants a more polished loading indicator than a plain spinner character.
A Rust library with Python and JavaScript bindings that adds 48 terminal animation effects for showing an AI agent or CLI tool is thinking or working.
Mainly Rust. The stack also includes Rust, PyO3, wasm-bindgen.
License information is not stated in the README shown here.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.