Skip to content

Installation

  • Python 3.10+
  • uv recommended for local development, or pip
Terminal window
pip install agiwo

From source:

Terminal window
git clone https://github.com/xhwSkhizein/agiwo.git
cd agiwo
uv sync

The Console is a separate package and remains optional.

Terminal window
pip install agiwo-console

Set only the credentials for the providers you plan to use.

Terminal window
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.

PrefixPurpose
OPENAI_API_KEY, ANTHROPIC_API_KEY, DEEPSEEK_API_KEYProvider 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.