(snapshot map[string]any)
| 367 | |
| 368 | func (e *CoreExecutionEngine) Reset() { |
| 369 | e.disconnectMCP(context.Background()) |
| 370 | if e.extraction != nil { |
| 371 | e.extraction.Cancel() |
| 372 | } |
| 373 | e.flushAndSealMemory(context.Background()) |
| 374 | if e.skillPersistence != nil { |
| 375 | e.skillPersistence.ClearAll() |
| 376 | } |
| 377 | e.mu.Lock() |
no test coverage detected