Commit Graph

2 Commits

Author SHA1 Message Date
Devin AI
96735c027a Fix lint issues in a2a_protocol_test.py - remove unused imports and variables
Co-Authored-By: Joe Moura <joao@crewai.com>
2025-05-25 04:33:21 +00:00
Devin AI
14145268d2 Implement A2A protocol support for recursive agent invocation
- Modified BaseAgentTool._execute to accept and pass tools parameter
- Updated DelegateWorkTool and AskQuestionTool to pass agent tools
- Modified AgentTools to inject tools into delegation tools
- Added test cases to verify recursive agent invocation works

Fixes #2900

Co-Authored-By: Joe Moura <joao@crewai.com>
2025-05-25 03:28:40 +00:00