PsiACE/bub

每日信息看板 · 2026-02-26
开源项目
Category
github_search
Source
0
Score
2026-02-26T01:51:25Z
Published

AI 总结

Bub Release Build status Commit activity License Bub it. Build it. Bub is a coding agent CLI built on republic. It is designed for real engineering workflows…
#GitHub #repo #开源项目

内容摘录

Bub

Release
Build status
Commit activity
License
Bub it. Build it.

Bub is a coding agent CLI built on republic.
It is designed for real engineering workflows where execution must be predictable, inspectable, and recoverable.
Four Things To Know
Command boundary is strict: only lines starting with , are treated as commands.
The same routing model is applied to both user input and assistant output.
Successful commands return directly; failed commands fall back to the model with structured context.
Session context is append-only tape with explicit anchor/handoff transitions.
Quick Start

Minimal .env:

Start interactive CLI:
Interaction Rules
hello: natural language routed to model.
,help: internal command.
,git status: shell command.
, ls -la: shell command (space after comma is optional).

Common commands:
Telegram (Optional)
Discord (Optional)
Documentation
docs/index.md: getting started and usage overview
docs/deployment.md: local + Docker deployment playbook
docs/features.md: key capabilities and why they matter
docs/cli.md: interactive CLI workflow and troubleshooting
docs/architecture.md: agent loop, tape, anchor, and tool/skill design
docs/telegram.md: Telegram integration and operations
docs/discord.md: Discord integration and operations
Development
License

Apache 2.0