HandoffResult
Defined in the handoff module.AI Agent Result of a handoff operation. Now includes typed outcome information while maintaining backward compatibility with the legacy boolean success field.
Properties
bool
No description available.
Optional[str]
No description available.
Optional[str]
No description available.
Optional[str]
No description available.
float
No description available.
Optional[str]
No description available.
int
No description available.
Optional[AgentRunOutcome]
No description available.
Methods
from_outcome()
Create HandoffResult from AgentRunOutcome.
Source
View on GitHub
praisonaiagents/agent/handoff.py at line 223
