{"library":"salmalm","title":"Salmalm","description":"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.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install salmalm"],"cli":{"name":"salmalm","version":"2026-05-16 16:02:53,396 [INFO] SalmAlm v0.30.28"}},"imports":["from salmalm import Salmalm","from salmalm import create_app"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nos.environ['OPENAI_API_KEY'] = os.environ.get('OPENAI_API_KEY', 'your-key-here')\nfrom salmalm import Salmalm\nclient = Salmalm()\nresponse = client.chat(\"Hello!\")\nprint(response)","lang":"python","description":"Basic usage: set an API key (e.g., OPENAI_API_KEY) and create a client to chat.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}