ChatWalaʻau
Hawaii-built localhost-first AI agent platform powered by Microsoft Agent Framework.
Install
pip install chatwalaau
Quick Start
Linux / macOS
# Generate .env configuration
chatwalaau init
# Edit .env and set AZURE_OPENAI_ENDPOINT
nano .env
# Login to Azure CLI
az login
# Start the server
chatwalaau
Windows (PowerShell)
# Generate .env configuration
chatwalaau init
# Edit .env and set AZURE_OPENAI_ENDPOINT
notepad .env
# Login to Azure CLI
az login
# Start the server
chatwalaau
Open http://localhost:8000/chat
CLI Usage
chatwalaau Start the server
chatwalaau init Generate .env from template
chatwalaau init --force Overwrite existing .env
chatwalaau --host 0.0.0.0 Bind to all interfaces
chatwalaau --port 9000 Use custom port
chatwalaau --skip-auth-check Skip Azure CLI login check
chatwalaau --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 chatwalaau 0.150.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 | |
|---|---|---|---|
| chatwalaau-0.150.0.tar.gz | 7.1 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| chatwalaau-0.150.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.4 MB
Release files / chatwalaau-0.150.0.tar.gz
| Download URL | chatwalaau-0.150.0.tar.gz |
|---|---|
| Size | 7.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
622a8d9b1642e9fce9a1be837dcbc29eb0c514509d3ae5d2a18f5bce4b26e905
|
|
BLAKE2b-256 checksum How to use checksums |
1e82d097cff431c009c1e419168de30680b363422ee328c8727e367c49215021
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.3
|
Release files / chatwalaau-0.150.0-py3-none-any.whl
| Download URL | chatwalaau-0.150.0-py3-none-any.whl |
|---|---|
| Size | 7.3 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
43ce69a86063003c72909cbfc8183c19df63d22ae4a88b7c20d77a6cb2ba2672
|
|
BLAKE2b-256 checksum How to use checksums |
18c401b2542d724a3d9367fd5cb539608346bcc5e3499e9098270c6d3972b807
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.3
|