Interface AgentInstanceHistory
- All Known Implementing Classes:
AgentInstanceHistoryImpl
public interface AgentInstanceHistory
A single history item recorded for an agent instance.
-
Method Summary
-
Method Details
-
getHistoryItemKey
long getHistoryItemKey() -
getAgentInstanceKey
long getAgentInstanceKey() -
getElementInstanceKey
long getElementInstanceKey() -
getJobKey
long getJobKey() -
getJobLease
String getJobLease() -
getLoopIteration
Integer getLoopIteration() -
getRole
AgentInstanceHistoryRole getRole() -
getContent
List<AgentInstanceHistoryContent> getContent() -
getToolCalls
List<AgentInstanceHistoryToolCall> getToolCalls() -
getMetrics
AgentInstanceHistoryMetrics getMetrics() -
getCommitStatus
AgentInstanceHistoryCommitStatus getCommitStatus() -
getProducedAt
OffsetDateTime getProducedAt()
-