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

Class _Pending

src/server/agent_server.py:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90@dataclass
91class _Pending:
92 event: threading.Event
93 reply: dict[str, Any] | None = None
94
95
96@dataclass

Callers 2

permission_handlerMethod · 0.85
_elicitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected