-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
61 lines (55 loc) · 2.61 KB
/
Copy path.env.example
File metadata and controls
61 lines (55 loc) · 2.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# --- Published ports ----------------------------------------------------
# Controlplane UI (Desktop embed / browser). Avoid common :3000 collisions:
WORKFORCE_HOST_PORT=17300
# Legacy alias:
# ERP_HOST_PORT=17300
# Compose Sync bridge only (agent-runtime) — NOT required for TSA Desktop:
AGENT_RUNTIME_HOST_PORT=8600
# Legacy alias:
# HERMES_HOST_PORT=8600
# --- Supabase -----------------------------------------------------------
# Business + agent mirror storage. Fill before compose up, or complete /setup
# then restart the Workforce / Desktop Controlplane.
#
# Deployment mode: cloud | local | advanced
# SUPABASE_DEPLOYMENT_MODE=cloud
#
NEXT_PUBLIC_SUPABASE_URL=https://your-project-ref.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
# --- Digital employees (Setup choice) -----------------------------------
# hermes = deep path (official Hermes Agent + optional Compose mirror)
# beacon = limited push
# DIGITAL_EMPLOYEE_RUNTIME=hermes
# --- Hermes home / workspace (in-place; do not copy) --------------------
# Absolute host path to Hermes home (e.g. %LOCALAPPDATA%/hermes) or a flat agents root.
# Leave unset until Setup / AI Agents → Connect folder (Compose secondary).
# Desktop uses the platform Hermes home by default without this.
# AGENT_WORKSPACE=
# AGENT_WORKSPACE_CONNECTED=true
# AGENT_WORKSPACE_HOST=
# Optional override for the root/default profile slug (else inferred from SOUL.md):
# HERMES_DEFAULT_PROFILE_SLUG=default
# Legacy aliases: HERMES_WORKSPACE, TSA_HERMES_WORKSPACE
# --- Compose Sync bridge (agent-runtime) — secondary --------------------
# Leave unset for Desktop-primary. Compose Workforce uses http://agent-runtime:8600 inside the network.
# From the host (Compose Sync / debugging only):
# AGENT_RUNTIME_BASE_URL=http://127.0.0.1:8600
AGENT_RUNTIME_API_TOKEN=
AGENT_RUNTIME_POLL_INTERVAL_MS=15000
AGENT_RUNTIME_TIMEOUT_MS=8000
# Legacy env names still accepted (point at agent-runtime, not official Hermes Agent):
# HERMES_BASE_URL=http://127.0.0.1:8600
# HERMES_API_TOKEN=
# --- Workforce API / MCP ------------------------------------------------
# Browser / host origin (Controlplane on 17300):
WORKFORCE_BASE_URL=http://127.0.0.1:17300
# Legacy alias still accepted:
# ERP_BASE_URL=http://127.0.0.1:17300
# Shared secret for monitor → Controlplane scheduled jobs
WORKFORCE_CRON_SECRET=change-me-to-a-long-random-string
# Legacy: ERP_CRON_SECRET=
# Key the Workforce MCP server presents on behalf of one digital employee.
# Mint with: npm run agent-key -- issue my-auditor internal_auditor "Auditor MCP"
# WORKFORCE_AGENT_KEY=
# Legacy: ERP_AGENT_KEY=