voytas75 / AIPSTeam

PowerShell script simulates a team of AI Agents working together on a user provided PowerShell project. It utilizes Retrieval-Augmented Generation (RAG). The project leverages Azure OpenAI, Ollama, and LM Studio.
7 stars 2 forks source link

Ih: new project exploration #16

Open voytas75 opened 6 months ago

voytas75 commented 6 months ago

{ "step_name": "Project Exploration", "isRequired": true, "prompt": "Using the provided JSON format as a reference, analyze the user's earlier input about the project to identify key objectives, desired functionalities, and any constraints or limitations. Ensure that the output follows the JSON structure: { \"project_name\": \"\", \"objectives\": [ \"\" ], \"functionalities\": [ \"\" ], \"constraints\": { \"resources\": [ \"\" ], \"technology\": [ \"\" ], \"other\": [ \"\" ] }}. Fill in any missing information to complete the task." }

voytas75 commented 6 months ago

With user input:

{ "step_name": "Project Exploration", "isRequired": true, "prompt": "User's Input: [Insert User's Input Here] \n\nAnalyze the user's earlier input about the project and provide information in JSON format. Ensure that the output follows the JSON structure: { \"project_name\": \"\", \"objectives\": [ \"\" ], \"functionalities\": [ \"\" ], \"constraints\": { \"resources\": [ \"\" ], \"technology\": [ \"\" ], \"other\": [ \"\" ] }}. Fill in any missing information to complete the task." }