Skip to main content

Module types

Module types 

Source
Expand description

Request/response types for MCP tool endpoints.

Structs§

BksStats
Behavioral Knowledge Store statistics.
CaptureThoughtRequest
Request to capture a new thought.
CaptureThoughtResponse
Response after capturing a thought.
DeleteThoughtRequest
Request to delete a thought.
DeleteThoughtResponse
Response after deleting a thought.
EvidenceCheckResult
Result of checking a thought against existing evidence.
GetThoughtRequest
Request to get a single thought by ID.
GetThoughtResponse
Response containing a full thought.
KnowledgeResult
A single knowledge search result.
ListRecentRequest
Request to list recent thoughts.
ListRecentResponse
Response from listing recent thoughts.
MemorySearchResult
A single memory search result.
MemoryStatsRequest
Request for memory statistics (no parameters).
MemoryStatsResponse
Response with memory statistics.
PksStats
Personal Knowledge Store statistics.
SearchKnowledgeRequest
Request to search the knowledge store (PKS/BKS).
SearchKnowledgeResponse
Response from a knowledge search.
SearchMemoryRequest
Request to search memory.
SearchMemoryResponse
Response from a memory search.
ThoughtStats
Statistics about stored thoughts.
ThoughtSummary
Summary of a thought for listing.