mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
5973f9b787
Signed-off-by: phernandez <paul@basicmachines.co>
977 B
977 B
title, type, entity, version, schema, settings
| title | type | entity | version | schema | settings | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Task | schema | Task | 1 |
|
|
Task
A Task note tracks work in progress so Codex can find it on the next thread.
It matches the framework-agnostic memory-tasks shape.
Tasks are found by structured recall:
search_notes(metadata_filters={"type": "task", "status": "active"}).
Put queryable fields such as status and current_step in frontmatter, and use
observations for human-readable progress notes.