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

Struct ExtractionConfig

agent/memory_extraction.go:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25func DefaultExtractionConfig() ExtractionConfig {
26 return ExtractionConfig{ContextMessageCount: 32}
27}
28
29type ExtractionController struct {
30 Config config.Config
31 Engine memory.Engine
32 ExtractionConfig ExtractionConfig
33
34 mu sync.Mutex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected