Add agentic AI: symptom triage crew #4256
Open
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.
This PR adds a new example demonstaring an Agentic AI workflow using crewAI. It showcases multi-agent collaboration, role seperation and distributed reasoning through a healthcare-style symptom-triage-example scenario.
Motivation
Many new users struggle to understand how to design agentic workflows beyond
single-prompt usage. This example focuses on agent roles, responsibility
separation, and collaborative reasoning, making it easier for beginners to
grasp core CrewAI concepts.
What’s Included
Why This Is Useful
Scope
This PR adds documentation only and does not modify any core library logic or
runtime behavior.
Happy to adjust structure or wording to better match CrewAI documentation
guidelines if needed.
Note
Introduces a new documentation example illustrating an agentic, multi‑agent workflow for basic healthcare triage using CrewAI.
docs/en/examples/symptom-triage-crew.mdxdescribing three agents (Symptom Collector,Risk Assessor,Care Advisor) and their responsibilitiesCrewsetup, goal interpolation with{patient_input}, andcrew.kickoffusageWritten by Cursor Bugbot for commit b6bf75c. This will update automatically on new commits. Configure here.