Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

euron_coding_agent-0.1.1.tar.gz (23.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

euron_coding_agent-0.1.1-py3-none-any.whl (27.0 kB view details)

Uploaded Python 3

File details

Details for the file euron_coding_agent-0.1.1.tar.gz.

File metadata

  • Download URL: euron_coding_agent-0.1.1.tar.gz
  • Upload date:
  • Size: 23.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for euron_coding_agent-0.1.1.tar.gz
Algorithm Hash digest
SHA256 b402f78a75cb409bf66c05f2f1e915767d64a42c19a026219576624277c4c615
MD5 e9e16525c406d6ec6f2bbf1ce8b9600b
BLAKE2b-256 5d3021cdd4d774f21ad77c06a5e622af780dddb96cd5615e07d88aeb51b8d917

See more details on using hashes here.

File details

Details for the file euron_coding_agent-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for euron_coding_agent-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d6809747db1b8770c9d79a233c91fe6048dc7b2a8a0a9212e119b894249656cb
MD5 296f35f1efb67f5167a4768754392b17
BLAKE2b-256 a999f1e8969d674157b08f1695c6314bd4fb8959d14d993fb5f553a30715d04a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page