ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
Loading...
Searching...
No Matches
foresthub::agent::RunResult Struct Reference

Final outcome of an agent execution workflow. More...

#include <runner.hpp>

Public Attributes

json final_output
 Output produced by the agent.
std::shared_ptr< Agentlast_agent
 Agent active when execution finished.
int turns = 0
 Number of LLM round-trips taken.

Detailed Description

Final outcome of an agent execution workflow.


The documentation for this struct was generated from the following file: