Commit Graph

  • b8c712cc41 fix(calculation): restore missing import and fix coroutine return in MCP flow DP37 2025-04-20 11:29:27 +0000
  • 0a028ce84d fix(agent): correct indentation and typo in add_response_filter method Pavan Kumar 2025-04-20 11:21:50 +0000
  • effa59014e fix(agent): resolve indentation error and typo in add_response_filter function DP37 2025-04-20 11:18:05 +0000
  • 58e2f5c009 fix(mcp): resolve server and async coroutine handling issues Pavan Kumar 2025-04-20 11:14:53 +0000
  • fd50b02bfb fix(math-agent): await coroutine and correct Fast-MCP endpoint URL DP37 2025-04-20 11:11:12 +0000
  • 96c266952c fix(mcp): update server and client configurations and agent initialization Pavan Kumar 2025-04-20 11:08:30 +0000
  • e34b4462c3 fix(agent): resolve math agent error by fixing streaming response handling and server URL DP37 2025-04-20 11:08:14 +0000
  • b4fc45e1a0 fix(agent): resolve indentation error in apply_response_filters method Pavan Kumar 2025-04-20 11:05:04 +0000
  • a55589febb feat(agent): integrate MCP execution flow and add gpt-4o-mini model support Pavan Kumar 2025-04-20 10:50:29 +0000
  • cb136d75f5 feat(math): integrate gpt-4o-mini model and fix streaming issues in mcp_execution_flow DP37 2025-04-20 10:46:34 +0000
  • 9a682a2aed fix(mcp): update imports and fix server transport args for MCP integration Pavan Kumar 2025-04-20 10:40:24 +0000
  • 9207a1badd fix(agent): resolve import errors and compatibility issues in MCP integration DP37 2025-04-20 10:39:56 +0000
  • d7e8849bd9 fix(mcp): update imports to use mcp package and fix FastMCP server transport in mock_math_server.py Pavan Kumar 2025-04-20 10:38:13 +0000
  • c1369118e4 fix(agent): resolve module import errors and enable MCP server communication DP37 2025-04-20 10:37:44 +0000
  • ddd1b601e8 fix(mcp): update fastmcp imports to v2.x for client-based transports Pavan Kumar 2025-04-20 09:54:32 +0000
  • 9cd53bb15a fix(mcp): update FastMCP imports and server configuration for compatibility Pavan Kumar 2025-04-20 09:50:47 +0000
  • 8919dc6ba3 fix(imports): correct fastmcp import to match library v2.0 changes DP37 2025-04-20 09:47:04 +0000
  • 1a075caeb0 fix(mcp): restore mcp_servers attribute and update typing imports for Python 3.10 compatibility Pavan Kumar 2025-04-20 09:45:02 +0000
  • 242cfcd4b1 fix(agent): re-add mcp_servers parameter and fix NotRequired import for Python 3.10 compatibility DP37 2025-04-20 09:44:46 +0000
  • 552f5cce2f fix(prompts): resolve MATH_AGENT_PROMPT import by updating to source version Pavan Kumar 2025-04-20 09:38:41 +0000
  • ba76575450 fix(agent): update MATH_AGENT_PROMPT import path and ensure correct usage across project Pavan Kumar 2025-04-20 09:33:20 +0000
  • 725f304448 fix(agent_prompts): remove duplicate MATH_AGENT_PROMPT definition and fix server transport config Pavan Kumar 2025-04-20 09:28:11 +0000
  • 802a489805 fix(mcp): update server setup and add missing math agent prompt definition Pavan Kumar 2025-04-20 09:24:56 +0000
  • 0654a297a2 fix(math-agent): refine calculations by removing max_loops limit and update prompts DP37 2025-04-20 09:24:45 +0000
  • b35ace1462 feat(prompts): add MATH_AGENT_PROMPT to agent_prompts.py Pavan Kumar 2025-04-20 09:18:46 +0000
  • 977623ab7b refactor(mcp): simplify client to use math agent only, remove finance agent Pavan Kumar 2025-04-20 09:17:46 +0000
  • 77324e6ace feat(agent): add MCP test agent prompts and update client with server connections Pavan Kumar 2025-04-20 09:15:11 +0000
  • fe7faf9c81 docs(setup): add README with setup instructions, examples, and API details DP37 2025-04-20 09:14:51 +0000
  • 41ccffcbc2 feat(mcp): update integration to use FastMCP and support FastMCP in Agent Pavan Kumar 2025-04-20 08:32:47 +0000
  • 824dea060e feat(mcp): improve server connection speed by integrating FastMCP library DP37 2025-04-20 08:26:30 +0000
  • cc56f433a8 fix(mcp): update architecture to initialize agents on the client side, not the server Pavan Kumar 2025-04-19 09:11:09 +0000
  • 2cdf71e746 fix(agent): separate server and client code for proper agent initialization DP37 2025-04-19 09:10:47 +0000
  • eedcab4d08 fix(mcp): implement proper client-side usage for MCP client integration Pavan Kumar 2025-04-19 09:07:26 +0000
  • eef1a5384c Restored to 'eae5d510b502852f51ba86a44012b42d892fd643' Pavan Kumar 2025-04-19 09:06:18 +0000
  • c4eb44e67d fix(agent): standardize agent initialization to match example pattern Pavan Kumar 2025-04-19 08:57:12 +0000
  • a228faf26f fix(stock): update stock server config to handle price queries correctly Pavan Kumar 2025-04-18 16:19:04 +0000
  • 8b01167108 feat(agent): include agent names in capability responses for clarity Pavan Kumar 2025-04-18 16:17:05 +0000
  • f52bcbcc15 fix(server): resolve FastMCP server initialization issues in mock_stock_server.py Pavan Kumar 2025-04-18 16:14:41 +0000
  • 66ccd9b339 fix(server): correct FastMCP configuration for price query handling Pavan Kumar 2025-04-18 16:12:01 +0000
  • f4a134e754 fix(agent): improve agent's response and handling for price inquiries DP37 2025-04-18 16:11:26 +0000
  • 7c550d9344 fix(mcp): improve MCP client response handling and display formatting Pavan Kumar 2025-04-18 15:56:14 +0000
  • 049869ea5c docs(presentation): update script with detailed MCP integration information Pavan Kumar 2025-04-18 15:54:22 +0000
  • 4284eab0d1 docs: add presentation script explaining MCP integration with mock multi-agent math and stock servers Pavan Kumar 2025-04-18 15:46:09 +0000
  • cb6aae841e fix(mcp): update FastMCP server configuration in mock_stock_server.py Pavan Kumar 2025-04-18 15:42:14 +0000
  • 702d9f2a9e feat(stock-server): update stock server to use FastMCP for better performance Pavan Kumar 2025-04-18 15:40:48 +0000
  • 07f4c65bde style(agent): simplify output format by removing agent distinction in results Pavan Kumar 2025-04-18 15:39:31 +0000
  • da6ba0dd97 feat(math): enhance agent response handling and improve user input error handling DP37 2025-04-18 15:39:01 +0000
  • e7e72b2518 style(response): simplify output to display only final agent answer and remove redundant metadata Pavan Kumar 2025-04-18 15:36:37 +0000
  • 9666c17e6c fix(agent): ensure tasks are routed only to relevant agents based on role specialization Pavan Kumar 2025-04-18 15:34:17 +0000
  • 868f09616c feat(agent): run tasks in parallel to prevent duplication across agents DP37 2025-04-18 15:33:35 +0000
  • 28186aaa85 feat(demo): add presentation script showcasing end-to-end MCP integration Pavan Kumar 2025-04-18 15:27:43 +0000
  • 24e6d1df36 test(mcp): improve Replit config and add workflow for interactive MCP integration test DP37 2025-04-18 15:27:12 +0000
  • 22754cb7d2
    Update ruff requirement from >=0.5.1,<0.11.6 to >=0.5.1,<0.11.7 #821 dependabot[bot] 2025-04-21 12:04:03 +0000
  • be2365433c
    Update markdown requirement from ~=3.7 to ~=3.8 #820 dependabot[bot] 2025-04-21 11:45:12 +0000
  • e4230f30bc
    Merge 1f1f40a13f into bc05995bd2 #818 Mohammad amin Dehmolaee 2025-04-21 09:26:13 +0330
  • bc05995bd2 resources Kye Gomez 2025-04-20 15:08:18 -0700
  • 2fbfd41637 resources Kye Gomez 2025-04-20 15:00:53 -0700
  • 24b947cd78 governance docs Kye Gomez 2025-04-20 14:13:05 -0700
  • 1f207a4c7c governance docs Kye Gomez 2025-04-20 14:10:11 -0700
  • 5f8622eb55 cleanup Kye Gomez 2025-04-20 14:08:01 -0700
  • 1f1f40a13f
    Merge branch 'master' into Farsi #818 Mohammad amin Dehmolaee 2025-04-20 10:16:10 +0330
  • 8aa35976f9 formatting output + create agent + agent benchmark Kye Gomez 2025-04-19 18:00:05 -0700
  • be9d06e0de chore: remove replit.nix and attached_assets directory ascender1729 2025-04-18 12:22:52 +0530
  • f7055a6c72 chore: update cleanup and publish script ascender1729 2025-04-18 10:49:34 +0530
  • 7ec5796734 chore: update cleanup and publish script ascender1729 2025-04-18 12:19:00 +0530
  • fd723e712d fix: correct port binding in MCP stock server implementation Pavan Kumar 2025-04-17 18:44:16 +0000
  • c16448f0c1 chore: add summary markdown to .gitignore Pavan Kumar 2025-04-17 18:39:09 +0000
  • 0a3d619823 docs: add detailed MCP integration summary in markdown format Pavan Kumar 2025-04-17 18:34:14 +0000
  • b8dda6f92b feat: add advanced technical use case examples for real-world scenarios Pavan Kumar 2025-04-17 18:29:08 +0000
  • 7febc47960 chore: add initial structure for examples, documentation, and tests Pavan Kumar 2025-04-17 18:27:06 +0000
  • 4b12ecae7b style: enhance multi-agent output formatting with clear visual separators Pavan Kumar 2025-04-17 18:24:00 +0000
  • 610064b717 fix: update stock analyst agent logic to handle financial queries properly Pavan Kumar 2025-04-17 18:21:45 +0000
  • b9ddc14941 feat: enhance agent responses to describe supported capabilities Pavan Kumar 2025-04-17 18:19:23 +0000
  • 63bbc34a54 fix: update stock server setup and multi-agent routing logic Pavan Kumar 2025-04-17 18:17:50 +0000
  • b172ce0b24 feat: add input validation to MathAgent for math-specific queries Pavan Kumar 2025-04-17 18:14:53 +0000
  • 50a11f3fd6 fix: correct MathAgent initialization by removing extra argument Pavan Kumar 2025-04-17 18:13:21 +0000
  • 0f787debaa feat: add stock market analysis agent and corresponding server Pavan Kumar 2025-04-17 18:12:18 +0000
  • 26ef5edcec feat: add Calculator agent to multi-agent system for basic math solving DP37 2025-04-17 18:11:59 +0000
  • f69682f31b chore: add detailed logging to MCP server for end-to-end data flow visibility Pavan Kumar 2025-04-17 18:08:47 +0000
  • 80146d875c docs: refine math agent system prompt to clarify capabilities and limitations DP37 2025-04-17 18:08:37 +0000
  • ae4b0b57e9 feat: add basic multi-agent math problem solver for arithmetic operations DP37 2025-04-17 18:06:30 +0000
  • 40cd5248d8 fix: align math server tools and agent prompt with available capabilities Pavan Kumar 2025-04-17 18:04:13 +0000
  • 6bb61361cc docs: add reference file listing supported math problem types DP37 2025-04-17 18:04:00 +0000
  • 94363755db fix: update mock multi-agent system to route requests to single calculator agent Pavan Kumar 2025-04-17 18:00:49 +0000
  • 3899a22c97 fix: correct MCP agent response handling and model configuration Pavan Kumar 2025-04-17 17:57:33 +0000
  • e8cd786040 chore: add detailed logging to math problem solver for model usage and responses DP37 2025-04-17 17:57:11 +0000
  • a8ad884d27 feat: implement mock MCP server and multi-agent system with full integration flow Pavan Kumar 2025-04-17 17:55:01 +0000
  • 8d079f6141 test: improve multi-agent MCP testing workflow using pytest DP37 2025-04-17 17:54:34 +0000
  • 9e62c12662 test: rewrite MCP integration tests from user perspective Pavan Kumar 2025-04-17 17:50:35 +0000
  • 757ad598db chore: apply config changes after restoring to checkpoint 8d1d22d Pavan Kumar 2025-04-17 17:43:04 +0000
  • 86cb09ad76 chore: restore repository state to commit 8d1d22d for stability Pavan Kumar 2025-04-17 17:41:04 +0000
  • cb6eca6784 fix: update MCP server config and test script for single-agent multi-server setup Pavan Kumar 2025-04-17 17:39:59 +0000
  • 60d51457f1 fix: correct MCP server port binding and test response logic Pavan Kumar 2025-04-17 17:38:00 +0000
  • c8954ebfb1 fix: resolve numerical parsing error in multi-agent calculation logic DP37 2025-04-17 17:37:49 +0000
  • f07ca75418 fix: refine MCP server configuration for multi-agent multi-server routing Pavan Kumar 2025-04-17 17:35:48 +0000
  • 3273747e6a fix: correct imports and server setup in math and calc servers Pavan Kumar 2025-04-17 17:32:16 +0000
  • 3da7bd6381 fix: resolve MCP server response handling and LiteLLM output issues Pavan Kumar 2025-04-17 17:29:00 +0000
  • 885a50c985 fix: debug MCP server setup and enhance response handling logic Pavan Kumar 2025-04-17 17:25:29 +0000
  • c75fa97cb7 fix: resolve LiteLLM initialization issues in math and calc servers Pavan Kumar 2025-04-17 17:21:24 +0000
  • a877cc8a47 style: enhance output formatting in multi-agent architecture Pavan Kumar 2025-04-17 17:19:12 +0000