MCPcopy Create free account
hub / github.com/apache/maka / readHeader

Method readHeader

packages/runtime/src/session-manager.ts:663–663  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

661 ): Promise<ProvisionAgentGraphOperatorResult>;
662 list(filter?: SessionListFilter): Promise<SessionSummary[]>;
663 readHeader(sessionId: string): Promise<SessionHeader>;
664 readMessages(sessionId: string): Promise<StoredMessage[]>;
665 readMessagesSnapshot?(sessionId: string): Promise<StoredMessage[]>;
666 listTurns(sessionId: string): Promise<TurnRecord[]>;

Callers 15

listShellRunUpdatesMethod · 0.65
getShellRunUpdateMethod · 0.65
commitRevisionVersionMethod · 0.65
setFlaggedMethod · 0.65
renameSessionMethod · 0.65
setPermissionModeMethod · 0.65
setCollaborationModeMethod · 0.65
setOrchestrationModeMethod · 0.65

Implementers 4

SqliteSessionStorepackages/storage/src/session-store.ts
MemorySessionStorepackages/runtime/src/__tests__/session
ReadOnlyStorepackages/runtime/src/__tests__/runtime
TinySessionStorepackages/runtime/src/__tests__/session

Calls

no outgoing calls

Tested by 2