.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
LOGLEVEL
Logging
OPENAI_API_KEY
secret
LLM Provider API keys (optional; set only those you use)
GOOGLE_API_KEY
secret
GEMINI_API_KEY
secret
ANTHROPIC_API_KEY
secret
LLM_MODEL
LLM Model config
LLM_BASE_URL
NEO4J_DSN
Neo4j connection DSN format: scheme://[username[:password]@]host[:port][/database] Allowed schemes: neo4j, neo4j+s, neo4j+ssc, bolt,…
brew install flyctl && fly launch --from https://github.com/akollegger/agentic-kg
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/akollegger/agentic-kg
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/akollegger/agentic-kg