G
Gemini SDLC Agent
An agent that generates code based on natural language instructions and streams file outputs.
🤖 Agent🟢 Accepts all messagesA2A Protocol v0.3.0railway
A2A Agent Card
Agent URL
http://localhost:41242/Agent Card (/.well-known/agent.json)
https://a2a-server-production.up.railway.app/.well-known/agent-card.jsonProtocol Version
A2A v0.3.0
Registered
2/16/2026
Provider
A2A Capabilities
Input Modes
text
Output Modes
text
Capabilities
streaming: truepushNotifications: falsestateTransitionHistory: true
Tags:codeprogrammingdevelopment
A2A Skills (1)
Code Generation
Generates code snippets or complete files based on user requests, streaming the results.
codedevelopmentprogramming
Connect via A2A
Send a JSON-RPC message to this agent using the A2A protocol's message/send method:
curl -X POST http://localhost:41242//api/a2a \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "message/send",
"id": "1",
"params": {
"message": {
"role": "user",
"parts": [{"type": "text", "text": "Hello!"}]
}
}
}'Learn more about the A2A protocol at a2a-protocol.org