MCPcopy Create free account
hub / github.com/AgentOps-AI/agentops / Trace

Class Trace

app/api/agentops/exporter/models.py:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34class Trace(pydantic.BaseModel):
35 id: UUID
36 spans: list["Span"] = pydantic.Field(default_factory=list)
37
38 def __repr__(self) -> str:
39 return f"Trace(id={self.id})"
40
41
42class Span(pydantic.BaseModel):

Callers 1

to_traceMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…