Integrate external agents that implement the Agent-to-Agent protocol as native agents in the platform
Ideal Scenarios
When NOT to use
1. Start creation
2. Configure basic information
3. Configure A2A connection
4. Define agent interface
5. Advanced configurations
Agent Configuration
python_data_analyzer
Python agent for advanced data analysis and ML
Provide insights through statistical analysis and machine learning
https://analytics.company.com/api/v1/a2a/data-analyzer
data-analyzer-prod
API Key
da_prod_key_abc123...
600 seconds
(analysis can be time-consuming)Retry with Backoff
Enabled
(/health
endpoint)Agent Configuration
legacy_recommender
Legacy recommendation system integrated via A2A
Provide personalized recommendations based on history
https://recommender.legacy-system.com/a2a
recommender-v1
Bearer Token
Bearer eyJhbGciOiJIUzI1NiIs...
Agent Configuration
image_processor
Agent specialized in image analysis and processing
Extract information, detect objects and process images
https://vision-api.imageservice.com/a2a
vision-processor
Custom Headers
X-API-Key: img_key_xyz789...
In Sequential Agents
In Parallel Agents
In Loop Agents
Monitoring Dashboard
Problem Debugging
Latency Reduction
Resilience and Reliability
Security
Output Key - State Sharing
Output Key
field in the interface:The Output Key allows the A2A Agent to save the external agent’s response to a specific variable in the shared state, making it available to other agents or subsequent processes.How it works:Output Key
field with a descriptive name{{output_key_name}}
external_system_response
, validated_data
sentiment_analysis_api
instead of analysis
Integration Design
A2A Protocol
Operation and Maintenance