feat: record self-evolution turn on streaming chat

This commit is contained in:
zhayujie
2026-06-15 17:51:22 +08:00
parent ce09b14836
commit 77da90e316
2 changed files with 20 additions and 1 deletions

View File

@@ -38,12 +38,13 @@ services:
DINGTALK_CLIENT_SECRET: ''
WECOM_BOT_ID: ''
WECOM_BOT_SECRET: ''
# 如需通过宿主机访问 Web 控制台,改为 '0.0.0.0' 并设置 WEB_PASSWORD
# To access the web console from the host, set this to '0.0.0.0' and set WEB_PASSWORD
WEB_HOST: '127.0.0.1'
WEB_PASSWORD: ''
AGENT: 'True'
AGENT_MAX_CONTEXT_TOKENS: 50000
AGENT_MAX_CONTEXT_TURNS: 20
AGENT_MAX_STEPS: 20
SELF_EVOLUTION_ENABLED: 'True'
volumes:
- ./cow:/home/agent/cow