()
| 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: "", |
no outgoing calls