{"id":29292753,"url":"https://github.com/bootcamptoprod/spring-ai-orchestrator-workers-workflow","last_synced_at":"2025-07-06T10:08:54.991Z","repository":{"id":300559399,"uuid":"1000397245","full_name":"BootcampToProd/spring-ai-orchestrator-workers-workflow","owner":"BootcampToProd","description":"A simple spring boot app demonstrating how to implement Orchestrator-Workers Workflow pattern using Spring AI","archived":false,"fork":false,"pushed_at":"2025-06-22T11:02:11.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-22T12:18:46.986Z","etag":null,"topics":["agentic-pattern","ai-agentic-patterns","ai-workflows","ai-workflows-pattern","orchestrator-workers","orchestrator-workers-workflow","orchestrator-workers-workflow-pattern","spring-ai","spring-ai-orchestrator-workers-pattern","spring-ai-orchestrator-workers-workflow","spring-ai-orchestrator-workers-workflow-pattern"],"latest_commit_sha":null,"homepage":"https://bootcamptoprod.com/spring-ai-orchestrator-workers-workflow-guide/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BootcampToProd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-11T18:04:14.000Z","updated_at":"2025-06-22T11:02:14.000Z","dependencies_parsed_at":"2025-06-22T12:18:49.192Z","dependency_job_id":"da417d4a-62b7-4478-840b-cca0729f7188","html_url":"https://github.com/BootcampToProd/spring-ai-orchestrator-workers-workflow","commit_stats":null,"previous_names":["bootcamptoprod/spring-ai-orchestrator-workers-workflow"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BootcampToProd/spring-ai-orchestrator-workers-workflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootcampToProd%2Fspring-ai-orchestrator-workers-workflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootcampToProd%2Fspring-ai-orchestrator-workers-workflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootcampToProd%2Fspring-ai-orchestrator-workers-workflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootcampToProd%2Fspring-ai-orchestrator-workers-workflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BootcampToProd","download_url":"https://codeload.github.com/BootcampToProd/spring-ai-orchestrator-workers-workflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootcampToProd%2Fspring-ai-orchestrator-workers-workflow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263882293,"owners_count":23524463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-pattern","ai-agentic-patterns","ai-workflows","ai-workflows-pattern","orchestrator-workers","orchestrator-workers-workflow","orchestrator-workers-workflow-pattern","spring-ai","spring-ai-orchestrator-workers-pattern","spring-ai-orchestrator-workers-workflow","spring-ai-orchestrator-workers-workflow-pattern"],"created_at":"2025-07-06T10:08:50.868Z","updated_at":"2025-07-06T10:08:54.984Z","avatar_url":"https://github.com/BootcampToProd.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring AI - Orchestrator-Workers Workflow Pattern\n\nThis repository demonstrates the **Spring AI Orchestrator-Workers Workflow Pattern**, a dynamic task orchestration system that enables complex problem decomposition and parallel processing in AI applications. The pattern uses a \"manager\" LLM to analyze requests, break them into specialized subtasks, and coordinate multiple \"worker\" LLMs for optimal results.\n\n📖 **Dive Deeper**: For a complete walkthrough, detailed explanations of the Orchestrator-Workers Workflow pattern, and step-by-step instructions for building the example application, read our comprehensive blog post.\u003cbr\u003e\n👉 [Spring AI Orchestrator-Workers Workflow: Dynamic Task Orchestration for LLM Applications](https://bootcamptoprod.com/spring-ai-orchestrator-workers-workflow-guide/)\n\n🎥 **Visual Learning**: Prefer video tutorials? Watch our step-by-step implementation guide on YouTube.\u003cbr\u003e\n👉 [Spring AI Orchestrator-Workers Workflow: Dynamic Task Orchestration for LLM Applications](https://youtu.be/NyJbDkY14fY)\n\n---\n\n## 📦 Environment Variables\n\nMake sure to provide these Java environment variables when running the application:\n\n- `GEMINI_API_KEY`: Your Google Gemini API key.\n\n---\n\n## About This Project\n\nThis project implements an **AI-Powered Travel Itinerary Planner** as a real-world example of the Spring AI Orchestrator-Workers Workflow. It showcases how to:\n\n*   Set up a Spring Boot application with Spring AI and Google Gemini integration.\n*   Implement the `TravelOrchestratorWorkflow` to dynamically analyze travel requests and decompose them into specialized planning tasks.\n*   Execute multiple specialized Worker LLMs in parallel to handle different travel aspects (accommodations, activities, dining, transportation).\n*   Implement a Synthesizer to combine all worker outputs into a cohesive, day-by-day travel itinerary.\n\n---\n\n**Learn More**: This is part of our Spring AI Agentic Workflow series. Check out our other workflow patterns:\n- [Chain Workflow Pattern](https://bootcamptoprod.com/spring-ai-chain-workflow-guide/)\n- [Parallelization Workflow Pattern](https://bootcamptoprod.com/spring-ai-parallelization-workflow-guide/)\n- [Routing Workflow Pattern](https://bootcamptoprod.com/spring-ai-routing-workflow-guide/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootcamptoprod%2Fspring-ai-orchestrator-workers-workflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbootcamptoprod%2Fspring-ai-orchestrator-workers-workflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootcamptoprod%2Fspring-ai-orchestrator-workers-workflow/lists"}