Feature/toolkits
Description
This PR introduces the implementation of Gitee and GitLab toolkits to expand the platform integration capabilities of the CAMEL framework. The toolkits provide comprehensive APIs for interacting with both GitLab and Gitee services, enabling operations such as repository management, issue tracking, merge request handling, and file operations.
Key features implemented:
-
GiteeToolkit:
- Instance management for multiple Gitee accounts
- Repository operations and file content retrieval
- Issue tracking and webhook management
- Rate limiting and authentication handling
-
GitLabToolkit:
- Support for both GitLab.com and self-hosted instances
- Strongly typed parameters for better code safety
- Merge request operations and code review capabilities
- Namespace-level query support
Both toolkits follow the existing GitBaseToolkit interface pattern for consistency with other git-related integrations in the framework.
Checklist
- [x] I have read the
https://github.com/camel-ai/camel/blob/master/CONTRIBUTING.mdguide (required) - [x] I have linked this PR to an issue using the Development section on the right sidebar or by adding
Fixes #issue-numberin the PR description (required) - [x] I have checked if any dependencies need to be added or updated in
pyproject.tomlanduv lock - [x] I have updated the tests accordingly (required for a bug fix or a new feature)
- [x] I have updated the documentation if needed:
- [x] I have added examples if this is a new feature
[!IMPORTANT]
Review skipped
Auto reviews are disabled on this repository.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yamlfile in this repository. To trigger a single review, invoke the@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
✨ Finishing touches
🧪 Generate unit tests (beta)
- [ ] Create PR with unit tests
- [ ] Post copyable unit tests in a comment
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
Comment @coderabbitai help to get the list of available commands and usage tips.
@joey0423 thanks for this great pr ! Once this PR is ready, you can open it!