-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
35 lines (27 loc) · 1.32 KB
/
Copy path.env.example
File metadata and controls
35 lines (27 loc) · 1.32 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
# AgentOS Client Workbench configuration
# Copy this file to `.env.local` and tweak values as needed.
# Backend API base URL (recommended when backend runs on a different origin).
# Leave commented to use same-origin requests plus Vite proxy settings below.
# VITE_API_URL=http://localhost:3001
# Dev proxy target for `/api/*` when VITE_API_URL is unset.
# VITE_BACKEND_PORT=3001
# VITE_BACKEND_HOST=localhost
# VITE_BACKEND_PROTOCOL=http
# Base URL that hosts the AgentOS HTTP + streaming routes.
# Leave commented to use the default `/api/agentos` proxy.
# VITE_AGENTOS_BASE_URL=http://localhost:3001/agentos
# Path (relative to the base URL) for the Server-Sent Events stream.
# Defaults to `/stream` when omitted.
# VITE_AGENTOS_STREAM_PATH=/stream
# Path (relative to the base URL) that returns workflow definitions.
# Defaults to `/workflows/definitions`.
# VITE_AGENTOS_WORKFLOW_DEFINITIONS_PATH=/workflows/definitions
# Path (relative to the base URL) that lists available personas.
# Defaults to `/personas`.
# VITE_AGENTOS_PERSONAS_PATH=/personas
# Whether cross-origin requests should include credentials (cookies).
# Defaults to `true`.
# VITE_AGENTOS_WITH_CREDENTIALS=true
# Fallback user id used when the composer doesn't specify one.
# Defaults to `agentos-workbench-user`.
# VITE_AGENTOS_WORKBENCH_USER_ID=agentos-workbench-user