-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
42 lines (33 loc) · 1.36 KB
/
Copy path.env.example
File metadata and controls
42 lines (33 loc) · 1.36 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
# Local Nomad stack secrets for `cat-agent stack seed` / `bootstrap`.
# Copy to .env (gitignored) and adjust:
# cp .env.example .env
#
# Defaults target Mac-host Ollama (no stub containers).
# After edit: cat-agent stack seed (or bootstrap on first bring-up)
# --- Vault (local compose uses -dev root token) ---
VAULT_TOKEN=root
# --- LiteLLM master (optional; default is fine for local) ---
# LITELLM_MASTER_KEY=sk-local-litellm-master
# --- Ollama (host or cloud; model ids come from agent.yaml model.alias) ---
OLLAMA_API_KEY=local-ollama
OLLAMA_API_BASE=http://host.docker.internal:11434
## --- Langfuse dashboard ---
LANGFUSE_HOST=http://localhost:3000
LANGFUSE_PUBLIC_KEY=pk-lf-cat-agent-demo
LANGFUSE_SECRET_KEY=sk-lf-cat-agent-demo
# --- OpenAI (optional). If unset, seed reuses Ollama's OpenAI-compatible /v1. ---
# OPENAI_API_KEY=sk-...
# OPENAI_API_BASE=https://api.openai.com/v1
# --- Optional Zot accounts (only with --profile registry / --registry) ---
# ZOT_PUSH_USER=zot-push
# ZOT_PUSH_PASSWORD=cat-agent-zot-push-dev
# ZOT_PULL_USER=zot-pull
# ZOT_PULL_PASSWORD=cat-agent-zot-pull-dev
# --- Team virtual keys (seed / bootstrap) ---
# Comma-separated. Each name gets a LiteLLM virtual key + Vault policy
# cat-agent-llm-{team}. agent.yaml `team:` must match one of these.
SEED_TEAMS=demo,research
# TEAM=demo
# MAX_TOKENS_PER_DAY=2000000
# TPM_LIMIT=
# RPM_LIMIT=