Commit Graph

82 Commits (47e509eadb45243adaa4db399944b922d389bc90)

Author SHA1 Message Date
Pavan Kumar 47e509eadb fix(agent): resolve unterminated string literal in add_tool method and update server params
3 months ago
Pavan Kumar ff19580da5 fix(mcp): implement proper async handling for MCP integration
3 months ago
Pavan Kumar e730e576be fix(mcp): resolve async coroutine warning by awaiting batch_mcp_flow correctly
3 months ago
Pavan Kumar 0ca3f03922 fix(mcp): correct async flow and server port configuration for MCP integration
3 months ago
Pavan Kumar 58e2f5c009 fix(mcp): resolve server and async coroutine handling issues
3 months ago
Pavan Kumar 96c266952c fix(mcp): update server and client configurations and agent initialization
3 months ago
DP37 cb136d75f5 feat(math): integrate gpt-4o-mini model and fix streaming issues in mcp_execution_flow
3 months ago
Pavan Kumar 9a682a2aed fix(mcp): update imports and fix server transport args for MCP integration
3 months ago
Pavan Kumar d7e8849bd9 fix(mcp): update imports to use mcp package and fix FastMCP server transport in mock_math_server.py
3 months ago
Pavan Kumar 9cd53bb15a fix(mcp): update FastMCP imports and server configuration for compatibility
3 months ago
Pavan Kumar ba76575450 fix(agent): update MATH_AGENT_PROMPT import path and ensure correct usage across project
3 months ago
Pavan Kumar 725f304448 fix(agent_prompts): remove duplicate MATH_AGENT_PROMPT definition and fix server transport config
3 months ago
Pavan Kumar 802a489805 fix(mcp): update server setup and add missing math agent prompt definition
3 months ago
DP37 0654a297a2 fix(math-agent): refine calculations by removing max_loops limit and update prompts
3 months ago
Pavan Kumar 977623ab7b refactor(mcp): simplify client to use math agent only, remove finance agent
3 months ago
Pavan Kumar 77324e6ace feat(agent): add MCP test agent prompts and update client with server connections
3 months ago
Pavan Kumar cc56f433a8 fix(mcp): update architecture to initialize agents on the client side, not the server
3 months ago
Pavan Kumar eedcab4d08 fix(mcp): implement proper client-side usage for MCP client integration
3 months ago
Pavan Kumar eef1a5384c Restored to 'eae5d510b502852f51ba86a44012b42d892fd643'
3 months ago
Pavan Kumar c4eb44e67d fix(agent): standardize agent initialization to match example pattern
3 months ago
Pavan Kumar a228faf26f fix(stock): update stock server config to handle price queries correctly
3 months ago
Pavan Kumar 8b01167108 feat(agent): include agent names in capability responses for clarity
3 months ago
Pavan Kumar f52bcbcc15 fix(server): resolve FastMCP server initialization issues in mock_stock_server.py
3 months ago
Pavan Kumar 66ccd9b339 fix(server): correct FastMCP configuration for price query handling
3 months ago
DP37 f4a134e754 fix(agent): improve agent's response and handling for price inquiries
3 months ago
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 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