Skip to main content

Module responses

Module responses 

Source
Expand description

API response types for all HTTP endpoints.

Structs§

AcceptRefinementResponse
ActivityResponse
AddObservationResponse
AgentResponse
ChatContextResponse
ConfigResponse
ConfirmResponse
ContradictionDismissResponse
Response returned by POST /api/memory/contradiction/{source_id}/dismiss. wrote: true is best-effort: the daemon’s underlying DB method silently no-ops when no rows match. Wrapper cannot distinguish dismiss-of-existing from dismiss-of-nothing without an extra SELECT (out of scope).
CreateEntityResponse
DecisionDomainsResponse
DecisionsResponse
DeleteCountResponse
DeleteResponse
Shared wire format for any deleted: bool response.
ExportPageResponse
ExportStats
Statistics from a bulk page export operation (POST /api/pages/export).
HealthResponse
ImportMemoriesResponse
IndexedFilesResponse
IngestResponse
KnowledgeContext
KnowledgeCountResponse
KnowledgePathResponse
ListEntitiesResponse
ListMemoriesResponse
ListMemoryRevisionsResponse
Response envelope for /api/memory/{id}/revisions.
ListPageRevisionsResponse
Response envelope for /api/pages/{id}/revisions.
ListRefinementsResponse
MemoryDetail
Detailed chunk-level view of a stored memory, returned by /api/chunks/{source_id}.
MemoryDetailResponse
MemoryRevisionEntry
One entry in a memory’s supersede chain, returned by /api/memory/{id}/revisions.
MemoryStatsResponse
NurtureCardsResponse
OrphanLink
One orphaned page link label aggregated across sources.
OrphanLinksResponse
Response for GET /api/pages/orphan-links.
PageChangelogEntry
One entry in a page’s version changelog, returned by /api/pages/{id}/revisions.
PageLinkInbound
PageLinkOutbound
PageLinksResponse
Wikilink graph centered on a single page. Outbound = labels parsed out of this page’s body; target_page_id is None for orphans. Inbound = active pages whose body cites this title.
PendingRevision
A pending revision waiting for human approval (Protected tier supersede).
PendingRevisionItem
One pending revision awaiting human accept/dismiss.
PinnedMemoriesResponse
ProfileContext
ProfileResponse
ReclassifyMemoryResponse
RefinementProposalSummary
RejectRefinementResponse
RevisionAcceptResponse
Response returned by POST /api/memory/revision/{id}/accept. Carries the now-consumed revision row id so agents can correlate with their list_pending_revisions cache.
RevisionDismissResponse
Response returned by POST /api/memory/revision/{id}/dismiss. wrote: true always (404 on missing).
SearchEntitiesResponse
SearchMemoryResponse
SearchPagesResponse
SearchResponse
StatusResponse
StoreMemoryResponse
SuccessResponse
TagsResponse
TierTokenEstimates
VersionChainResponse

Enums§

ProposalAction
The action type for a background-refinery proposal.
RefinementPayload
Tagged-union payload emitted by the background refinery.