MCPcopy Create free account
hub / github.com/FareedKhan-dev/ai-long-task / EvolutionTraceConfig

Class EvolutionTraceConfig

config.py:362–371  ·  view source on GitHub ↗

Configuration for evolution trace logging

Source from the content-addressed store, hash-verified

360
361@dataclass
362class EvolutionTraceConfig:
363 """Configuration for evolution trace logging"""
364
365 enabled: bool = False
366 format: str = "jsonl"
367 include_code: bool = False
368 include_prompts: bool = True
369 output_path: Optional[str] = None
370 buffer_size: int = 10
371 compress: bool = False
372
373
374@dataclass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected