Files
GeneralJerel 1677b7bb2e feat(generative-ui): add AI Deep Research Agent demo
Vendors the deep-agents showcase from CopilotKit/CopilotKit
(examples/showcases/deep-agents) into generative_ui_agents/ —
self-contained Next.js + LangGraph Python app demonstrating
planning, virtual filesystem, and per-tool generative UI cards
with Tavily-powered web research.
2026-05-18 05:23:54 -07:00

16 lines
361 B
Bash

# Deep Research Assistant - Environment Variables
# Backend Server Configuration
SERVER_HOST=0.0.0.0
SERVER_PORT=8123
# Frontend → Backend Connection
LANGGRAPH_DEPLOYMENT_URL=http://localhost:8123
# OpenAI API (https://platform.openai.com/api-keys)
OPENAI_API_KEY=sk-...
OPENAI_MODEL=gpt-5.2
# Tavily API (https://app.tavily.com/)
TAVILY_API_KEY=tvly-...