OpenChatCi
Hawaii-built localhost-first AI agent platform powered by Microsoft Agent Framework.
Install
pip install openchatci
Quick Start
Linux / macOS
# Generate .env configuration
openchatci init
# Edit .env and set AZURE_OPENAI_ENDPOINT
nano .env
# Login to Azure CLI
az login
# Start the server
openchatci
Windows (PowerShell)
# Generate .env configuration
openchatci init
# Edit .env and set AZURE_OPENAI_ENDPOINT
notepad .env
# Login to Azure CLI
az login
# Start the server
openchatci
Open http://localhost:8000/chat
CLI Usage
openchatci Start the server
openchatci init Generate .env from template
openchatci init --force Overwrite existing .env
openchatci --host 0.0.0.0 Bind to all interfaces
openchatci --port 9000 Use custom port
openchatci --skip-auth-check Skip Azure CLI login check
openchatci --version Show version
Requirements
- Python 3.12+
- Azure OpenAI resource with a deployed model
- Azure CLI (
az login)
Supported Platforms
- Windows 10/11
- macOS (Intel / Apple Silicon)
- Linux (Ubuntu, Debian, etc.)
License
Apache-2.0
Release files for openchatci 0.48.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| openchatci-0.48.0.tar.gz | 2.2 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| openchatci-0.48.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.5 MB
Release files / openchatci-0.48.0.tar.gz
| Download URL | openchatci-0.48.0.tar.gz |
|---|---|
| Size | 2.2 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3e2e67feed7122dcca3ba1419a99fcf4cdcf60509f18d923309b8f65183b0a69
|
|
BLAKE2b-256 checksum How to use checksums |
1a7b686828d1cdc644eda49a794f34bad43ba70777aad8dcd1645ea46a022e2a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.3
|
Release files / openchatci-0.48.0-py3-none-any.whl
| Download URL | openchatci-0.48.0-py3-none-any.whl |
|---|---|
| Size | 2.3 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
017eb1dea2f572b64c89ad2a0620d9d0793ad40bea8e2ac8d0bb7acf504c10fa
|
|
BLAKE2b-256 checksum How to use checksums |
2660ecc5f4063426c2157be2c504640b6e5c27b700f6f1243a232a90d5b33fdc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.3
|