Inspired by Fabric -> PowerShell Weave #71
dfinke
started this conversation in
Show and tell
Replies: 2 comments
-
Let's definitely connect! And let's get those Patterns into Fabric too! |
Beta Was this translation helpful? Give feedback.
0 replies
-
What is the best way to connect? I can DM you X |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @danielmiessler. I'm Doug Finke 15x Microsoft MVP. This project is great. I created the PowerShell AI Assistant when OpenAI released the new API in November 2023. It mirrors the Python SDK. I also ported an earlier Python SDK version from Jan 2023 PowerShell AI supporting Text completion and the early Chat approach.
I saw you demo Fabric which inspired me to create PSWeave. I borrowed your "system prompts" and added more like: CompareAndContrast, DateBuddy, MsGraphWizard, PostToX, PowerShellMenuWizard, PsRegexWizard.
It leverages the object flow engine in PowerShell that enables piping from one "prompt" to the next, like yours.
It also uses the new AI Assistant OpenAI API primitives - Assistant, Threads, Messages and Runs. It also all runs in the OpenAI backend.
Would love to chat. Awesome work @danielmiessler! - Doug
Beta Was this translation helpful? Give feedback.
All reactions