← 返回
未分类 中文

Hizal End

Close the agent's context session and consolidate what was learned. Self-triggering — fires when the agent finishes a task, wraps up work, or is about to go...
关闭代理的上下文会话并整合所学。自触发——在代理完成任务、结束工作或即将离开时触发。
parkerscobey
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 236
下载
💾 0
安装
1
版本
#latest

概述

Hizal End

Close your session. Review what surfaced. Let knowledge compound.

End Session

hizal__end_session(session_id="<session-id>")

Review SURFACE Chunks

The session end returns MEMORY chunks tagged for consolidation review. For each chunk, decide:

Keep

Useful personal observation. Leave as AGENT memory. No action needed.

Promote

Valuable for the team. Write it back as a PROJECT chunk:

# For architecture/design decisions
hizal__write_knowledge(project_id="<id>", query_key="<key>", title="<title>", content="<chunk-content>")

# For codebase conventions
hizal__write_convention(project_id="<id>", query_key="<key>", title="<title>", content="<chunk-content>")

Then optionally delete the original AGENT chunk:

hizal__delete_context(project_id="<id>", id="<chunk-id>")

Discard

Noise or one-off observation. Ignore it.

When to End

  • At the end of a work session
  • When switching to a completely different project/task (end old, start new)
  • Before a long break

Session Recovery After End

If you need to resume work later, call hizal-start — it will start a fresh session or resume an existing one.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-23 23:35 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Hizal Register Focus

parkerscobey
声明代理当前正在进行的任务。自触发——当代理有明确任务并希望自动获取相关上下文时会触发。使用于...
★ 0 📥 259

Hizal Start

parkerscobey
初始化智能体上下文记忆会话。自动触发——当智能体开始工作、接收任务或进入编码会话时触发。用于在...
★ 0 📥 272

Hizal Write

parkerscobey
在构建时持久化代理所学内容。自我触发——每当代理做决策、发现模式、学习约定或遇到问题时触发。
★ 0 📥 266