In your project folder, install pixie-sdk Python package:
pip install pixie-sdk
Create .env file in your project folder and add LLM API key(s):
# .env OPENAI_API_KEY=...
Add AI Development framework depdendencies as needed:
pip install pydantic-ai-slim[openai]
Start the local server by running:
pixie