Source. This guide generalizes a report from the first non-temperkb.io Temper
deployment: one agent ingested dozens of documents (~1,600 chunk resources), understood
them, and distilled ~50 nodes across three telos questions. The vault resource isexternal-deployment-feedback-agent-playbook-for-building-a-cognitive-map-from-a-large-corpus-019f4766-dba9-7970-af4b-69b2f6760348.
path + chunk-index and record the resource id the create returned:{"path": "docs/spec.md", "chunk": 0, "id": "019f47e2-0126-7a23-a905-20dc97848af6"}
{"path": "docs/spec.md", "chunk": 1, "id": "019f47e2-e268-7930-ac11-3f89f8e8f84c"}resource create prints a ref and an id on every create — read the id straight outresource create is not idempotent — content dedup was retired — socreated=0 on a clean re-run is anohup,resource create or resource update can print network error: error sending request
for url …/api/ingest and exit non-zero even though the write already committed on thecreate mints a fresh identifier on each invocationtemper resource list --title-contains "<title>" reports whether thetemper resource show <ref> (add --edges for a --goal/link change)create/update fails with acreate/update calls have nocontains edge from it to each chunk, so the document stays navigable as a unit:temper search --context @me/corpus is already useful.