Build your own AI assistant with a real-time streaming interface
PandaAGI Chat Interface
Clone Repository
git clone https://github.com/sinaptik-ai/panda-agi.git cd panda-agi
Configure API Key
cd examples/ui echo "PANDA_AGI_KEY=your-api-key-here" > .env
Launch Application
# For production (uses pre-built images) ./start.sh # For local development (will build the image based on the new changes) # ./start.sh --dev
--build
Access the Interface