|
@@ -34,7 +34,9 @@ storage:
|
|
|
table: agent_state
|
|
|
|
|
|
agent_behavior:
|
|
|
- message_aggregation_sec: 20
|
|
|
+ message_aggregation_sec: 5
|
|
|
+ active_conversation_schedule_param:
|
|
|
+ minute: 24
|
|
|
|
|
|
chat_api:
|
|
|
coze:
|
|
@@ -45,10 +47,11 @@ chat_api:
|
|
|
|
|
|
debug_flags:
|
|
|
disable_llm_api_call: True
|
|
|
- use_local_user_storage: False
|
|
|
+ use_local_user_storage: True
|
|
|
console_input: True
|
|
|
- disable_active_conversation: False
|
|
|
+ disable_active_conversation: True
|
|
|
use_aliyun_mq: False
|
|
|
+ disable_state_persistence: True
|
|
|
|
|
|
mq:
|
|
|
endpoints: rmq-cn-to347bo7k1g-vpc.cn-hangzhou.rmq.aliyuncs.com:8080
|