|
ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
|
Final outcome of an agent execution workflow. More...
#include <runner.hpp>
Public Attributes | |
| json | final_output |
| Output produced by the agent. | |
| std::shared_ptr< Agent > | last_agent |
| Agent active when execution finished. | |
| int | turns = 0 |
| Number of LLM round-trips taken. | |
Final outcome of an agent execution workflow.