diff --git a/content/_index.md b/content/_index.md index 886437eb6..a378de1bc 100644 --- a/content/_index.md +++ b/content/_index.md @@ -14,7 +14,7 @@ It’s our mission to realize this future. ## Blog -[[Solving The Campfire Problem with Honcho]] +[[Solving The Campfire Problem with Honcho]] [[User State is State of the Art]] [[Memories for All]] [[Honcho; User Context Management for LLM Apps|Honcho: User Context Management for LLM Apps]] @@ -43,6 +43,7 @@ It’s our mission to realize this future. ## Release Notes +[[Release Notes 03.14.23]] [[Release Notes 02.23.24]] [[Release Notes 02.15.24]] [[Release Notes 02.08.24]] diff --git a/content/blog/Solving The Campfire Problem with Honcho.md b/content/blog/Solving The Campfire Problem with Honcho.md index 5dad0be22..ea2ae40d4 100644 --- a/content/blog/Solving The Campfire Problem with Honcho.md +++ b/content/blog/Solving The Campfire Problem with Honcho.md @@ -6,6 +6,7 @@ tags: - philosophy - machine_learning --- +![[agent_campfire.webp]] ## TL;DR Today we're releasing the first demo utilizing Honcho's dialectic API.[^1] Your LLM app/agent can now converse freely with [Honcho](https://honcho.dev)(-as-agent) about a user in natural language: agent-to-agent chat over user context. @@ -104,10 +105,10 @@ But now we must all build our own campfires. ### The Solution -![[Media-Filled Cityscape Scene.webp]] - Generative AI certainly poses more cause for concern. Zero-marginal cost *generation* of info along with current zero barrier distro may be as disruptive as prior revolutions on this access (perhaps far more). Lots of that proposition is *incredibly* exciting. But we should also expect this to exacerbate The Campfire Problem. +![[Media-Filled Cityscape Scene.webp]] + There's a solution hidden in the latest irritant. It's not just media I can generate on demand, but soon *agents*. Agents that can get to know me, agents that can curate for me, agents that can be my intellectual companion. Now your sense-making silo can be populated with good synthetic neighbors able to help you understand the world, build narratives, make meaning. @@ -116,7 +117,5 @@ A critical component is a secure and reliable mechanism for this community of ag *Enter Honcho.* -![[agent_campfire.webp]] - [^1]: More on this & our private beta next week (!) \ No newline at end of file diff --git a/content/releases/Release Notes 02.23.24.md b/content/releases/Release Notes 02.23.24.md index 0ae48525e..bde725791 100644 --- a/content/releases/Release Notes 02.23.24.md +++ b/content/releases/Release Notes 02.23.24.md @@ -9,7 +9,7 @@ - [[User State is State of the Art|A blog post exploring a new paradigm for user identity]] -We're spinning up lots of direct channels for teams building with Honcho. [Join our Discord](https://mc.sendgrid.com/single-sends/f6b4e9ec-d1b9-11ee-a861-2a442512d272/editor/modules?moduleId=3132ac4a-0e6a-41d6-a023-b4348211294b.2), and let's build together 🦾. +We're spinning up lots of direct channels for teams building with Honcho. [Join our Discord](https://discord.gg/plasticlabs), and let's build together 🦾. ## Honcho v0.0.4 diff --git a/content/releases/Release Notes 03.14.23.md b/content/releases/Release Notes 03.14.23.md new file mode 100644 index 000000000..b7866b37c --- /dev/null +++ b/content/releases/Release Notes 03.14.23.md @@ -0,0 +1,40 @@ +## News + +Went for it with this release: + +- Dialectic API: Agent-to-agent chat over user context! + +- ["Curation Buddy" Demo for Dialectic API](https://github.com/vintrocode/curation-buddy) + +- [[Solving The Campfire Problem with Honcho|Blog post on the demo & solving The Campfire Problem in the information age]] + +- [Honcho v0.0.5](https://github.com/plastic-labs/honcho/tree/v0.0.5) + +[Join our Discord](https://discord.gg/plasticlabs). Let's build together 🦾. + +## Honcho v0.0.5 + +ADDED +- Metadata to all data primitives (Users, Sessions, Messages, etc.) + +- Ability to filter paginated GET requests by JSON filter based on metadata + +- Dialectic API to interact with honcho agent and get insights about users + +- Code Coverage Tests + +- Autogenerated Sphinx Documentation for Honcho Client SDK + +- Built-in LangChain message converter + +- Optional Sentry error monitoring + +- Optional Opentelemetry logging + +- Automatic Fact Derivation Script for automatically generating simple memory + +CHANGED +- API Server now uses async methods to make use of benefits of FastAPI + +FIXED +- URL encoding all GET requests in honcho client \ No newline at end of file