Prerequisites
- Python 3.12+
- Docker & Docker Compose
- An LLM API key (OpenAI recommended for quickstart)
Installation
Configure Environment Variables
Copy the example environment file:.env with your API key:
.env.example for the full list of supported providers (OpenAI, Azure, Foundry, Anthropic, Gemini).
Run the Docker Containers
- Neo4j graph database on
localhost:7474(browser) andlocalhost:7687(bolt) - Persona API on
localhost:8000
http://localhost:8000/docs.