Question
I'm building a multi-agent workflow where:
Agent A is developed using the Python agent framework
Agent B is developed using the .NET agent framework
I want to orchestrate these two agents within a single workflow. What is the recommended approach for cross-language agent communication and orchestration? is it A2A or API?
Question
I'm building a multi-agent workflow where:
Agent A is developed using the Python agent framework
Agent B is developed using the .NET agent framework
I want to orchestrate these two agents within a single workflow. What is the recommended approach for cross-language agent communication and orchestration? is it A2A or API?