An endpoint for reasoning about your users
message
objects you store. Those messages serve as the ground truth upon which facts about the user are derived and stored. The Dialectic Endpoint is the natural language interface through which insights are synthesized from those facts. We believe intellectual respect for LLMs is paramount in building effective AI agents/apps. It follows that the LLM should know better than any human what would aid them in their generation task. Thus, the Dialectic endpoint exists for flexible agent-to-agent communication.
collection
named honcho
. This is a reserved collection
specifically for the backend Honcho agent to interact with.
honcho
collection directly, or you can offload this task to our agent and use the Dialectic endpoint. This endpoint allows you to define logic enabling your agent to talk to our agent that automatically retrieves and synthesizes facts from the collection.
This chat interface is exposed via the chat
endpoint. It accepts a string or a list of strings. Below is some example code on how this works.