Lightweight provider-agnostic agentic coding backend (CLI + server) for the Euron VS Code extension.
Project description
euron-agent (backend)
The Python agent backend behind the Euron Coding Agent VS Code extension — also a standalone CLI. Provider-agnostic (Euron/Euri, OpenAI, OpenRouter, Anthropic, Ollama, or any OpenAI-compatible / self-hosted endpoint).
Install
pip install euron-coding-agent # add: pip install "euron-coding-agent[anthropic]" for Claude
CLI
euron-agent init # scaffold config.yaml + .env (optional)
euron-agent providers # list providers
euron-agent run "add a /health route to app.py"
euron-agent chat # interactive REPL (keeps context)
euron-agent serve --port 0 # run the API/WebSocket server (0 = auto-port)
Set a key via environment (OPENAI_API_KEY, EURI_API_KEY, …) or config.yaml.
Built-in provider profiles mean no config file is required — just pick a
provider and supply a key.
Server
GET /health— liveness.GET /providers— configured providers.POST /agent/run— one-shot, non-interactive (set"auto_approve": true).WS /ws— streaming agent with per-action approval (used by the extension).
The WebSocket init message accepts provider, model, api_key, and
base_url so secrets never need to live on disk.
See the project README for the full architecture and the VS Code extension.
License
MIT
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 euron_coding_agent-0.3.0.tar.gz.
File metadata
- Download URL: euron_coding_agent-0.3.0.tar.gz
- Upload date:
- Size: 42.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b10664a8d663c41a01066b8ecb70cc0c428312595cb601e487be75e398f9de15
|
|
| MD5 |
cf7bb544bd28fc5fc6b5ee6d67ef2efc
|
|
| BLAKE2b-256 |
7aa51ce0ea3710e7f5779bc0868e17bc908f5f83f4c67ba21fba294f62f8d2e4
|
File details
Details for the file euron_coding_agent-0.3.0-py3-none-any.whl.
File metadata
- Download URL: euron_coding_agent-0.3.0-py3-none-any.whl
- Upload date:
- Size: 44.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc3c5d4a719865075ea13241b17944f45c62c849c9b4c8ad67ea6e716715e7e7
|
|
| MD5 |
f954d6ac63afb0e79363bd811f412e7d
|
|
| BLAKE2b-256 |
656a3c6f2d3005ded9b1b80e48698673647fd9847e52b1259bb2b7ee8e44b4a6
|