autogpt-planner-plugin icon indicating copy to clipboard operation
autogpt-planner-plugin copied to clipboard

Simple planner for AutoGPT that can create tasks and checklists to execute commands based on its strategy.

Results 6 autogpt-planner-plugin issues
Sort by recently updated
recently updated
newest added

I noticed in the debug output that there is a missing space in this command description, which gets fed to the system role content. ``` prompt.add_command( "load_tasks", "Checks out the...

This doesn't change functionality but adds tests and refactors code to use pathlib.Path instead of file.open

Hello @rihp, I've been working on your AutoGPT Planner Plugin and made some modifications that I believe could enhance its functionality and robustness. Here's a summary of the changes: Enhanced...

The plug-in has been loaded. Can it be called manually in operation? Can the `plan.md` or `tasks.json` be set by the user?

## DRAFT ## Description This PR bundles the work to abstract the implementations in the planner, which is supposed to allow other/more complex storage implementations (for example sqliite)

This PR runs update_plan every cycle. Improvements pending: - Skip some cycles? - Or add the plan update prompts to the main message & do one shot?