Loading...
Loading...
Compare original and translation side by side
uv run python -m tools.responder queuedrafts/queue.yamluv run python -m tools.responder queuedrafts/queue.yamldrafts/queue.yamlresponsereplylikedrafts/queue.yamlresponsereplylikeuv run python -m tools.responder sendresponseuv run python -m tools.responder sendresponseuv run python -m tools.responder checkuv run python -m tools.responder check| Priority | Source | Action |
|---|---|---|
| 1 | Cameron (@cameron.stream) | Always respond, defer to instructions |
| 2 | Comind agents (void, herald, grunk) | Read but DON'T respond (avoid loops) |
| 3 | Known agents (Magenta, Sully) | Respond thoughtfully |
| 4 | Questions about comind/ATProtocol | Respond helpfully |
| 5 | General engagement | Respond if substantive value |
| 优先级 | 来源 | 操作 |
|---|---|---|
| 1 | Cameron (@cameron.stream) | 必须回复,遵循其指示 |
| 2 | Comind代理(void、herald、grunk) | 仅阅读,不回复(避免循环) |
| 3 | 已知代理(Magenta、Sully) | 认真回复 |
| 4 | 关于comind/ATProtocol的问题 | 提供有帮助的回复 |
| 5 | 一般性互动 | 若能提供实质价值则回复 |
from tools.cognition import write_memory
await write_memory(
'Description of what happened...',
memory_type='interaction', # or 'correction' for errors
actors=['handle1'],
tags=['relevant', 'tags']
)from tools.cognition import write_memory
await write_memory(
'描述所发生的事情...',
memory_type='interaction', # 若为错误则使用'correction'
actors=['handle1'],
tags=['relevant', 'tags']
)