Optional
feedbackRuns the AI with a given set of goals.
An array of strings representing the goals.
A string representing the result of the run or undefined if the maximum number of iterations is reached without a result.
Static
fromLLMAndCreates a new AutoGPT instance from a given LLM and a set of tools.
A BaseChatModel object.
An array of ObjectTool objects.
A new instance of the AutoGPT class.
Generated using TypeDoc
Class representing the AutoGPT concept with LangChain primitives. It is designed to be used with a set of tools such as a search tool, write-file tool, and a read-file tool.
Example