forked from microsoft/semanticworkbench
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
papayne/guided conversation skill (microsoft#248)
- Re-implements the guided conversation library as a skill. WIP... tests and examples and being able to compose in subroutines coming next. - Removes RunContext from config of skill library (should only be in request/response calls to existing assistants). - Changes Skill dependency management from class to instance... which allows us to use multiple instances of a skill, but configured as dependencies to other assistants. This allows (requires) a dev to define their skill dependency entirely, deterministically. --------- Co-authored-by: Paul Payne <[email protected]>
- Loading branch information
Showing
52 changed files
with
1,558 additions
and
2,829 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.