Skip to main content

Module agent_task

Module agent_task 

Source
Expand description

Local agent task assignment store.

Stores one TOML file per task in .heddle/agent-tasks/<task-id>.toml. These records are local operational provenance: they explain delegated agent work without becoming source attribution or repository history.

Structs§

AgentTaskRecord
Local agent task assignment record.
AgentTaskStore
Manages local task assignment records stored in .heddle/agent-tasks/.

Enums§

AgentTaskStatus
Lifecycle status for a local agent task assignment.

Constants§

AGENT_TASK_SCHEMA_VERSION
Current agent task TOML schema version.

Functions§

generate_agent_task_id
Generate a local task assignment id.
validate_task_id
Validate a task id for direct use as a single TOML filename stem.