mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
4243bd0fa7
This reverts commit9e7e7e653d, reversing changes made to11e18e378a. # Conflicts: # examples/integrations/langgraph-fastapi/package-lock.json
9 lines
397 B
Bash
9 lines
397 B
Bash
AGENT_URL=http://localhost:8000
|
|
OPENAI_API_KEY=
|
|
|
|
# --- CopilotKit Intelligence (optional; set COPILOTKIT_LICENSE_TOKEN to enable Threads — server + UI) ---
|
|
# COPILOTKIT_LICENSE_TOKEN=
|
|
# INTELLIGENCE_API_URL=http://localhost:4201
|
|
# INTELLIGENCE_GATEWAY_WS_URL=ws://localhost:4401
|
|
# INTELLIGENCE_API_KEY= # local dev: see examples/integrations/_intelligence/.env.intelligence for the seed value
|