[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-6058":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":24,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":15,"starSnapshotCount":15,"syncStatus":29,"lastSyncTime":30,"discoverSource":31},6058,"agents-are-thinking","czl9707\u002Fagents-are-thinking","czl9707","Exploring agent \"thinking\" animation.","http:\u002F\u002Fagents-are-thinking.kiyo-n-zane.com\u002F",null,"Rust",198,10,48,0,5,7,102,15,3.12,"MIT License",false,"main",true,[],"2026-06-12 02:01:16","# agents-are-thinking\n\nTerminal animation effects for agents' \"thinking\" state. Braille, block characters, unicode glyphs. No runtime dependencies.\n\n\u003Cimg src=\".\u002Fagents-are-thinking-demo.gif\" width=\"100%\" height=\"100%\">\n\n## Get Started \n\n~The package is implemented in python.~ The package is written in rust. And provides python binding using [PY03](https:\u002F\u002Fgithub.com\u002FPyO3\u002Fpyo3), and wasm binding using [wasm-bindgen](https:\u002F\u002Fgithub.com\u002Fwasm-bindgen\u002Fwasm-bindgen).\n\n### \"Too complicated, just want to watch them thinking!\"\n\n```bash\nuv tool install agents-are-thinking[cli]\nuv tool run agents-are-thinking preview\n```\n\nOr visit [agents-are-thinking.kiyo-n-zane.com](https:\u002F\u002Fagents-are-thinking.kiyo-n-zane.com).\n\n### Install\n\n| Ecosystem | Package | Install |\n|-----------|---------|---------|\n| Rust | `agents-are-thinking` | `cargo add agents-are-thinking` |\n| Python | `agents-are-thinking` | `uv add agents-are-thinking` |\n| JS\u002FTS | `@zane-chen\u002Fagents-are-thinking` | `npm install @zane-chen\u002Fagents-are-thinking` |\n\n### Ecosystem guides\n\n- [Rust](.\u002FRUST-GUIDE.md)\n- [Python](.\u002FPYTHON-GUIDE.md)\n- [JS\u002FTS (WASM)](.\u002FJS-GUIDE.md)\n\n## Effects\n\n48 effects across 6 families: braille, shade, bar, vblock, square, dot.\n\n### Braille\n\n| Effect | Description |\n|--------|-------------|\n| `BrailleSpin` | Braille spinner, same char repeated |\n| `BrailleSpin2` | Braille spinner, wider path |\n| `BrailleWave` | Smooth sine wave scrolls across as braille dots |\n| `BrailleRandom` | Each column picks random dots |\n| `BrailleBreathe` | Gentle breathing pattern |\n| `BrailleRipple` | Ripple radiating from center |\n| `BrailleBounce` | Dots bouncing across |\n| `BrailleRain` | Falling dots |\n| `BrailleZigzag` | Zigzag path |\n| `BrailleDissolve` | Dissolve and reform |\n| `BrailleFire` | Fire simulation |\n| `BrailleNoise` | Static noise |\n| `BrailleHeartbeat` | Heartbeat pulse |\n| `BrailleArrow` | Arrow pattern |\n| `BrailleScanner` | Scanner sweep |\n| `BrailleMatrix` | Matrix-style rain |\n| `BrailleCheckerboard` | Checkerboard toggle |\n| `BrailleCheckerboard2x2` | 2x2 checkerboard toggle |\n\n### Shade\n\n| Effect | Description |\n|--------|-------------|\n| `ShadeWave` | Smooth sine wave as shade blocks |\n| `ShadeScanner` | Scanner sweep as shades |\n| `ShadeFire` | Fire simulation with shade characters |\n| `ShadeRipple` | Ripple radiating from center |\n| `ShadeBreathe` | Gentle breathing pattern |\n| `ShadeSeeSaw` | Left and right halves alternate |\n| `ShadeBlink` | Blinking pattern |\n| `ShadeLayers` | Layered shading |\n| `ShadePinch` | Pinch effect |\n\n### Bar\n\n| Effect | Description |\n|--------|-------------|\n| `BarBounce` | Each bar bounces independently |\n| `BarWave` | Smooth sine wave scrolls across as bar heights |\n| `BarSeeSaw` | Left and right halves alternate like a seesaw |\n\n### VBlock\n\n| Effect | Description |\n|--------|-------------|\n| `VBlockWave` | Smooth sine wave |\n| `VBlockScanner` | Scanner sweep |\n| `VBlockTide` | Tide coming in and out |\n| `VBlockBreathe` | Gentle breathing pattern |\n| `VBlockBounce` | Bounce across |\n| `VBlockPulse` | Pulse effect |\n| `VBlockRipple` | Ripple from center |\n| `VBlockRain` | Falling blocks |\n| `VBlockCascade` | Cascade effect |\n\n### Square\n\n| Effect | Description |\n|--------|-------------|\n| `SquarePulse` | Pulse effect |\n| `SquareFill` | Fill and drain |\n| `SquareBlink` | Blinking pattern |\n| `SquareArrow` | Arrow pattern |\n\n### Dot\n\n| Effect | Description |\n|--------|-------------|\n| `DotWave` | Smooth sine wave |\n| `DotPulse` | Pulse effect |\n| `DotHeartbeat` | Heartbeat pulse |\n| `DotArrow` | Arrow pattern |\n| `DotBounce` | Bounce across |\n\n","agents-are-thinking 是一个用于在终端中展示智能体“思考”状态动画效果的项目。它利用点字、块字符和 Unicode 字符等元素提供了 48 种不同风格的动画效果，包括点字旋转、波浪、心跳等多种视觉样式。该项目采用 Rust 编写，并通过 PyO3 和 wasm-bindgen 提供了 Python 和 WebAssembly 的绑定支持，无需额外运行时依赖。适用于需要为命令行工具或网页应用增添动态等待反馈场景，如数据处理、任务执行等过程中的用户交互体验优化。",2,"2026-06-11 03:05:36","CREATED_QUERY"]