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.155.1
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.155.1.tar.gz | 7.1 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| chatwalaau-0.155.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.5 MB
Release files / chatwalaau-0.155.1.tar.gz
| Download URL | chatwalaau-0.155.1.tar.gz |
|---|---|
| Size | 7.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cc934e44ce9e82999e8280e9e0368f8cabd9938413f409f3dd9f5e1be9ff1077
|
|
BLAKE2b-256 checksum How to use checksums |
9045f5607bbc9955a17fa938845ba417dc72eeba0ed35ed4eb0048009b911432
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.3
|
Release files / chatwalaau-0.155.1-py3-none-any.whl
| Download URL | chatwalaau-0.155.1-py3-none-any.whl |
|---|---|
| Size | 7.4 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3927a0ceb78552bdca7218e71a13b5d5ddad6b458171e1220b678eb0aac13438
|
|
BLAKE2b-256 checksum How to use checksums |
f9e9044010e441c56a54bb8ee8b9eaf78958120165052a0a60909eff5c0169fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.3
|