Commit Graph

3729 Commits (d9f1144d369cd49891b77ae0ec7f17fbc1830ef1)
 

Author SHA1 Message Date
DP37 d9f1144d36 feat(calculator): add math calculator with error handling and example usage
3 months ago
Pavan Kumar 4b6f9a529f feat(mcp): integrate natural language interface for improved agent interaction
3 months ago
DP37 c7206baf1d feat(calculator): add basic math agent for addition, multiplication, and division
3 months ago
Pavan Kumar 16a2321525 fix(mcp): fix indentation error in mcp_integration.py
3 months ago
Pavan Kumar 1a84b24394 chore(mcp): update server/client implementations and configure workflows
3 months ago
DP37 d75bbed8ee test(mcp): streamline testing workflows and add new tests for mcp_integration.py
3 months ago
Pavan Kumar 925709de6e fix(mcp): resolve client initialization and update server configuration in mcp integration
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
Kye Gomez 9e23325f3c formatting output + create agent + agent benchmark
3 months ago
Kye Gomez 55965be8b5 docs formatting contributing to docs
3 months ago
Kye Gomez 81affd6da7 contributing custom tools docs
3 months ago
Kye Gomez 8e6bf76827 contributors
3 months ago
Kye Gomez 24482a9b1d clean up docs for contributing docs
3 months ago
Kye Gomez 0229e6542c docs -- contributing to docs
3 months ago
Kye Gomez 10936b5a2c swarms agent in rust docs
3 months ago
ascender1729 dba38f25cf Update agent.py and add project structure documentation
3 months ago
ascender1729 eb9d337b45 Update MCP integration: Clean up server and client code, improve error handling, and simplify prompt
3 months ago
ascender1729 b398753c72 refactor: simplify math agent prompt and client output
3 months ago
ascender1729 2f1c779170 Revert "chore: remove replit.nix"
3 months ago
Pavan Kumar 2802a0ac76 chore(mcp): update FastMCP server initialization in mock_math_server.py
3 months ago
Pavan Kumar c1af0f2e30 chore(mcp): update integration to improve efficiency and error handling
3 months ago
Pavan Kumar 248a943c5a fix(agent): resolve unterminated docstring in add_tool method
3 months ago
Pavan Kumar f5c2de1e4a fix(agent): resolve unterminated docstring in add_tool method
3 months ago
Pavan Kumar 47e509eadb fix(agent): resolve unterminated string literal in add_tool method and update server params
3 months ago
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