agent
active
CyCode
CLI
IDE
About
CyCode is a self-hosted, terminal-first coding agent written to demonstrate how little a working agentic loop requires: file read/write/edit, bash (with some high-risk command blocking), grep/glob search, and a sub-agent tool, all wired through an OpenAI-compatible Chat Completions API. It runs on Node 18 with an Ink-based TUI (REPL fallback), saves and resumes sessions, compresses context, and tracks token cost, and it works with OpenAI, DeepSeek, DashScope/Qwen, or any compatible endpoint via environment keys. The project is very early: five commits, 45 stars, no releases, and no license file yet, so it functions primarily as a compact reference implementation for developers studying or forking a small agent harness.