honcho/docs/v3/guides
lowyelling cceeaadbea docs(integrations): make Step 4 cross-session test durable via honcho_search
Replace the prose-recall test ("Based on what we've talked about, what do you know about me?") with a forced honcho_search call. Prose recall depended on the model getting deriver-built representation/peer-card in its system prompt, which is gated behind DERIVER_REPRESENTATION_BATCH_MAX_TOKENS=1024 — short tutorial-length conversations don't trigger it, producing false negatives on a working integration.

honcho_search hits message embeddings, which are computed synchronously at message persist time (src/crud/message.py:262-276), so peer-scoped retrieval works regardless of how short the prior session was. Also folds the result.steps[i].toolCalls inspection snippet from the old Step 5 into Step 4 — same prompt, no need for two sections.

Drops Step 5 entirely.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-04 16:03:10 -04:00
..
community docs: add pi-honcho-memory community integration (#458) 2026-03-30 10:28:16 -04:00
integrations docs(integrations): make Step 4 cross-session test durable via honcho_search 2026-05-04 16:03:10 -04:00
migrations sdks: add set peer card function (#371) 2026-02-09 15:35:57 -05:00
discord.mdx chore: (docs) Reconcile new SDK conventions in docs (#355) 2026-01-28 10:58:40 -05:00
gmail.mdx Adding granola integration (#417) 2026-03-18 13:08:20 -04:00
granola.mdx Fix typos (#440) 2026-03-22 15:52:55 -04:00
overview.mdx docs: adding opencode (#596) 2026-04-23 10:28:12 -07:00
telegram.mdx chore: (docs) Reconcile new SDK conventions in docs (#355) 2026-01-28 10:58:40 -05:00