Module types

Module types 

Source
Expand description

Request and response wire types for the CELLSTATE REST API.

These structs match the JSON payloads accepted and returned by the API. All fields use snake_case serialization to match the API wire format.

Structsยง

AgentResponse
Agent response from the API.
ArtifactResponse
Artifact response from the API.
AssembleContextRequest
Request to assemble a context window.
AssembleContextResponse
Assembled context window response.
CommitMemoryRequest
Request to commit a memory interaction.
CommitMemoryResponse
Memory commit response.
ContextSegment
Single segment within an assembled context.
CreateAgentRequest
Create a new agent.
CreateArtifactRequest
Create a new artifact.
CreateNoteRequest
Create a new note (extraction).
CreateScopeRequest
Create a new scope within a trajectory.
CreateTrajectoryRequest
Create a new trajectory.
CreateTurnRequest
Create a new turn (conversation message).
ListParams
Pagination parameters.
ListResponse
Paginated list response wrapper.
NoteResponse
Note response from the API.
RecallRequest
Request to recall previous interactions.
RecallResponse
Response for recall operations.
RecallResult
Single recall result.
ScopeResponse
Scope response from the API.
TrajectoryResponse
Trajectory response from the API.
TurnResponse
Turn response from the API.
UpdateArtifactRequest
Update an existing artifact.
UpdateNoteRequest
Update an existing note.
UpdateScopeRequest
Update an existing scope.
UpdateTrajectoryRequest
Update an existing trajectory.