Run the agent on *question* and return a structured result.
(self, question: str)
| 44 | |
| 45 | @abstractmethod |
| 46 | async def run(self, question: str) -> AgentResult: |
| 47 | """Run the agent on *question* and return a structured result.""" |
no outgoing calls
no test coverage detected