Commit Graph

118 Commits (7c550d9344290ea447d99a9538f4e70fad42541e)

Author SHA1 Message Date
Pavan Kumar 7c550d9344 fix(mcp): improve MCP client response handling and display formatting
3 months ago
Pavan Kumar 049869ea5c docs(presentation): update script with detailed MCP integration information
3 months ago
Pavan Kumar 4284eab0d1 docs: add presentation script explaining MCP integration with mock multi-agent math and stock servers
3 months ago
Pavan Kumar cb6aae841e fix(mcp): update FastMCP server configuration in mock_stock_server.py
3 months ago
Pavan Kumar 702d9f2a9e feat(stock-server): update stock server to use FastMCP for better performance
3 months ago
Pavan Kumar 07f4c65bde style(agent): simplify output format by removing agent distinction in results
3 months ago
Pavan Kumar e7e72b2518 style(response): simplify output to display only final agent answer and remove redundant metadata
3 months ago
Pavan Kumar 9666c17e6c fix(agent): ensure tasks are routed only to relevant agents based on role specialization
3 months ago
Pavan Kumar 28186aaa85 feat(demo): add presentation script showcasing end-to-end MCP integration
3 months ago
Pavan Kumar fd723e712d fix: correct port binding in MCP stock server implementation
3 months ago
Pavan Kumar b8dda6f92b feat: add advanced technical use case examples for real-world scenarios
3 months ago
Pavan Kumar 7febc47960 chore: add initial structure for examples, documentation, and tests
3 months ago
Pavan Kumar 4b12ecae7b style: enhance multi-agent output formatting with clear visual separators
3 months ago
Pavan Kumar 610064b717 fix: update stock analyst agent logic to handle financial queries properly
3 months ago
Pavan Kumar b9ddc14941 feat: enhance agent responses to describe supported capabilities
3 months ago
Pavan Kumar 63bbc34a54 fix: update stock server setup and multi-agent routing logic
3 months ago
Pavan Kumar b172ce0b24 feat: add input validation to MathAgent for math-specific queries
3 months ago
Pavan Kumar 50a11f3fd6 fix: correct MathAgent initialization by removing extra argument
3 months ago
Pavan Kumar 0f787debaa feat: add stock market analysis agent and corresponding server
3 months ago
Pavan Kumar f69682f31b chore: add detailed logging to MCP server for end-to-end data flow visibility
3 months ago
DP37 80146d875c docs: refine math agent system prompt to clarify capabilities and limitations
3 months ago
Pavan Kumar 40cd5248d8 fix: align math server tools and agent prompt with available capabilities
3 months ago
Pavan Kumar 94363755db fix: update mock multi-agent system to route requests to single calculator agent
3 months ago
Pavan Kumar 3899a22c97 fix: correct MCP agent response handling and model configuration
3 months ago
Pavan Kumar a8ad884d27 feat: implement mock MCP server and multi-agent system with full integration flow
3 months ago
Pavan Kumar 86cb09ad76 chore: restore repository state to commit 8d1d22d for stability
3 months ago
Pavan Kumar cb6eca6784 fix: update MCP server config and test script for single-agent multi-server setup
3 months ago
Pavan Kumar 60d51457f1 fix: correct MCP server port binding and test response logic
3 months ago
Pavan Kumar f07ca75418 fix: refine MCP server configuration for multi-agent multi-server routing
3 months ago
Pavan Kumar 3273747e6a fix: correct imports and server setup in math and calc servers
3 months ago
Pavan Kumar 3da7bd6381 fix: resolve MCP server response handling and LiteLLM output issues
3 months ago
Pavan Kumar 885a50c985 fix: debug MCP server setup and enhance response handling logic
3 months ago
Pavan Kumar c75fa97cb7 fix: resolve LiteLLM initialization issues in math and calc servers
3 months ago
Pavan Kumar a877cc8a47 style: enhance output formatting in multi-agent architecture
3 months ago
Pavan Kumar 9faf83b83b fix: set model_name='gpt-4o-mini' for all agents to suppress warnings
3 months ago
Pavan Kumar db3746131b chore: set explicit model configuration for all agents
3 months ago
Pavan Kumar a64dab83f2 feat: implement multi-agent MCP system with multiple server instances
3 months ago
Pavan Kumar 0761165684 fix: enhance MCP integration with robust error handling and task coverage
3 months ago
Pavan Kumar f854c8a81e docs: add README for MCP integration and implementation summary
3 months ago
Pavan Kumar db5ccd4a24 feat: implement multi-agent MCP architecture with math tools
3 months ago
Pavan Kumar d30ca92421 chore: set model name to 'gpt-4o-mini' in server and test configs
3 months ago
Pavan Kumar 3fe1ec1581 fix: resolve MCP integration and agent response handling issues
3 months ago
Pavan Kumar 61f92562eb fix: adjust agent output formatting and math server config
3 months ago
Pavan Kumar 7c00cf155d feat: support both Swarms and OpenAI API keys in integration test
3 months ago
Pavan Kumar ef2abb0136 fix: update MCP server config and add API key support
3 months ago
Pavan Kumar a418c6f782 feat: enhance test integration with timestamped logging and request workflow
3 months ago
Pavan Kumar 64c79523f3 fix: finalize MCP server configurations and resolve model warnings
3 months ago
Pavan Kumar f495299785 fix: update server configuration and add graceful shutdown to integration test
3 months ago
Pavan Kumar e051e2d1a6 fix: resolve FastMCP server configuration and runtime workflow issues
3 months ago
Pavan Kumar 04ed17d59e chore: configure MCP servers to run in parallel with proper networking
3 months ago