Skip to content

Conversation

@Advait1306
Copy link

@Advait1306 Advait1306 commented Apr 21, 2025

  • Added claude 3.7 support.
  • Added new tool actions.

This code has been hacked together by looking at the example here. Happy to fix issues, if any.

- Updated tool classes to support multiple versions, including BashTool, ComputerTool, and EditTool.
- Enhanced API integration with improved error handling and response parsing.
- Introduced prompt caching mechanism for better performance.
- Updated requirements to use the latest version of the anthropic library.
- Refined system prompt and configuration management for better user experience.
"name": self.name,
}

class BashTool20241022(BashTool20250124):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class BashTool20241022 inheriting from BashTool20250124 seems like a mismatch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants