Commit Graph

3704 Commits (9eeb6256bddae51dedea70505b972b1c9c9ef8ea)
 

Author SHA1 Message Date
DP37 9eeb6256bd fix(agent): resolve communication bug by correcting async operations and context management
3 months ago
Pavan Kumar ff19580da5 fix(mcp): implement proper async handling for MCP integration
3 months ago
DP37 f8d422fbd2 fix(math): resolve calculation error by fixing async handling in mcp_execution_flow
3 months ago
Pavan Kumar e730e576be fix(mcp): resolve async coroutine warning by awaiting batch_mcp_flow correctly
3 months ago
DP37 3e159f5617 chore(agent): add logging for math agent initialization and query handling
3 months ago
Pavan Kumar 0ca3f03922 fix(mcp): correct async flow and server port configuration for MCP integration
3 months ago
DP37 fc91b1159b fix(agent): resolve coroutine issue in batch_mcp_flow function
3 months ago
Pavan Kumar 901f868ca6 fix(mcp): restore imports and fix execution flow in MCP integration
3 months ago
DP37 b8c712cc41 fix(calculation): restore missing import and fix coroutine return in MCP flow
3 months ago
Pavan Kumar 0a028ce84d fix(agent): correct indentation and typo in add_response_filter method
3 months ago
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