verdigraph__build_brain
Compile an agent file into a deterministic, content-addressed brain. Returns brain ID, content hash, node/edge counts, and provenance for verifiable cognition.
Instructions
[verdigraph — verifiable cognition: deterministic content-addressed brain_id for any agent file] Compile an agent file into a deterministic, content-addressed brain. content = the file as a string; format = verdigraph_genome | claude_project_export | openai_assistant | prompt_list | auto. Returns brain_id, content_hash, node/edge counts, the 9-invariant firing report, and provenance. Identical bytes always produce the identical brain_id (VB1). include_document=true returns the full graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | auto | |
| content | Yes | ||
| include_document | No |