-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
43 lines (39 loc) · 966 Bytes
/
Copy pathconfig.yaml
File metadata and controls
43 lines (39 loc) · 966 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# The agent IS the intelligence. Cocapn is the shell that makes it smarter.
#
# Put your API key here. The system handles the rest.
# Supported: Moonshot (Kimi K2.5), DeepSeek, Groq, any OpenAI-compatible API.
#
# To get a Moonshot key: https://platform.moonshot.cn
agent:
name: cocapn
api_key: # your key here, or set MOONSHOT_API_KEY env var
model: kimi-k2.5
base_url: https://api.moonshot.ai/v1
temperature: 1.0
max_tokens: 4000
rooms:
- name: general
description: General knowledge and reasoning
- name: code
description: Code generation and review
- name: analysis
description: Deep analysis and research
deadband:
enabled: true
dangerous_patterns:
- "rm -rf"
- "DROP TABLE"
- "DELETE FROM"
- "chmod 777"
- "eval("
- "sudo rm"
safe_channels:
- math
- search
- analysis
- safety
- code
flywheel:
enabled: true
min_tiles_before_training: 5
confidence_threshold: 0.3