{"id":20040900,"url":"https://github.com/littlelittlecloud/powershellgpt","last_synced_at":"2025-10-29T21:11:36.750Z","repository":{"id":235993931,"uuid":"791686209","full_name":"LittleLittleCloud/PowershellGPT","owner":"LittleLittleCloud","description":"A multi-agent workflow that resolve tasks using powershell","archived":false,"fork":false,"pushed_at":"2024-04-26T18:49:50.000Z","size":1823,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-27T08:28:46.056Z","etag":null,"topics":["autogen","autogen-net","gpt","llm","llm-agent","multi-agent-systems","powershell"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LittleLittleCloud.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-25T07:13:02.000Z","updated_at":"2024-04-26T18:49:08.000Z","dependencies_parsed_at":"2024-04-25T08:28:13.694Z","dependency_job_id":"f07d1a1f-85a8-4d20-b997-4f549120d78f","html_url":"https://github.com/LittleLittleCloud/PowershellGPT","commit_stats":null,"previous_names":["littlelittlecloud/powershellgpt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LittleLittleCloud%2FPowershellGPT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LittleLittleCloud%2FPowershellGPT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LittleLittleCloud%2FPowershellGPT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LittleLittleCloud%2FPowershellGPT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LittleLittleCloud","download_url":"https://codeload.github.com/LittleLittleCloud/PowershellGPT/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241470364,"owners_count":19968041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autogen","autogen-net","gpt","llm","llm-agent","multi-agent-systems","powershell"],"created_at":"2024-11-13T10:44:34.051Z","updated_at":"2025-10-17T10:58:04.500Z","avatar_url":"https://github.com/LittleLittleCloud.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## PS.GPT\n\nA dotnet tool which uses multi-agent workflow to resolve tasks using powershell scripts.\n\nTo those who struggles with lengthy powershell command.\n\n![NuGet Version](https://img.shields.io/nuget/v/PS.GPT)\n\n\n### Get start\n\u003e [!Note]\n\u003e Before running the tool, you need to set up the following environment variables:\n\u003e - `OPENAI_API_KEY`: The key of the OpenAI service.\n\u003e - `OPENAI_MODEL_ID`: The model to use, if not set, it will use the `gpt-3.5-turbo-0125`.\n\u003e \n\u003e If you want to use Azure OpenAI service, you need to set up the following environment variables:\n\u003e - `AZURE_OPENAI_ENDPOINT`: The endpoint of the Azure OpenAI service.\n\u003e - `AZURE_OPENAI_KEY`: The key of the Azure OpenAI service.\n\u003e - `AZURE_OPENAI_DEPLOY_NAME`: The model of the Azure OpenAI service.\n\n#### Install the tool\n```bash\ndotnet tool install -g PS.GPT\n```\n#### Run the tool using ps-gpt command\n```bash\nps-gpt\n```\n#### Ask your question\n```bash\nlist all files assending by size\n```\n\n### Examples\nBelow are some examples of the tasks that can be resolved using this workflow.\n\n#### listing all files and its size, and sort by size in descending order.\n![Example](asset/output.gif)\n\n### Workflow overview\n![Workflow](asset/image.png)\n\n### Agents overview\n- User: accepts user input and send it to manager\n- Manager: Create task based on received user question. If the question is non-related to powershell or require more information, it will be sent to customer service for further assistance. Otherwise, it will be sent to enginner for resolution.\n- Engineer: Resolve the task using powershell script and send script to powershell agent for execution.\n- Powershell: Execute the script. If succeed, the result will be sent directly back to user. Otherwise, it will be sent to engineer for fixing.\n- Customer service: Asking user for more information or send the question back to user if it is non-related to powershell.\n\n### Extending the workflow\nThe workflow can be easily extended to support the following scenarios:\n- approve script before execution: Asking user for approval before executing the script.\n- support more bash languages: Adding more engineers!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittlelittlecloud%2Fpowershellgpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flittlelittlecloud%2Fpowershellgpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittlelittlecloud%2Fpowershellgpt/lists"}