GitDeployHub

akollegger/agentic-kg

github.com/akollegger/agentic-kg ↗
Python
8 environment variables found in .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,…
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/akollegger/agentic-kg
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/akollegger/agentic-kg
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/akollegger/agentic-kg
Or deploy to a different host
← Try another repo