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

Class AgentResponse

openosint/agent.py:376–381  ·  view source on GitHub ↗

Complete response from one agent turn.

Source from the content-addressed store, hash-verified

374
375@dataclass
376class AgentResponse:
377 """Complete response from one agent turn."""
378
379 content: str
380 tool_calls: list[ToolCall] = field(default_factory=list)
381 error: str = ""
382
383
384@dataclass

Callers 3

runMethod · 0.85
runMethod · 0.85

Calls

no outgoing calls