From 3851061cc67750b74052689141fac44c85832b0b Mon Sep 17 00:00:00 2001 From: Benjamin McCormick Date: Tue, 27 Jan 2026 14:57:13 -0500 Subject: [PATCH] fix: lint --- docs/v3/documentation/introduction/overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v3/documentation/introduction/overview.mdx b/docs/v3/documentation/introduction/overview.mdx index 10ce0775..53cc2d48 100644 --- a/docs/v3/documentation/introduction/overview.mdx +++ b/docs/v3/documentation/introduction/overview.mdx @@ -65,7 +65,7 @@ Honcho has four storage primitives that work together: - **Workspaces** - Top-level containers that isolate different applications or environments - **Peers** - Any entity that persists but changes over time (users, agents, objects, and more) - **Sessions** - Interaction threads between peers with temporal boundaries -- **Messages** - Units of data that trigger reasoning (conversations, events, activity, documents, and more) +- **Messages** - Units of data that trigger reasoning (conversations, events, activity, documents, and more) When you write messages to Honcho, they're stored and processed in the background. Custom reasoning models perform formal logical [_reasoning_](/v3/documentation/core-concepts/reasoning) to generate conclusions about each peer. These conclusions are stored as [_representations_](/v3/documentation/core-concepts/representation) that you can query to provide rich context for your agents. @@ -100,4 +100,4 @@ Welcome to Honcho. We're excited to have you at the frontier of AI with us 🫡. Learn how Honcho reasons about data to build memory - \ No newline at end of file +