marm_concept_build
Extract entities and relationships from memory to build the concept graph. Scope by session or project, or search all sessions. Must run before concept recall.
Instructions
πΈοΈ Extract entities/relationships from memory content into the concept graph.
Scope with session_name or project for a targeted build, or pass
search_all=True for everything (row-capped). Links extracted entities to
marm-graph code symbols when available. Call this before marm_concept_recall
β there's no data until a build has run at least once.
Parameters:
- session_name: scope extraction to this session; omit with search_all=True
- search_all: extract across all sessions, row-capped (default False)
- project: scope extraction to this project (optional)
- run_id: optional Console build-run ID for status polling
Returns: entities_extracted, relationships_created, code_links_created, duration_ms
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | ||
| project | No | ||
| search_all | No | ||
| session_name | No |