-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
29 lines (25 loc) · 903 Bytes
/
config.example.yaml
File metadata and controls
29 lines (25 loc) · 903 Bytes
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
# TensorsLab CC Harness Configuration Example
# Copy this file to ~/.cch/config.yaml or set CCH_CONFIG_PATH environment variable
# TensorsLab API Configuration
tensorslab:
api_key: "your_tensorslab_api_key_here"
base_url: "https://api.tensorslab.ai/v1"
timeout: 30
# Feishu Notification Configuration (optional)
feishu:
enabled: false
webhook_url: "https://open.feishu.cn/open-apis/bot/v2/hook/your_webhook_here"
secret: "your_webhook_secret_here"
mention_users: [] # list of open_ids to mention in notifications
at_all: false
# Task Callback Configuration (optional)
callbacks:
enabled: false
task_completion_url: ""
task_failure_url: ""
headers: {} # custom headers to send with callbacks
# OpenClaw Integration Configuration
openclaw:
subagent_api_endpoint: "http://localhost:8080/api/subagents"
heartbeat_endpoint: "http://localhost:8080/api/heartbeat"
api_key: ""