koog-agents
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
agents-core
/
ai.koog.agents.core.exception
/
AgentRuntimeException
Agent
Runtime
Exception
sealed
class
AgentRuntimeException
:
RuntimeException
(
source
)
Base class for all agent runtime exceptions.
Inheritors
ToolNotRegisteredException
AgentEngineException
Members
Members & Extensions
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
Functions
to
Agent
Error
Link copied to clipboard
fun
Throwable
.
toAgentError
(
)
:
AIAgentError