mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-08-28 11:07:19 +08:00
1677b7bb2e
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.
16 lines
361 B
Bash
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-...
|