Expand description
Request/response types for MCP tool endpoints.
Structs§
- BksStats
- Behavioral Knowledge Store statistics.
- Capture
Thought Request - Request to capture a new thought.
- Capture
Thought Response - Response after capturing a thought.
- Delete
Thought Request - Request to delete a thought.
- Delete
Thought Response - Response after deleting a thought.
- Evidence
Check Result - Result of checking a thought against existing evidence.
- GetThought
Request - Request to get a single thought by ID.
- GetThought
Response - Response containing a full thought.
- Knowledge
Result - A single knowledge search result.
- List
Recent Request - Request to list recent thoughts.
- List
Recent Response - Response from listing recent thoughts.
- Memory
Search Result - A single memory search result.
- Memory
Stats Request - Request for memory statistics (no parameters).
- Memory
Stats Response - Response with memory statistics.
- PksStats
- Personal Knowledge Store statistics.
- Search
Knowledge Request - Request to search the knowledge store (PKS/BKS).
- Search
Knowledge Response - Response from a knowledge search.
- Search
Memory Request - Request to search memory.
- Search
Memory Response - Response from a memory search.
- Thought
Stats - Statistics about stored thoughts.
- Thought
Summary - Summary of a thought for listing.