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.157.2
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.157.2.tar.gz | 7.2 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| chatwalaau-0.157.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.7 MB
Release files / chatwalaau-0.157.2.tar.gz
| Download URL | chatwalaau-0.157.2.tar.gz |
|---|---|
| Size | 7.2 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
01245ad67fdc1de6bbe6dc17c3cb982be7c2de2e3d5043f068fe1ee74f5e0ecd
|
|
BLAKE2b-256 checksum How to use checksums |
024cb8dd484549669539222453387fa4cf2134ffa7b28940c643e87f4011aea4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.3
|
Release files / chatwalaau-0.157.2-py3-none-any.whl
| Download URL | chatwalaau-0.157.2-py3-none-any.whl |
|---|---|
| Size | 7.5 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9679fe0adc2ee2bf1b045a0685e4dd25a321e022506418c7f870b46912209897
|
|
BLAKE2b-256 checksum How to use checksums |
5cbb11bb7b340542df02dedf5d6949c871ae5f14cdd29dc22a990b7a90720e8b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.3
|