Commit Graph

37 Commits (e8912f3c83da761c1399006b0487d0d980d3c9f4)

Author SHA1 Message Date
Pavan Kumar e8912f3c83 updated example
3 months ago
DP37 812115a2a6 refactor(math): simplify math operations and improve logging in mcp_client.py and mock_math_server.py
3 months ago
DP37 616c5757b0 fix(mcp): resolve server connection errors and improve error handling
3 months ago
DP37 a612352abd fix(calculator): update math calculator prompt, enhance error handling and logging
3 months ago
DP37 d9f1144d36 feat(calculator): add math calculator with error handling and example usage
3 months ago
DP37 c7206baf1d feat(calculator): add basic math agent for addition, multiplication, and division
3 months ago
DP37 d75bbed8ee test(mcp): streamline testing workflows and add new tests for mcp_integration.py
3 months ago
DP37 d46da9c8bb Checkpoint before assistant change: Fixes a math calculator error
3 months ago
DP37 c490e82e34 Checkpoint before assistant change: Improved a math calculator
3 months ago
DP37 9eeb6256bd fix(agent): resolve communication bug by correcting async operations and context management
3 months ago
DP37 f8d422fbd2 fix(math): resolve calculation error by fixing async handling in mcp_execution_flow
3 months ago
DP37 3e159f5617 chore(agent): add logging for math agent initialization and query handling
3 months ago
DP37 fc91b1159b fix(agent): resolve coroutine issue in batch_mcp_flow function
3 months ago
DP37 b8c712cc41 fix(calculation): restore missing import and fix coroutine return in MCP flow
3 months ago
DP37 effa59014e fix(agent): resolve indentation error and typo in add_response_filter function
3 months ago
DP37 fd50b02bfb fix(math-agent): await coroutine and correct Fast-MCP endpoint URL
3 months ago
DP37 e34b4462c3 fix(agent): resolve math agent error by fixing streaming response handling and server URL
3 months ago
DP37 cb136d75f5 feat(math): integrate gpt-4o-mini model and fix streaming issues in mcp_execution_flow
3 months ago
DP37 9207a1badd fix(agent): resolve import errors and compatibility issues in MCP integration
3 months ago
DP37 c1369118e4 fix(agent): resolve module import errors and enable MCP server communication
3 months ago
DP37 8919dc6ba3 fix(imports): correct fastmcp import to match library v2.0 changes
3 months ago
DP37 242cfcd4b1 fix(agent): re-add mcp_servers parameter and fix NotRequired import for Python 3.10 compatibility
3 months ago
DP37 fe7faf9c81 docs(setup): add README with setup instructions, examples, and API details
3 months ago
DP37 824dea060e feat(mcp): improve server connection speed by integrating FastMCP library
3 months ago
DP37 2cdf71e746 fix(agent): separate server and client code for proper agent initialization
3 months ago
DP37 da6ba0dd97 feat(math): enhance agent response handling and improve user input error handling
3 months ago
DP37 868f09616c feat(agent): run tasks in parallel to prevent duplication across agents
3 months ago
ascender1729 be9d06e0de chore: remove replit.nix and attached_assets directory
3 months ago
DP37 26ef5edcec feat: add Calculator agent to multi-agent system for basic math solving
3 months ago
DP37 ae4b0b57e9 feat: add basic multi-agent math problem solver for arithmetic operations
3 months ago
DP37 6bb61361cc docs: add reference file listing supported math problem types
3 months ago
DP37 e8cd786040 chore: add detailed logging to math problem solver for model usage and responses
3 months ago
Pavan Kumar 86cb09ad76 chore: restore repository state to commit 8d1d22d for stability
3 months ago
DP37 c8954ebfb1 fix: resolve numerical parsing error in multi-agent calculation logic
3 months ago
DP37 cb85838f8b fix: handle user input correctly in Multi-Agent MCP test environment
3 months ago
DP37 2787e96a0f chore: add test log for financial statement analysis environment
3 months ago
DP37 d51b450242 chore: add test environment log for multi-agent system
3 months ago