Add CrewAI project to ml-frameworks category#436
Open
akankshary wants to merge 1 commit intolukasmasuch:mainfrom
Open
Add CrewAI project to ml-frameworks category#436akankshary wants to merge 1 commit intolukasmasuch:mainfrom
akankshary wants to merge 1 commit intolukasmasuch:mainfrom
Conversation
Added CrewAI project with description and category.
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="projects.yaml">
<violation number="1" location="projects.yaml:4671">
P1: Malformed indentation introduces invalid YAML in `projects.yaml`, causing parse failure.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Comment on lines
+4671
to
+4672
| - name: CrewAI | ||
| - github_id: crewAIInc/crewAI |
There was a problem hiding this comment.
P1: Malformed indentation introduces invalid YAML in projects.yaml, causing parse failure.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At projects.yaml, line 4671:
<comment>Malformed indentation introduces invalid YAML in `projects.yaml`, causing parse failure.</comment>
<file context>
@@ -4668,3 +4668,7 @@ projects:
- github_id: juspay/neurolink
category: ml-frameworks
description: Enterprise-grade LLM integration framework for building production-ready AI applications with built-in hallucination prevention, RAG, and MCP support
+ - name: CrewAI
+ - github_id: crewAIInc/crewAI
+ category: ml-frameworks
</file context>
Suggested change
| - name: CrewAI | |
| - github_id: crewAIInc/crewAI | |
| - name: CrewAI | |
| github_id: crewAIInc/crewAI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds CrewAI (crewAIInc/crewAI) to the ml-frameworks category.
CrewAI is a framework for orchestrating role-playing autonomous AI agents.
Summary by cubic
Add CrewAI (
crewAIInc/crewAI) to theml-frameworkscategory with a short description for better discovery. Updatesprojects.yamlto include a framework for orchestrating role-playing autonomous AI agents.Written for commit 405f15e. Summary will update on new commits.