From 65d807626bb3831e855f95cb154a1db3ffe8b4ec Mon Sep 17 00:00:00 2001 From: thrialectics <203729272+thrialectics@users.noreply.github.com> Date: Tue, 12 May 2026 15:30:03 -0400 Subject: [PATCH] docs(readme): restore "stateful agents" in opening sentence Plastic Labs' canonical positioning uses "stateful agents" across materials, and the original README opened with "for building stateful agents." The repositioning pass in d6d60435 dropped the term entirely (now zero occurrences) by following Vineeth's suggested opening copy verbatim - but his audit's executive summary explicitly praised the "stateful agents" positioning and didn't ask to remove it. Restoring it in the bolded thesis sentence. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69733738..d32f4f48 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![NPM version](https://img.shields.io/npm/v/@honcho-ai/sdk.svg)](https://npmjs.org/package/@honcho-ai/sdk) [![Discord](https://img.shields.io/discord/1016845111637839922?style=flat&logo=discord&logoColor=23ffffff&label=Plastic%20Labs&labelColor=235865F2)](https://discord.gg/honcho) -**Honcho is memory infrastructure for agents that need to understand changing people, agents, groups, projects, and ideas over time.** +**Honcho is memory infrastructure for building stateful agents that understand changing people, agents, groups, projects, and ideas over time.** Store messages and events, let Honcho reason in the background, then query peer representations, session context, search results, or natural-language insights from any model or framework. Use it managed at [api.honcho.dev](https://api.honcho.dev) or self-host the FastAPI server yourself.