Notes
experimentalplatformpersonal notes over a markdown/Obsidian vault
pip install chp-adapter-notesAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
append_notev0.1.0Append text to an existing note (e.g. a daily log). Text never in evidence.
chp.adapters.notes.append_notecreate_notev0.1.0Create a new markdown note with frontmatter. Body never in evidence.
chp.adapters.notes.create_notelist_notesv0.1.0List markdown notes in the vault (optionally under a subfolder).
chp.adapters.notes.list_notesread_notev0.1.0Read one note: title, tags, frontmatter, and body. Body never in evidence.
chp.adapters.notes.read_notesearch_notesv0.1.0Find notes whose title or body contains the query. Query and body never in evidence.
chp.adapters.notes.search_notes