Universal coding agent for your terminal — use any OpenAI-compatible LLM
Project description
anycode
A universal coding agent for your terminal. Use any OpenAI-compatible LLM as your AI pair programmer.
Install
pip install anycode
Requires: Node.js >= 18 (install)
Quick Start
# First run — select your provider and enter API key
anycode
# Non-interactive mode
anycode -p "Explain this codebase"
# Test connection
anycode --test
Supported Providers
| Provider | Models |
|---|---|
| OpenAI | gpt-4o, gpt-4o-mini, o1, o3 |
| DeepSeek | deepseek-chat, deepseek-reasoner |
| Qwen | qwen-max, qwen-plus |
| MiniMax | MiniMax-Text-01 |
| GLM (Zhipu) | glm-4-plus |
| SiliconFlow | DeepSeek-V3, Qwen2.5 |
| Ollama | llama3, codellama, mistral |
| Any OpenAI-compatible API | Any model |
Configuration
# Environment variables (CI/CD friendly)
export ANYCODE_API_KEY="sk-..."
export ANYCODE_MODEL="gpt-4o"
anycode -p "fix this bug"
# Or use config file: ~/.anycode/provider.json
anycode provider-info # show current config
Tools
anycode has full agent capabilities: Bash, Read, Write, Edit, Grep, Glob, and more.
anycode -p "Read main.py and find bugs"
anycode -p "Create a REST API with FastAPI"
anycode --dangerously-skip-permissions -p "Run tests and fix failures"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file anycode_ai-1.0.9.tar.gz.
File metadata
- Download URL: anycode_ai-1.0.9.tar.gz
- Upload date:
- Size: 10.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92b98635b842239bcda0d566a45a7540f39775f50bf8118c4089edc276e5ea93
|
|
| MD5 |
a9fdb6e3e61da981bf45dfaedfd32890
|
|
| BLAKE2b-256 |
23eb8362b5f67c6e52114eeeffa091bd2fccd6253f159503425732fd49f554be
|
File details
Details for the file anycode_ai-1.0.9-py3-none-any.whl.
File metadata
- Download URL: anycode_ai-1.0.9-py3-none-any.whl
- Upload date:
- Size: 13.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
743b259ff6405184eea8ebbe81e23748b628240237f96fad06974e27c3b53536
|
|
| MD5 |
c119479cbb47e1da27a9fea568e5640d
|
|
| BLAKE2b-256 |
2c5093220914fe93f3f7a33cef0e0136ffe468f55edd3efcbf56c1edebc8525c
|