Skip to content
David-Andrew Samson edited this page Apr 27, 2023 · 9 revisions

Archytas

A toolbox for having LLM agents interact with tools to solve tasks in an environment. This is largely centered around the ReAct (Reason & Action) framework which has the LLM think, pick tools, and specify input, all in a loop until it decides it has completed the task. Similar in functionality to LangChain, but arguably a better implementation

Clone this wiki locally