Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allegro Code

AllegroCode logo

A minimal experimental coding agent harness built on AllegroAgent.

✨ Features

  • 🛠️ Tool-backed agent — read, edit, bash, and list files right from the CLI
  • 🔌 OpenRouter integration — bring your own model (Claude, GPT, Gemini, etc.)
  • 🧪 Lightweight & extensible — built on AllegroAgent's provider system

📦 Installation

pip install allegro-code

🚀 Usage

export OPENROUTER_API_KEY="sk-..."
allegro-code

By default the agent uses openrouter:openai/gpt-4o-mini. Pass --model to change it:

allegro-code --model "openrouter/anthropic/claude-sonnet-20240620"

⚙️ Options

Flag Description
--model Model to use (default: openrouter:openai/gpt-4o-mini)
--temperature Sampling temperature (0.0–2.0)
--max-tokens Max response tokens
--yes / -y Skip confirmation prompts

🧑‍💻 Development

git clone https://github.com/ajithraghavan/allegro-code
cd allegro-code
python -m venv .venv && source .venv/bin/activate
pip install -e .
pytest

📄 License

Apache 2.0

About

AllegroCode : Allegro Coding Harness

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages