Commit Graph

3694 Commits (effa59014e075af05fdbec2ebf3e486c609af620)
 

Author SHA1 Message Date
DP37 effa59014e fix(agent): resolve indentation error and typo in add_response_filter function
3 months ago
Pavan Kumar 58e2f5c009 fix(mcp): resolve server and async coroutine handling issues
3 months ago
DP37 fd50b02bfb fix(math-agent): await coroutine and correct Fast-MCP endpoint URL
3 months ago
Pavan Kumar 96c266952c fix(mcp): update server and client configurations and agent initialization
3 months ago
DP37 e34b4462c3 fix(agent): resolve math agent error by fixing streaming response handling and server URL
3 months ago
Pavan Kumar b4fc45e1a0 fix(agent): resolve indentation error in apply_response_filters method
3 months ago
Pavan Kumar a55589febb feat(agent): integrate MCP execution flow and add gpt-4o-mini model support
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
DP37 9207a1badd fix(agent): resolve import errors and compatibility issues in 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
DP37 c1369118e4 fix(agent): resolve module import errors and enable MCP server communication
3 months ago
Pavan Kumar ddd1b601e8 fix(mcp): update fastmcp imports to v2.x for client-based transports
3 months ago
Pavan Kumar 9cd53bb15a fix(mcp): update FastMCP imports and server configuration for compatibility
3 months ago
DP37 8919dc6ba3 fix(imports): correct fastmcp import to match library v2.0 changes
3 months ago
Pavan Kumar 1a075caeb0 fix(mcp): restore mcp_servers attribute and update typing imports for Python 3.10 compatibility
3 months ago
DP37 242cfcd4b1 fix(agent): re-add mcp_servers parameter and fix NotRequired import for Python 3.10 compatibility
3 months ago
Pavan Kumar 552f5cce2f fix(prompts): resolve MATH_AGENT_PROMPT import by updating to source version
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 b35ace1462 feat(prompts): add MATH_AGENT_PROMPT to agent_prompts.py
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
DP37 fe7faf9c81 docs(setup): add README with setup instructions, examples, and API details
3 months ago
Pavan Kumar 41ccffcbc2 feat(mcp): update integration to use FastMCP and support FastMCP in Agent
3 months ago
DP37 824dea060e feat(mcp): improve server connection speed by integrating FastMCP library
3 months ago
Pavan Kumar cc56f433a8 fix(mcp): update architecture to initialize agents on the client side, not the server
3 months ago
DP37 2cdf71e746 fix(agent): separate server and client code for proper agent initialization
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
DP37 da6ba0dd97 feat(math): enhance agent response handling and improve user input error handling
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
DP37 868f09616c feat(agent): run tasks in parallel to prevent duplication across agents
3 months ago
Pavan Kumar 28186aaa85 feat(demo): add presentation script showcasing end-to-end MCP integration
3 months ago
DP37 24e6d1df36 test(mcp): improve Replit config and add workflow for interactive MCP integration test
3 months ago