memory_store_action
Store an action event by specifying the actor, verb, and optional object, amount, and metadata to track operational actions and enable agent self-monitoring.
Instructions
存一条动作事件:actor 对 object 执行了 verb,可带控制量 amount 与元数据。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ts | No | unix 时间戳秒,默认当前 | |
| verb | Yes | 做了什么,如 run_training/git_commit/喷氨 | |
| actor | Yes | 谁做的,如 agent/user/operator | |
| amount | No | 控制量数值(喷氨量/功率/开度),可选 | |
| object | No | 对象,可选 | |
| metadata | No | 元数据,可选 |