{"name":"Simple OpenAI Agent","description":"A2A-compatible AI assistant powered by OpenAI GPT-5.","supportedInterfaces":[{"url":"https://test-a2a-agent.infoapps.io/chat","protocolBinding":"JSONRPC","protocolVersion":"1.0"},{"url":"https://test-a2a-agent.infoapps.io/chat","protocolBinding":"JSONRPC","protocolVersion":"0.3"}],"version":"1.0.0","capabilities":{"streaming":false},"defaultInputModes":["text/plain"],"defaultOutputModes":["text/plain"],"skills":[{"id":"chat","name":"Chat","description":"General conversation with the AI assistant.","tags":["chat","conversation","assistant"],"examples":["Hello","How are you?","Tell me about AI agents"],"inputModes":["text/plain"],"outputModes":["text/plain"]},{"id":"get_time","name":"Get Time","description":"Returns the current server time.","tags":["time","datetime","clock"],"examples":["What time is it?","What is the current time?"],"inputModes":["text/plain"],"outputModes":["text/plain"]},{"id":"calculator","name":"Calculator","description":"Evaluates mathematical expressions.","tags":["calculator","math","arithmetic"],"examples":["Calculate 25 * 4","Calculate 100 / 5"],"inputModes":["text/plain"],"outputModes":["text/plain"]},{"id":"random_number","name":"Random Number","description":"Generates a random number.","tags":["random","number","generator"],"examples":["Give me a random number","Generate a random number"],"inputModes":["text/plain"],"outputModes":["text/plain"]}],"preferredTransport":"JSONRPC","protocolVersion":"0.3","url":"https://test-a2a-agent.infoapps.io/chat"}