File size: 537 Bytes
211caf7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | ---
title: LiveOFP-Backend
emoji: 🎭
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: 4.0.0
app_file: app.py
pinned: false
---
# Live OFP Playground Backend
Gradio interface for OFP Playground multi-agent conversations.
## Features
- Multi-agent floor policy control
- Session management
- Chat interface
## Configuration
Set these environment variables in Space settings:
- `ANTHROPIC_API_KEY` - Anthropic API key
- `OPENAI_API_KEY` - OpenAI API key
- `GOOGLE_API_KEY` - Google API key
- `HF_API_KEY` - HuggingFace API key |