muellerberndt / mini-agi

MiniAGI is a simple general-purpose autonomous agent based on the OpenAI API.
MIT License
2.81k stars 294 forks source link

Add an optional critic #48

Closed muellerberndt closed 1 year ago

muellerberndt commented 1 year ago

Introduces a critic that review each command suggested by the agent. For now, this is an optional feature and inactive by default.