Commit Graph

3758 Commits (4464c90633fa16b9a10ee91cb86d02d067de5f6c)
 

Author SHA1 Message Date
Pavan Kumar 4464c90633
Update .gitignore
3 months ago
Pavan Kumar ffaeef80bd
Merge branch 'master' into feature/mcp-integration
3 months ago
ascender1729 c3d3ee9cfa Merge branch 'feature/mcp-integration' of https://github.com/ascender1729/swarms into feature/mcp-integration
3 months ago
ascender1729 3383b59d87 docs: simplify MCP integration documentation to focus on basic agent setup
3 months ago
Pavan Kumar 3aad5acb6f
Delete attached_assets directory
3 months ago
ascender1729 1a96821024 chore: remove unnecessary files (mcp_integration_summary.md, project_structure.txt, .replit, attached_assets)
3 months ago
ascender1729 ee9230f819 Update MCP integration with improved error handling and testing
3 months ago
Pavan Kumar e8912f3c83 updated example
3 months ago
Pavan Kumar 51bb308c45 fix(mcp): correct MCPServerSseParams initialization in mcp_client.py
3 months ago
Pavan Kumar b567b30409 fix(mcp): update server parameters to resolve connection error in mcp_client.py
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
Pavan Kumar 8fd41d24aa fix(mcp): update server parameters to resolve SSE connection error
3 months ago
Pavan Kumar 1f549175be fix(mcp): update server parameters and connection test for correct SSE paths
3 months ago
DP37 616c5757b0 fix(mcp): resolve server connection errors and improve error handling
3 months ago
Pavan Kumar f61ada7928 fix(mcp): resolve indentation error in mcp_client.py
3 months ago
DP37 a612352abd fix(calculator): update math calculator prompt, enhance error handling and logging
3 months ago
Pavan Kumar ea66e78154 fix(mcp): resolve async execution flow issues in client and agent
3 months ago
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