Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

papayne/guided conversation skill #248

Merged
merged 6 commits into from
Nov 18, 2024

Conversation

payneio
Copy link
Contributor

@payneio payneio commented Nov 18, 2024

  • 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.

@payneio payneio merged commit 1287049 into microsoft:main Nov 18, 2024
10 checks passed
@payneio payneio deleted the papayne/guided-conversation-skill branch November 18, 2024 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant