MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / ToMap

Method ToMap

agent/state.go:90–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88
89 CacheBreakPoints: mapset.NewSet[int](),
90
91 ReadFileState: map[string]file.FileStateEntry{},
92
93 LastExtractionTurn: 0,
94 UserTurnCount: 0,
95 LastExtractionUserTurn: 0,
96 MemoryWritesSinceExtraction: false,
97
98 LastQuery: "",
99 MemoryQueryText: "",
100 MemoryQueryTime: time.Time{},
101
102 MemorySessionID: "",
103 MemoryAgentID: "",
104 MemoryAgentType: "",
105 MemoryTeamName: "",

Callers 5

ClonePermissionStateFunction · 0.45
NewTaskListToolFunction · 0.45
NewTaskGetToolFunction · 0.45
serializeTaskResultFunction · 0.45

Calls

no outgoing calls