MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / ArtifactRecord

Class ArtifactRecord

uncommon_route/artifacts.py:21–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20@dataclass(frozen=True, slots=True)
21class ArtifactRecord:
22 id: str
23 created_at: float
24 kind: str
25 role: str
26 session_id: str
27 tool_name: str
28 tool_call_id: str
29 content_type: str
30 char_count: int
31 token_estimate: int
32 sha256: str
33 preview: str
34 summary: str = ""
35
36
37class ArtifactStore:

Callers 2

store_textMethod · 0.85
_find_existingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected