Files
forge/apps/web/.env.example
T
nihalashetty ae67bff5a3 feat: deep-agent canvas, live observability, and multi-environment tooling
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.
2026-07-28 01:49:19 +05:30

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