memoryguard_build_and_enrich
Build memory projections by classifying pending tasks, translating actions, and applying enrichments to keep shared memory current.
Instructions
Build memory projection. Default enrich_mode=host: YOU are the LLM. If pending_tasks / host_action_required, immediately classify+translate, call apply_enrichments, then call this again. Multi-agent GUI may pass enrich_mode=cli with a chosen Agent CLI. Do not require a separate AI-整理 button.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | projection mode: reconstructed (default) or native | |
| llm_cli | No | CLI path when enrich_mode=cli | |
| llm_agent | No | CLI agent id when enrich_mode=cli (codex|claude|cursor|…) | |
| workspace | No | workspace path (default: .) | |
| enrich_mode | No | host (default) | cli | auto | heuristic | |
| share_group_id | No | share group ID (optional) | |
| agent_instance_id | No | agent instance ID for scoped projection |