e149fe7dc3
The deleted examples/integrations/_intelligence/ dir was referenced by a "see .../.env.intelligence for the seed value" comment on the INTELLIGENCE_API_KEY line in 8 integration .env.example files. Removing the overlay leaves those pointers dangling, so strip them in the same PR. Localhost INTELLIGENCE_API_URL/GATEWAY_WS_URL defaults are intentionally left in place — the hosted-only rewrite of those is a launch-coordinated follow-up (depends on the managed CLI env contract). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
9 lines
305 B
Bash
9 lines
305 B
Bash
AGENT_URL=http://localhost:8123
|
|
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=
|