Auto-GPT-Plugin-Template
Auto-GPT-Plugin-Template copied to clipboard
post planning should receive and return a dict
the input is a dict parsed from json here: https://github.com/Significant-Gravitas/Auto-GPT/blob/master/autogpt/agent/agent.py#L95, and is subsequently expected to be a dict here: https://github.com/Significant-Gravitas/Auto-GPT/blob/master/autogpt/agent/agent.py#L102-L103
It was not clear what this is for and how to apply it.