{ "name": "Multi-Agent Sentiment Analysis Coordinator", "description": "Orchestrates multi-agent sentiment analysis workflows (scraper, preprocessor, analyzer, reporter, memory manager)", "version": "0.1.0", "endpoint": "/", "capabilities": ["requestResponse", "streaming"], "skills": [ { "name": "analyze_sentiment", "description": "Analyze and report on product review sentiment using multi-agent workflow" } ], "defaultInputMode": "text", "defaultOutputMode": "text", "authentication": { "type": "none" } }