camel icon indicating copy to clipboard operation
camel copied to clipboard

Feature/toolkits

Open joey0423 opened this issue 2 months ago • 2 comments

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:

  1. GiteeToolkit:

    • Instance management for multiple Gitee accounts
    • Repository operations and file content retrieval
    • Issue tracking and webhook management
    • Rate limiting and authentication handling
  2. 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.md guide (required)
  • [x] I have linked this PR to an issue using the Development section on the right sidebar or by adding Fixes #issue-number in the PR description (required)
  • [x] I have checked if any dependencies need to be added or updated in pyproject.toml and uv 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

joey0423 avatar Oct 13 '25 03:10 joey0423

[!IMPORTANT]

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in 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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

coderabbitai[bot] avatar Oct 13 '25 03:10 coderabbitai[bot]

@joey0423 thanks for this great pr ! Once this PR is ready, you can open it!

fengju0213 avatar Oct 15 '25 06:10 fengju0213