Basic Information
PSAI is a PowerShell module that integrates OpenAI and Azure OpenAI capabilities into the PowerShell console and scripts. It is designed to let users create and run autonomous agents from the command line, combine AI models with PowerShell functions, and extend scripts with natural language-driven behaviors. The module supports basic chat and conversation commands, agent creation, and provider configuration for both OpenAI API keys and Azure OpenAI secrets. PSAI is intended to bridge automation and AI by enabling file searches, data analysis, web queries, calculations, and other tasks directly from PowerShell. It also includes utilities to package GitHub repositories into AI-optimized prompts for use with ChatGPT, Claude, or Gemini. The project is distributed as an installable PowerShell module and includes examples and documented commands to get started.