Cormanz / smartgpt

A program that provides LLMs with the ability to complete complex tasks using plugins.
MIT License
1.76k stars 127 forks source link

Refactor Tools & Implement Resource-Action Distinction #50

Closed Cormanz closed 1 year ago

Cormanz commented 1 year ago

This refactors all instances of "commands" into "tools." In addition, we now separate resource-tools from action-tools to improve planning skills.