-
Notifications
You must be signed in to change notification settings - Fork 374
feat: bf-orchestrator lib integration #4384
Conversation
Composer/packages/server/src/models/bot/__tests__/orchestratorBuilder.test.ts
Show resolved
Hide resolved
|
@lei9444 can you help check this one? |
Hi @boydc2014, I've addressed the conflict in orchestrator-core, verified that the orchestrator UTs are running correctly in our Linux based CI pipeline, and then for developer convenience (because we d/l a large model every time), disabled the orchestrator tests again until Orchestrator team provides a local model. |
Cool, it's ready to take once the CI is green, i'm re-running the Docker build validation now. |
This reverts commit ff119aa.
…/BotFramework-Composer into tachou/orchestratorlib
|
Changed the dockerfile base image to ubuntu on #4516 . Hope it helps. |
This reverts commit 006a589.
* Add bf-orchestrator dependency * Basic API and FT * Add test to ignore list for now * Fix linter issues * Update orchestrator-core to pick up Linux fixes * Fixes after latest merge * Attempt to run orchestrator tests on CI * Disable test again local model is available * Try to bring glic into alpine-linux * Revert "Try to bring glic into alpine-linux" This reverts commit 4a111c45e7e98cdd6b54cd89c563cf79cada2c1f. * Try switching to buster for Orchestrator * lockdown orchestrator version due to API change * Add libgomp dep for orchestrator Co-authored-by: Dong Lei <[email protected]>
Description
Integrate the Orchestrator nodejs library, which provides interfaces for working with the upcoming transformer-based Orchestrator Recognizer.
This PR exposes these interfaces for upper layers in Composer to use:
Task Item
fixes #4132