TransformerOptimus / SuperAGI

<⚡️> SuperAGI - A dev-first open source autonomous AI agent framework. Enabling developers to build, manage & run useful autonomous agents quickly and reliably.

Home Page:https://superagi.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trajectory Fine Tuning

cognitivebot opened this issue · comments

Following each execution, the agent conducts a self-analysis, debugging its trajectory and identifying areas where improvements can be made. The agent then compiles an optimised set of instructions based on this analysis for the next run. This process essentially creates a recursive loop for trajectory fine-tuning, allowing the agent to continually refine its trajectory
based on the outcomes of previous runs.