← 返回
未分类

Hizal Start

Initialize the agent's context memory session. Self-triggering — fires whenever the agent begins work, picks up a task, or enters a coding session. Use befor...
初始化智能体上下文记忆会话。自动触发——当智能体开始工作、接收任务或进入编码会话时触发。用于在...
parkerscobey
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 241
下载
💾 0
安装
1
版本
#latest

概述

Hizal Start

Begin every work session with Hizal. Search before you build; write as you build.

Session Lifecycle

1. Check for Existing Session

Call get_active_session() first. If status="active", use the returned session_id and call resume_session to extend TTL. If status="none", proceed to start a new session.

2. Start Session

hizal__start_session(lifecycle_slug="<slug>")

Returns a session_id. Keep it visible — needed for register_focus and end_session.

The agent's project and lifecycle context is assumed known. If unsure, check AGENTS.md or ask the user.

3. Register Focus (Optional)

If the task is known, register it immediately:

hizal__register_focus(
  session_id="<session-id>",
  task="<task description>",
  tags=["<tag1>", "<tag2>"]
)

See the hizal-register-focus skill for details on focus registration.

After Starting

  1. Search Hizal for existing context on the task (see hizal-search skill)
  2. Only then begin coding or building
  3. Write to Hizal as you make decisions (see hizal-write skill)
  4. End your session when done (see hizal-end skill)

Session Recovery

If you lose your session_id (context reset, compaction), call get_active_session() again and follow the same check/resume flow above.

版本历史

共 1 个版本

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

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Hizal End

parkerscobey
关闭代理的上下文会话并整合所学。自触发——在代理完成任务、结束工作或即将离开时触发。
★ 0 📥 266

Hizal Search

parkerscobey
在构建前先检索已有上下文。自我触发——在代理即将搜索代码库、回忆先前决策、查看...时触发。
★ 0 📥 261

Hizal Write

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