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

Method Manager

cli/workspace/memory.go:44–46  ·  view source on GitHub ↗

Manager returns the underlying memory.Manager for advanced operations.

()

Source from the content-addressed store, hash-verified

42
43// Manager returns the underlying memory.Manager for advanced operations.
44func (ms *MemoryStore) Manager() *memory.Manager {
45 return ms.manager
46}
47
48// SetWorkspaceDir sets the current session's workspace directory so that
49// new facts are annotated with the project they were learned in.

Calls

no outgoing calls