Build socially intelligent agents without worrying about infrastructure
Workspaces
, Peers
, or Sessions
.
Workspaces
, Peers
, Sessions
, and Messages
.
Workspace
to open up the Workspace
dashboard. Here you can create
Peers
and Sessions
, use the Dialectic API and add Messages
to your Peer
representations. Utilize your ability to search across all Messages
in a
Workspace
.
Peer
to open its utilities. From here you can search that Peer
’s
Messages
, view participating Sessions
, or edit its metadata.
The Chat Endpoint allows you to send a query through the Honcho API to get
information about the Peer
’s representation. If you include the Session
ID,
the query will be scoped to Messages
and the representation of a Peer
within that Session
.
Session
to find options to add Peers
, view Messages
, and search across all Messages
for a particular session.
Use the Get Context feature to quickly generate output that fits into your
LLM’s context window. Get a subset of messages with an optional summary
based on the token count you input. The Session Context guide goes over how to use this in your agents