Build AI Agents with PowerShell
Turn any OpenAI LLM into an AI agent that can interact with you or work autonomously.
Building AI workflows using function calling, and more, using PowerShell, is the next step.
PSAI and PSAIAgent
PSAI is a PowerShell module that provides access to OpenAI large Language Models (LLMs). It is a direct port of the OpenAI Python SDK.
Install-Module -Name PSAI
Check out the PSAI GitHub and please give it a star 🌟
Coming soon, PSAIAgent, a PowerShell module that provides access to OpenAI large Language Models (LLMs) and the ability to create agents that can work autonomously or interact with you.
LLMs are locked to their last training date
Unlock them with real-time data!
Click a button to see the code snippet.