CLAII is an open-source terminal-based AI coding assistant developed by agencyswarm. Built in Python, it serves as a lightweight CLI agent designed to help developers inspect local codebases, manage tasks, and run modular functions directly from the shell. The tool runs as a CLI package via a standard terminal entrypoint. During daily development, users interact with the agent from their current working directory, passing instructions and querying code. CLAII manages multi-turn conversation states through a dedicated memory module, providing model compatibility for providers such as Google Gemini by normalizing message roles to adhere to provider SDK requirements. CLAII differentiates itself through built-in persistent local memory (.claii_memory.json), system prompt heuristics tuned for workspace path handling, and support for explicit @kb syntax to mention and inject knowledge base files directly into the prompt context. The project is available as an open-source repository on GitHub. It represents an early-stage, modular agent implementation configured via pyproject.toml and standard Python environment settings.
Tags: ai agent, cli, coding agent, developer tools, terminal