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ยง
- Agent
Response - Agent response from the API.
- Artifact
Response - Artifact response from the API.
- Assemble
Context Request - Request to assemble a context window.
- Assemble
Context Response - Assembled context window response.
- Commit
Memory Request - Request to commit a memory interaction.
- Commit
Memory Response - Memory commit response.
- Context
Segment - Single segment within an assembled context.
- Create
Agent Request - Create a new agent.
- Create
Artifact Request - Create a new artifact.
- Create
Note Request - Create a new note (extraction).
- Create
Scope Request - Create a new scope within a trajectory.
- Create
Trajectory Request - Create a new trajectory.
- Create
Turn Request - Create a new turn (conversation message).
- List
Params - Pagination parameters.
- List
Response - Paginated list response wrapper.
- Note
Response - Note response from the API.
- Recall
Request - Request to recall previous interactions.
- Recall
Response - Response for recall operations.
- Recall
Result - Single recall result.
- Scope
Response - Scope response from the API.
- Trajectory
Response - Trajectory response from the API.
- Turn
Response - Turn response from the API.
- Update
Artifact Request - Update an existing artifact.
- Update
Note Request - Update an existing note.
- Update
Scope Request - Update an existing scope.
- Update
Trajectory Request - Update an existing trajectory.