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

Method GraphMap

cli/plugins/builtin_memory.go:55–55  ·  view source on GitHub ↗

GraphMap returns the knowledge-graph map-of-content (node counts + hubs).

()

Source from the content-addressed store, hash-verified

53type GraphAccessor interface {
54 // GraphMap returns the knowledge-graph map-of-content (node counts + hubs).
55 GraphMap() (string, error)
56 // GraphNeighbors returns the local graph (backlinks + related notes) of the
57 // subject best matching the query.
58 GraphNeighbors(query string) (string, error)

Callers 1

ExecuteWithStreamMethod · 0.65

Implementers 2

memoryPluginAdaptercli/memory_adapter.go
fakeMemAdaptercli/plugins/builtin_memory_test.go

Calls

no outgoing calls

Tested by

no test coverage detected