AIPSTeam

2.0.1

The script simulates a team of specialists, each with a unique role in executing a project. The user input is processed by one specialist who performs their task and passes the result to the next specialist. This process continues until all tasks are completed.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name AIPSTeam -RequiredVersion 2.0.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Package Details

Author(s)

  • voytas75

Tags

ai psaoai llm project team gpt

Functions

ProjectTeam DisplayInfo ProcessInput Feedback SetNextExpert GetNextExpert AddLogEntry Notify GetMemory GetLastMemory SummarizeMemory ProcessBySpecificExpert RequestFeedback AddFeedbackTeamMember RemoveFeedbackTeamMember SendFeedbackRequest Get-LastMemoryFromFeedbackTeamMembers Add-ToGlobalResponses Add-ToGlobalPSDevResponses New-FolderAtPath Get-LatestVersion Get-CheckForScriptUpdate Show-Banner Export-AndWritePowerShellCodeBlocks Invoke-CodeWithPSScriptAnalyzer Show-Header Get-SourceCodeAnalysis Get-AnalyzeLine Get-CyclomaticComplexity Get-ComplexityDescription Get-FeedbackPrompt Set-FeedbackAndGenerateResponse Update-GlobalStateWithResponse Invoke-ProcessFeedbackAndResponse Save-AndUpdateCode Save-AndUpdateCode2 Invoke-AnalyzeCodeWithPSScriptAnalyzer Save-ProjectState Get-ProjectState Update-ErrorHandling Invoke-LLMChatCompletion Invoke-AIPSTeamAzureOpenAIChatCompletion Invoke-AIPSTeamOllamaCompletion Invoke-AIPSTeamLMStudioChatCompletion

Dependencies

This script has no dependencies.

Release Notes

2.0.1: add abstract layer for LLM providers, fix update of lastPSDevCode, ann NOTips, Updated error handling, Added VerbosePrompt switch.
1.6.2: fix double feedback display.
1.6.1: fix stream in feedback.
1.6.0: minor fixes, enhanced error reporting, added error handling, new menu options, and refactored functions.
1.5.0: minor fixes, modularize PSScriptAnalyzer logic, load, save project status, State Management Object, refactoring.
1.4.0: modularize feedback.
1.3.0: add to menu Generate documentation, The code research, Requirement for PSAOAI version >= 0.2.1 , fix CyclomaticComplexity.
1.2.1: fix EXTERNALMODULEDEPENDENCIES
1.2.0: add user interaction and use PSScriptAnalyzer.
1.1.0: default value for DeploymentChat.
1.0.7: Added 'DeploymentChat' parameter.
1.0.6: Updated function calls to Add-ToGlobalResponses $GlobalState .
1.0.5: code export fix.
1.0.4: code export fix.
1.0.3: requirements.
1.0.2: publishing, check version fix, dependience.
1.0.1: initializing.

FileList

Version History

Version Downloads Last updated
3.9.1 16 7/29/2024
3.8.1 15 7/28/2024
3.7.1 9 7/27/2024
3.6.1 9 7/25/2024
3.5.2 12 7/20/2024
3.5.1 13 7/15/2024
3.4.3 7 7/15/2024
3.4.2 7 7/14/2024
3.3.2 8 7/13/2024
3.2.1 7 7/13/2024
3.1.1 7 7/12/2024
3.0.3 9 7/10/2024
3.0.2 7 7/10/2024
3.0.1 7 7/10/2024
2.1.2 11 7/6/2024
2.1.1 8 7/6/2024
2.0.1 (current version) 10 7/1/2024
1.6.2 8 6/21/2024
1.6.1 7 6/21/2024
1.6.0 7 6/20/2024
1.5.0 9 6/19/2024
1.4.0 8 6/16/2024
1.3.0 8 6/16/2024
1.2.1 8 6/14/2024
1.2.0 8 6/14/2024
1.1.0 8 6/11/2024
1.0.7 8 6/11/2024
1.0.6 8 6/11/2024
1.0.5 8 6/11/2024
1.0.4 8 6/11/2024
1.0.3 7 6/10/2024
1.0.2 7 6/10/2024
1.0.1 7 6/10/2024
1.0.0 7 6/10/2024
Show less