MCPcopy Create free account
hub / github.com/Mercury7353/PyBench / TracerDB

Class TracerDB

llms/schema.py:140–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139
140class TracerDB(BaseModel):
141 timestamp: datetime
142 trace_id: str
143 config_id: str
144 round: int
145 current_task: str
146 module_type: str
147 history_messages: List[Message]
148 debug_info: DebugInfo
149
150
151class ModuleType(Enum):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected