episteme 0.2.4

Knowledge graph for software engineering — design patterns, refactorings, and laws for AI agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Episteme API Configuration

# API Authentication
# Comma-separated list of API keys for authentication
# Generate secure random keys: python -c "import secrets; print(secrets.token_urlsafe(32))"
# Leave empty or unset for development mode (no authentication)
EPISTEME_API_KEYS=your-secret-key-1,your-secret-key-2

# Server Configuration
UVICORN_PORT=8000
UVICORN_HOST=0.0.0.0

# Base directory for data (optional, defaults to project root)
# EPISTEME_BASE_DIR=/app