Expand description
JSON-RPC handlers for executor feature (session, transcript, memory, plan).
Functions§
- handle_
memory_ search - handle_
memory_ write - handle_
plan_ read - Read latest plan from plans/{session_key}-{date}.jsonl (or legacy .json).
- handle_
plan_ textify - Convert plan (task list) JSON to human-readable text. Plan format: [{“id”: 1, “description”: “…”, “tool_hint”: “…”, “completed”: false}, …]
- handle_
plan_ write - Write plan to plans/{session_key}-{date}.jsonl (append). OpenClaw-style plan storage. Each plan is appended as a new line, preserving history (no overwrite).
- handle_
session_ create - handle_
session_ get - handle_
session_ update - handle_
token_ count - handle_
transcript_ append - handle_
transcript_ ensure - handle_
transcript_ read