Installation
Installation
Section titled “Installation”Requirements
Section titled “Requirements”- Python 3.10+
uvrecommended for local development, orpip
Install the SDK
Section titled “Install the SDK”pip install agiwoFrom source:
git clone https://github.com/xhwSkhizein/agiwo.gitcd agiwouv syncInstall the Console
Section titled “Install the Console”The Console is a separate package and remains optional.
pip install agiwo-consoleConfigure model credentials
Section titled “Configure model credentials”Set only the credentials for the providers you plan to use.
export OPENAI_API_KEY=...export ANTHROPIC_API_KEY=...export DEEPSEEK_API_KEY=...You can also place them in a local .env file for development workflows.
Configuration namespaces
Section titled “Configuration namespaces”| Prefix | Purpose |
|---|---|
OPENAI_API_KEY, ANTHROPIC_API_KEY, DEEPSEEK_API_KEY | Provider credentials |
AGIWO_* | SDK-level runtime settings |
AGIWO_CONSOLE_* | Console deployment and runtime settings |
For compatible providers, use the model factory and provide base_url plus api_key_env_name.