{"name":"Concierge Agent","description":"Generic Orchestrator - Dynamically creates and executes workflows based on agent schemas","supportedInterfaces":[{"url":"http://concierge:7001","protocolBinding":"JSONRPC"}],"provider":{"url":"daa4c26f-004f-492e-ad77-da81abf720af","organization":"daa4c26f-004f-492e-ad77-da81abf720af"},"version":"3.0.0","capabilities":{"streaming":true,"pushNotifications":false},"defaultInputModes":["text/plain","application/json"],"defaultOutputModes":["text/plain","application/json"],"skills":[{"id":"orchestrate-workflow","name":"orchestrate-workflow","description":"Dynamically orchestrates workflows using available agents based on their declared schemas","tags":["concierge","orchestrator","workflow","coordinator"],"examples":["{\"inputSchema\": {\"$schema\": \"http://json-schema.org/draft-07/schema#\", \"type\": \"object\", \"properties\": {\"request\": {\"type\": \"string\", \"description\": \"User request to be fulfilled by orchestrating agents\"}}, \"required\": [\"request\"]}, \"outputSchema\": {\"$schema\": \"http://json-schema.org/draft-07/schema#\", \"type\": \"object\", \"properties\": {\"response\": {\"type\": \"string\"}, \"workflow_id\": {\"type\": \"string\"}, \"steps_completed\": {\"type\": \"integer\"}, \"context\": {\"type\": \"object\"}}}}","{\"request\": \"Help me accomplish a task using available agents\"}"],"inputModes":["application/json","text/plain"],"outputModes":["application/json"]}],"preferredTransport":"JSONRPC","protocolVersion":"0.3","url":"http://concierge:7001"}