Quickstart
Build and launch locally
allthecodes 是 Rust workspace 构建,产物是单一二进制。完成 provider 配置后即可在任意项目目录启动。
Configuration
Provider keys and profiles
文档区先给出最小可运行配置。后续可以扩展为 provider 选择器、profile 示例和团队级默认配置。
ANTHROPIC_API_KEYAnthropic Direct, prompt caching and thinking support.OPENAI_API_KEYOpenAI-compatible gateways and local routing.OPENAI_CODEX_AUTH_TOKENCodex-compatible authentication path.Run modes
Choose the interface for the job
TUImode
默认交互式终端体验。
./target/release/allthecodesPrintmode
一次性任务、脚本和 CI 管道。
allthecodes -p "fix this test"JSONmode
程序化调用和结构化输出。
allthecodes -p "review" --output-format jsonWebmode
浏览器 UI 和远程开发工作面。
allthecodes --web --web-port 3001Ecosystem
Connect the full stack
文档区把核心引擎、前端、桌面端和桥接服务放在同一条路径里,方便从单机使用扩展到团队工作流。
Join waitlist
Get updates for hosted docs and team features
Join the waitlist to receive updates for hosted docs, account features, and team workflows.