kadmon
v0.6.3
Published
An autonomous coding agent that manages its own context across sessions
Maintainers
Readme
kadmon
An autonomous coding agent that manages its own context across sessions.
Install
npm install -g kadmonRequires Python 3.11+ (the npm package auto-installs the Python backend on first run).
Usage
# Interactive setup
kadmon init
# Run on a repo
cd your-project
kadmon run --task "Fix the failing test in test_auth.py"
# Benchmark
kadmon bench --languages python --limit 5What is this?
This npm package is a thin wrapper around the kadmon Python package. It:
- Checks for Python 3.11+
- Installs the
kadmonpip package if not present - Forwards all commands to the Python CLI
For full documentation, see the GitHub repo.
