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

Class QueryChainTracking

src/tool_system/context.py:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49@dataclass
50class QueryChainTracking:
51 chain_id: str = ""
52 depth: int = 0
53
54
55@dataclass

Calls

no outgoing calls