-
Notifications
You must be signed in to change notification settings - Fork 1.4k
chore: minor changes #2490 #2554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @parthshr370 , left some comments below
examples/usecases/aci_mcp/README.md
Outdated
@@ -41,21 +42,23 @@ This repository contains two different approaches to integrate ACI (AI Compute I | |||
|
|||
### Prerequisites | |||
|
|||
- Python 3.10+ | |||
- Python 3.8+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now camel only support python 3.10+
examples/usecases/aci_mcp/README.md
Outdated
```bash | ||
pip install camel-ai[all] rich aci-mcp | ||
uv pip install camel-ai python-dotenv rich aci-mcp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should use camel-ai[all], otherwise some module could missing
examples/usecases/aci_mcp/README.md
Outdated
@@ -124,5 +130,5 @@ Both scripts include comprehensive error handling with traceback information for | |||
|
|||
## Links | |||
|
|||
- [CAMEL-AI](https://github.com/camel-ai/camel) - Multi-agent framework | |||
- [CAMEL AI](https://github.com/camel-ai/camel) - Multi-agent framework |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use CAMEL-AI instead of CAMEL AI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @parthshr370 , added one more commit: 554037b, now LGTM
Description
changes made to - #2490
Checklist
Go over all the following points, and put an
x
in all the boxes that apply.Fixes #issue-number
in the PR description (required)pyproject.toml
anduv lock