CLI instalable por pip para gestionar runtime vía Docker Compose y chatear por SSE.
Project description
o11ce-cli
o11ce-cli instala el comando o11ce para:
- levantar/bajar el runtime vía Docker Compose (
o11ce up,o11ce down,o11ce status)
Requisitos
- Python 3.11+
- Docker + Docker Compose (plugin
docker composeo binariodocker-compose)
Instalación
pip install o11ce-cli
Configuración
El runtime requiere OPENROUTER_API_KEY.
- Opción A: exportar variable en tu shell:
export OPENROUTER_API_KEY="..."
- Opción B: guardar el secreto en el
.envdel stack:
o11ce init
Esto crea un directorio local en tu home con .env, compose.yml y volúmenes (workspace/ logs/ cache/ tmp/).
Uso
Levantar runtime:
o11ce up
Chat:
o11ce status
Bajar runtime:
o11ce down
Imágenes Docker
El compose embebido usa imágenes publicadas y puede sobrescribirse:
O11CE_AGENT_IMAGEO11CE_BROWSER_IMAGE
Ejemplo:
export O11CE_AGENT_IMAGE="ghcr.io/o11ce/open-peak-agent:0.1.0"
Build y publicación en PyPI
Prerequisitos:
- Tener cuenta en PyPI
- Tener token de API de PyPI
Configurar credenciales (recomendado)
Crear ~/.pypirc:
[pypi]
username = __token__
password = <TU_TOKEN_DE_PYPI>
Construir
python -m pip install -U build
python -m build
Subir
python -m pip install -U twine
python -m twine upload dist/*
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 o11ce34345_3434_aiggbma-0.1.0.tar.gz.
File metadata
- Download URL: o11ce34345_3434_aiggbma-0.1.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5a531d36600783db6db2128690faace1cb6c1524b4be58a7884c69bec1570e9
|
|
| MD5 |
9087a2a54ca9653b16c50bfd05ac0e30
|
|
| BLAKE2b-256 |
2a6732a1f5ed875b00ddc1bf78dbb7348ffaffae96220cb22d8b4c9920099ffa
|
File details
Details for the file o11ce34345_3434_aiggbma-0.1.0-py3-none-any.whl.
File metadata
- Download URL: o11ce34345_3434_aiggbma-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
363fe28f96fe4ffbfc8964366d7492f8b0f5652ca4ed8dc65ea3daaef8d0c90f
|
|
| MD5 |
7e5e8e023fbbea94776c4d75bfecd0f6
|
|
| BLAKE2b-256 |
525e46d3885a334250efa8b6f9683d68cb0d174762599a53ae3dd95d330f1111
|