BeeAI
Prerequisites
Installation
pip install beeai-framework interactiveai openinference-instrumentation-beeai beeai-framework[wikipedia]Configuration
import os
# InteractiveAI credentials
# Obtain keys from Settings > API Keys in the dashboard
os.environ["INTERACTIVEAI_PUBLIC_KEY"] = "pk-ia-..."
os.environ["INTERACTIVEAI_SECRET_KEY"] = "sk-ia-..."
os.environ["INTERACTIVEAI_HOST"] = "https://app.interactiveai.com"
# LLM provider credentials
# Adjust based on your chosen provider
os.environ["OPENAI_API_KEY"] = "sk-proj-..."
# Ollama runs locally and requires no API key
# Other providers use their respective environment variablesEnabling Trace Capture
Enriching Traces with Context
Trace Visibility
Last updated
Was this helpful?

