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

Queue tasks #39

Open
tomzx opened this issue May 27, 2023 · 0 comments
Open

Queue tasks #39

tomzx opened this issue May 27, 2023 · 0 comments

Comments

@tomzx
Copy link
Owner

tomzx commented May 27, 2023

When launching the CLI, it should be possible to specify a sequence of tasks to execute sequentially (maybe a graph of tasks?).

For instance, we currently have SummarizeMultiplePersonas as a task, which is in itself a collection of calls to Simple, followed by a SummarizeResponses.

In #36 we want to implement a personas selector. The idea would be to run SelectPersonas, then QueryMultiplePersonas with the returned list, and finally SummarizeResponses.

We should be able to get rid of SummarizeMultiplePersonas and replace it with QueryMultiplePersonas,SummarizeResponses.

The goal is to increase reusability while reducing the need for tasks that are composite of other tasks.

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