honcho/docs/v3/documentation
Eugene Eisenstein 451a864096 refactor(dialectic): drop message content from evidence
Evidence carried the first 200 characters of every message the agent read.
Remove it: messages now report identity and provenance only.

Message content is caller-supplied and unbounded -- up to MAX_MESSAGE_SIZE,
25k characters -- and a single answer can touch a few hundred messages across
its search, grep and date-range tools. Carrying even a slice of each invites
callers to read messages in bulk out of evidence rather than fetching the ones
they want, which is the opposite of what this is for: evidence is an audit and
analytics surface, not a read API and not something to sit in a hot path.

Conclusions keep their text, which is the asymmetry worth stating. A
conclusion is written by the deriver, is short, and is the thing being
audited; a message is raw input that already has endpoints of its own.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-03 16:43:39 -04:00
..
core-concepts chore(docs): Add Documentation for Scopes (#1086) 2026-08-27 15:21:10 -04:00
features refactor(dialectic): drop message content from evidence 2026-09-03 16:43:39 -04:00
introduction docs: adding honcho start (#1073) 2026-08-26 11:39:58 -04:00
reference feat(sdk): add per-call peer chat timeout (#1098) 2026-09-02 17:31:46 -04:00
scratch chore: (docs) Reconcile new SDK conventions in docs (#355) 2026-01-28 10:58:40 -05:00