AI-powered strategic advisor for supply chain and telecom operations.
# Install dependencies
pip install -r requirements-langbase.txt
# Configure environment
cp .env.example .env
# Edit .env with your API keys
# Run locally
uvicorn api.agent_endpoint:app --reload| Endpoint | Method | Description |
|---|---|---|
/ |
GET | Health check |
/ask |
POST | Ask the agent |
/health |
GET | Detailed health |
/cache/stats |
GET | Cache statistics |
# Install Railway CLI
npm install -g railway
# Login and deploy
railway login
railway upLANGBASE_API_KEY- Langbase API keyLLM_API_KEY- OpenAI API key
MIT