MCPcopy Create free account
hub / github.com/TanStack/ai /

Class

packages/ai-code-mode/src/agent-store.ts:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export class InMemoryAgentStore implements AgentStore {
17 private readonly sessions = new Map<string, AgentSession>()
18
19 get(name: string): Promise<AgentSession | null> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected