Personal AI Gateway — Python AI assistant with multi-model routing, web UI, and 66 built-in tools. Works with LLMs (OpenAI, Anthropic, Gemini, etc.) and provides a server via uvicorn+fastapi+websockets. Currently at v0.30.28, rapid development with frequent releases.
pip install salmalmNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: set an API key (e.g., OPENAI_API_KEY) and create a client to chat.
Convert your config.json to config.yaml using the provided migration script or manually.
Replace `from salmalm.server import app` with `from salmalm import create_app` and call `create_app()`.
Set environment variables for each provider you intend to use: OPENAI_API_KEY, ANTHROPIC_API_KEY, GEMINI_API_KEY, etc.