|
Longbridge OpenAPI C++ SDK
|
#include <types.hpp>
Public Attributes | |
| std::string | node_id |
| ID of the node that spawned the subagent. More... | |
| std::string | parent_tool_call_id |
| tool_use_id of the owning SubagentStarted event More... | |
| std::string | subagent_tool_name |
| Name of the tool the subagent called. More... | |
| std::string | subagent_tool_args |
| Arguments of that call, as a JSON string. More... | |
| std::string | subagent_status |
| Status of that call: running / succeeded / failed. More... | |
| int64_t | subagent_duration_ms |
| Duration of that call in milliseconds. More... | |
| int32_t | subagent_iteration |
| The subagent's internal round number. More... | |
| int64_t | started_at |
| Start time, Unix timestamp in seconds. More... | |
Payload of a SubagentProgress conversation stream event, emitted every time the subagent calls one of its own tools. Use it to render a live timeline inside the subagent card.
| std::string longbridge::agent::SubagentProgressPayload::node_id |
ID of the node that spawned the subagent.
| std::string longbridge::agent::SubagentProgressPayload::parent_tool_call_id |
tool_use_id of the owning SubagentStarted event
| int64_t longbridge::agent::SubagentProgressPayload::started_at |
Start time, Unix timestamp in seconds.
| int64_t longbridge::agent::SubagentProgressPayload::subagent_duration_ms |
Duration of that call in milliseconds.
| int32_t longbridge::agent::SubagentProgressPayload::subagent_iteration |
The subagent's internal round number.
| std::string longbridge::agent::SubagentProgressPayload::subagent_status |
Status of that call: running / succeeded / failed.
| std::string longbridge::agent::SubagentProgressPayload::subagent_tool_args |
Arguments of that call, as a JSON string.
| std::string longbridge::agent::SubagentProgressPayload::subagent_tool_name |
Name of the tool the subagent called.