forked from KafClaw/KafClaw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
42 lines (32 loc) · 1.38 KB
/
.env.example
File metadata and controls
42 lines (32 loc) · 1.38 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
# KafClaw Workshop — environment variables for docker-compose.group.yml
#
# Copy this file to .env and fill in your values:
# cp .env.example .env
# --- Required ---
# OpenRouter API key (shared by all agents)
OPENROUTER_API_KEY=sk-or-...
# Auth token for headless agent APIs (any random string)
AGENT_AUTH_TOKEN=change-me-to-a-random-secret
# --- Optional: KafScale images ---
# KafScale image registry and tag
# Default: ghcr.io/kafscale with tag "dev"
# For local registry: KAFSCALE_REGISTRY=192.168.0.131:5100/kafscale
# KAFSCALE_REGISTRY=ghcr.io/kafscale
# KAFSCALE_TAG=dev
# --- Optional: Group ---
# Group name (default: workshop)
# GROUP_NAME=workshop
# --- Agent 1: Researcher ---
# Host path to the researcher's work repo (default: local volume)
# AGENT1_WORK_REPO=/Users/you/repos/research-repo
# AGENT1_WORKSPACE=./examples/workshop/agent-researcher/workspace
# Git URL to auto-clone into work repo if mount is empty
# AGENT1_WORK_REPO_GIT_URL=https://github.com/you/research-repo.git
# --- Agent 2: Coder ---
# AGENT2_WORK_REPO=/Users/you/repos/code-repo
# AGENT2_WORKSPACE=./examples/workshop/agent-coder/workspace
# AGENT2_WORK_REPO_GIT_URL=https://github.com/you/code-repo.git
# --- Agent 3: Reviewer ---
# AGENT3_WORK_REPO=/Users/you/repos/review-repo
# AGENT3_WORKSPACE=./examples/workshop/agent-reviewer/workspace
# AGENT3_WORK_REPO_GIT_URL=https://github.com/you/review-repo.git