{"id":29292748,"url":"https://github.com/bootcamptoprod/spring-ai-routing-workflow","last_synced_at":"2025-07-06T10:08:50.337Z","repository":{"id":297690458,"uuid":"995665068","full_name":"BootcampToProd/spring-ai-routing-workflow","owner":"BootcampToProd","description":"A simple spring boot app demonstrating how to implement Routing Workflow pattern using Spring AI","archived":false,"fork":false,"pushed_at":"2025-06-06T20:45:18.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-06T21:37:53.015Z","etag":null,"topics":["agentic-pattern","ai-agentic-patterns","ai-design-pattern","ai-routing-pattern","ai-workflow-patterns","routing-pattern","routing-workflow-pattern","spring-ai","spring-ai-routing-pattern","spring-ai-routing-workflow-pattern"],"latest_commit_sha":null,"homepage":"https://bootcamptoprod.com/spring-ai-routing-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-03T20:41:29.000Z","updated_at":"2025-06-06T20:50:38.000Z","dependencies_parsed_at":"2025-06-06T21:38:02.381Z","dependency_job_id":"a580dac7-c8c9-4588-87c0-8299b9a28663","html_url":"https://github.com/BootcampToProd/spring-ai-routing-workflow","commit_stats":null,"previous_names":["bootcamptoprod/spring-ai-routing-workflow"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BootcampToProd/spring-ai-routing-workflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootcampToProd%2Fspring-ai-routing-workflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootcampToProd%2Fspring-ai-routing-workflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootcampToProd%2Fspring-ai-routing-workflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootcampToProd%2Fspring-ai-routing-workflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BootcampToProd","download_url":"https://codeload.github.com/BootcampToProd/spring-ai-routing-workflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootcampToProd%2Fspring-ai-routing-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-design-pattern","ai-routing-pattern","ai-workflow-patterns","routing-pattern","routing-workflow-pattern","spring-ai","spring-ai-routing-pattern","spring-ai-routing-workflow-pattern"],"created_at":"2025-07-06T10:08:49.709Z","updated_at":"2025-07-06T10:08:50.330Z","avatar_url":"https://github.com/BootcampToProd.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring AI - Routing Workflow Pattern\n\nThis repository demonstrates the **Spring AI Routing Workflow Pattern**, an intelligent request routing system that uses LLM-powered classification to automatically direct customer inquiries to the most appropriate specialized support handlers.\n\n📖 **Dive Deeper**: For a complete walkthrough, detailed explanations of the Routing Workflow pattern, and step-by-step instructions for the example application, read our blog post.\u003cbr\u003e\n👉 [Spring AI Routing Workflow: Intelligent Request Routing with LLM-Powered Classification](https://bootcamptoprod.com/spring-ai-routing-workflow-guide/)\n\n🎥 **Visual Learning**: Prefer video tutorials? Watch our step-by-step implementation guide on YouTube.\u003cbr\u003e\n👉 [Spring AI Routing Workflow: Intelligent Request Routing with LLM-Powered Classification](https://youtu.be/_HKoUl78GXk)\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 **E-commerce Customer Support System** as a real-world example of the Spring AI Routing Workflow. It showcases how to:\n\n*   Set up a Spring Boot application with Spring AI.\n*   Configure Spring AI to use Google Gemini (or other LLMs).\n*   Implement the `SupportRoutingWorkflow` to intelligently classify and route customer inquiries.\n*   Use LLM-powered analysis to determine the most appropriate support specialist.\n*   Process inquiries with specialized prompts tailored for different support teams.\n*   Handle diverse customer inquiries including order support, product questions, technical issues, and billing concerns.\n*   Implement structured output parsing to extract routing decisions from LLM responses.\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/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootcamptoprod%2Fspring-ai-routing-workflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbootcamptoprod%2Fspring-ai-routing-workflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootcamptoprod%2Fspring-ai-routing-workflow/lists"}