Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple recipe selection by asking user #147

Closed
7 tasks done
kedarchandrayan opened this issue May 17, 2024 · 0 comments
Closed
7 tasks done

Simple recipe selection by asking user #147

kedarchandrayan opened this issue May 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kedarchandrayan
Copy link
Member

kedarchandrayan commented May 17, 2024

Tasks

Simple recipe selection by user

  • Orchestrator initialization will not have the recipe passed to it. Recipe will come after the user selects the desired recipe.
  • Orchestrator will have the responsibility to gather the problem statement by invoking REQUIREMENT_GATHERER.
  • Orchestrator invokes RECIPE_SELECTOR, which displays a list of recipes to the user (new project / working on an existing project) by reading the recipe index file and asking the user to select one. Recipe selector fetches the selected recipe and shores it in the Agent Output Folder.
  • EXECUTOR should have FETCH_RECIPE capability.
  • Orchestrator reads the fetched recipe from Agent Output Folder and works on the fetched recipe.

Misc tasks

  • File summaries should be optional. Agents can make use of them if they exist.
  • Move problem statement gathering to Orchestrator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Working with Existing Code
Development

No branches or pull requests

3 participants