Skip to content

Conversation

@NiharikaKulkarni
Copy link

@NiharikaKulkarni NiharikaKulkarni commented Jan 20, 2026

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

  • A multi-agent symptom triage example
  • Clear explanation of agent roles and responsibilities
  • Step-by-step description of the agentic workflow
  • Conceptual code snippet illustrating CrewAI usage
  • Educational disclaimer for healthcare context

Why This Is Useful

  • Improves onboarding for new CrewAI users
  • Provides a realistic, real-world agentic use case
  • Avoids reliance on unstable internal APIs
  • Aligns with existing documentation example structure

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.

  • Adds docs/en/examples/symptom-triage-crew.mdx describing three agents (Symptom Collector, Risk Assessor, Care Advisor) and their responsibilities
  • Documents the end‑to‑end workflow (input → symptom extraction → risk assessment → care advice → final response)
  • Includes a concise Python conceptual snippet showing Crew setup, goal interpolation with {patient_input}, and crew.kickoff usage

Written by Cursor Bugbot for commit b6bf75c. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant