forked from verl-project/uni-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.local_native.yaml
More file actions
35 lines (29 loc) · 839 Bytes
/
Copy pathconfig.local_native.yaml
File metadata and controls
35 lines (29 loc) · 839 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
# local_native deployment: pexpect bash on the host, no container.
# Bootstrap + run instructions: see app/lark_chat/README.md.
deployment:
type: local_native
startup_timeout: 60.0
# tool_install_dir: ~/.uni-agent/bin # optional; default shown
memory_dir: ~/.uni-agent/app/lark_chat/memory
model:
base_url: http://localhost:8000/v1
name: Qwen/Qwen3.6-35B-A3B
api_key: EMPTY
sampling_params:
temperature: 1.0
top_p: 0.95
presence_penalty: 1.5
top_k: 20
repetition_penalty: 1.0
tools:
- execute_bash
- lark-cli
- str_replace_editor
- finish
skills_dir: ~/.agents/skills
transcripts_dir: ~/.uni-agent/app/lark_chat/transcripts
agent:
action_timeout: 60
max_steps_per_turn: 20
history_max_tokens: 128000 # compaction trigger
history_target_tokens: 32000 # post-compaction size