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

PoC of task splitting with AutoGen #179

Open
18 tasks done
rjambrecic opened this issue Oct 18, 2023 · 0 comments
Open
18 tasks done

PoC of task splitting with AutoGen #179

rjambrecic opened this issue Oct 18, 2023 · 0 comments
Assignees

Comments

@rjambrecic
Copy link
Contributor

rjambrecic commented Oct 18, 2023

  • implement group chat between the user and PO
  • when user and PO understand the app desc, the function is called and new conversation is started
  • Mock a new conversation within current conversation
    • new conversation can return a question to the initial conversation
    • initial conversation must be able to answer the questions asked by the new conversation
  • Create a planning team (conversation)
    • Planning team must complete one by one task
    • For each task, a plan must be created
    • Each task must be completed by a new team (conversation)
    • Planning team must be able to return a question to the previous conversation (user & PO) and ask a question or return a result
  • Create execution team - this team needs to implement a (small) task
    • generate the code for the given task
      • write generated code into a file
      • execute the code
    • generate the test for the task
      • write generated test into a file
      • run pytest
    • Finally, write the summary about what has been done (which files were generated)
@rjambrecic rjambrecic self-assigned this Oct 18, 2023
@davorrunje davorrunje changed the title new workflow steps PoC with AutoGen Oct 23, 2023
@davorrunje davorrunje changed the title PoC with AutoGen PoC of task splitting with AutoGen Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant