MCPcopy Create free account
hub / github.com/diillson/chatcli / memoryPluginAdapter

Struct memoryPluginAdapter

cli/memory_adapter.go:31–33  ·  view source on GitHub ↗

memoryPluginAdapter is the concrete plugins.MemoryAdapter.

Source from the content-addressed store, hash-verified

29
30// memoryPluginAdapter is the concrete plugins.MemoryAdapter.
31type memoryPluginAdapter struct {
32 cli *ChatCLI
33}
34
35// invalidate refreshes the context builder so freshly written memory is
36// visible on the next turn. No-op when the builder is absent.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected