MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / Entity

Class Entity

src/knowledge/graph.py:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20@dataclass
21class Entity:
22 name: str
23 type: str # "file" | "symbol" | "url"
24 count: int = 1
25 last_seen: float = 0.0
26 attributes: dict[str, str] = field(default_factory=dict)
27
28
29# Extraction patterns (heuristic). Kept deliberately low-noise.

Callers 2

addMethod · 0.85
from_dictMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected