ae67bff5a3
Self-hosted platform for building, testing, and shipping LangChain/LangGraph agents. Deep-agent sub-agents on the canvas, a live tracing/observability timeline, auto-provisioned built-in tools with import/export, per-environment tool variables, streamed evaluations, and per-user auth token forwarding.
6 lines
263 B
Bash
6 lines
263 B
Bash
# Forge web console. Copy to apps/web/.env.local for local dev.
|
|
|
|
# Backend URL the Next server proxies /api/forge/* to (server-side rewrite) and exposes
|
|
# as NEXT_PUBLIC_FORGE_API_URL. Defaults to http://127.0.0.1:8000 in dev.
|
|
FORGE_API_URL=http://127.0.0.1:8000
|