Refactor tool execution pipeline
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: write_memory
|
||||
desc: 记录一条新的长期记忆。当用户透露个人偏好、习惯、重要信息时使用此工具
|
||||
type: stdio
|
||||
tool: memories
|
||||
command: add
|
||||
path: /target/release/memories
|
||||
risk_level: high
|
||||
timeout_secs: 5
|
||||
env:
|
||||
- IAS_MEMORY_DIR
|
||||
params:
|
||||
- name: content
|
||||
required: true
|
||||
desc: 要记录的记忆内容,用自然语言描述。如"用户住在合肥包河区联投新安里A区"
|
||||
Reference in New Issue
Block a user