Add ManufacturingAgentSuite example#2462
Open
Ryanhuii wants to merge 2 commits into
Open
Conversation
Dependency Review✅ No vulnerabilities or license issues found.Scanned FilesNone |
f5ea17a to
f2a7558
Compare
Signed-off-by: Ryan Hui <ryan.on2008@gmail.com>
f2a7558 to
588aa0b
Compare
for more information, see https://pre-commit.ci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR proposes a minimal
ManufacturingAgentSuiteexample for OPEA GenAIExamples, based on the public WearEdge OPEA Manufacturing reference implementation.It demonstrates one OPEA-style Gateway/Megaservice pattern across five manufacturing agents:
maintenance: predictive maintenance / CMMS work-order draftiqc: incoming/in-process quality hold / QMS eventchangeover: SKU changeover verification / checklistwi: released work-instruction guidancehazard: EHS hazard observationOPEA Alignment
The first PR scope is intentionally small and reviewable:
TEI_EMBEDDING_ENDPOINTandEMBEDDING_COMPONENT_NAME=OPEA_TEI_EMBEDDING/v1/agents,/v1/agents/{mode}/demo,/v1/agents/{mode}/infer,/v1/scorecardRelated Discussion And Evidence
Validation
Prepared and smoke-tested in the reference repository before opening this PR:
/healthz, five demos, five infers, and/v1/scorecardThe broader reference implementation has also been fresh-clone validated on Google Cloud C3
c3-standard-4single-node 4-vCPU / 16-GiB-RAM / no-GPU profile, inside the challenge resource constraint of single node, <=64GB RAM, and 4-core CPU.