The localhost AI Agent Runtime -- Chat UI, Tools, RAG, and MCP in one pip install.
Project description
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
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
openchatci-0.41.0.tar.gz
(2.2 MB
view details)
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 openchatci-0.41.0.tar.gz.
File metadata
- Download URL: openchatci-0.41.0.tar.gz
- Upload date:
- Size: 2.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2eac9022be8599fd99921ea5ba96a73850300aba6771cc67ecc4f0647fd34e1f
|
|
| MD5 |
4af73de004f2235bac72658005043232
|
|
| BLAKE2b-256 |
f6a527877aff2a07c25bf65c6b8277a7f74a1ba4bcc76f8b2eb6d2d9baff5b53
|
File details
Details for the file openchatci-0.41.0-py3-none-any.whl.
File metadata
- Download URL: openchatci-0.41.0-py3-none-any.whl
- Upload date:
- Size: 2.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e69a3a25e46beb21921c46a6c30c653de66a0f157b424c77aa5b670fd0d3ecf6
|
|
| MD5 |
3ab76497c2836a532d26aac726550bda
|
|
| BLAKE2b-256 |
402e90292eeaec5dc2dbd991500ca135cb20d82c9110213575ab9ff51f3f7693
|