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

Struct ExtractionController

agent/memory_extraction.go:43–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 SourceAgentID string
42 SourceTeamName string
43 SourceTeamSessionID string
44 SourceTeamAgentID string
45}
46
47type extractionContext struct {
48 Messages []map[string]any
49 MessageIDs []string
50 StartIndex int
51 EndIndex int
52 SessionID string
53 ConsumerID string
54 TurnCount int
55 UserTurnCount int
56 State *AgentState
57}
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected