MCPcopy Create free account
hub / github.com/OpenOSINT/OpenOSINT / _AgentRunContext

Class _AgentRunContext

openosint/agent.py:385–390  ·  view source on GitHub ↗

Mutable state threaded through one agent turn.

Source from the content-addressed store, hash-verified

383
384@dataclass
385class _AgentRunContext:
386 """Mutable state threaded through one agent turn."""
387
388 messages: list[dict[str, Any]]
389 tool_calls: list[ToolCall]
390 on_tool_call: Any
391
392
393# ---------------------------------------------------------------------------

Callers 2

runMethod · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected