agent-zero/python
2025-05-13 23:45:53 -05:00
..
api feat: Implement support for MCP Servers (Claude Tools) - Part 1 Stdio Servers 2025-05-13 13:38:25 -05:00
extensions Edit: Changed mcp.py to mcp_handler.py to prevent potential import confusion between 'mcp' package and 'mcp.py'. Edited dockerfile to 'latest' so it doesnt spin up old builds after image creation. Also edited preinstall to ensure the mcp related dependencies can load non-interactive. 2025-05-13 18:54:41 -05:00
helpers Added: I've made sure that the user_message_text variable is explicitly cast to a string before any length checks or slicing operations are performed on it. I also renamed the variable from user_message_context to user_message_text for better clarity, as it primarily holds the textual part of the user's message. 2025-05-13 23:45:53 -05:00
tools Edit: Encourage cat > EOF multiline edits for code and documentation 2025-05-13 00:15:17 -05:00
__init__.py Docker + SSH, AgentConfig class 2024-07-05 22:58:16 +02:00