MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / SessionInfo

Interface SessionInfo

src/runtime/adapters/types.ts:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91// ---------------------------------------------------------------------------
92
93export interface SessionInfo {
94 id: string;
95 channelId: string;
96 createdAt: string;
97 lastMessageAt: string;
98 messageCount: number;
99}
100
101// ---------------------------------------------------------------------------
102// Agent

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected