From a5a638062a55b1a08a1ae2924477a25179f5ed72 Mon Sep 17 00:00:00 2001 From: Aksh Parekh Date: Fri, 26 Sep 2025 18:47:16 -0700 Subject: [PATCH] Update hiring_swarm.md --- docs/examples/hiring_swarm.md | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/docs/examples/hiring_swarm.md b/docs/examples/hiring_swarm.md index 3ee270b2..0184360f 100644 --- a/docs/examples/hiring_swarm.md +++ b/docs/examples/hiring_swarm.md @@ -24,35 +24,6 @@ Ensure you have the Swarms library installed: pip install swarms ``` -## Example Usage - -```python -from examples.demos.apps.hiring_swarm import HiringSwarm - -# Initialize the Hiring Swarm -hiring_swarm = HiringSwarm( - max_loops=1, - name="TechCorp Hiring Solutions", - description="Comprehensive AI-driven hiring workflow", - user_name="HR Director", - job_role="Software Engineer", - output_type="json" -) - -# Define hiring task with specific requirements -hiring_task = """ -We are looking to hire a Software Engineer for our AI research team. -Key requirements: -- Advanced degree in Computer Science -- 3+ years of experience in machine learning -- Strong Python and PyTorch skills -- Experience with large language model development -""" - -# Run the hiring workflow -result = hiring_swarm.run(task=hiring_task) -``` - ## Workflow Stages The Hiring Swarm processes recruitment through five key stages: