AgentStartedEvent
junjo.hooks.AgentStartedEvent
Kind: Class
SDK version: 0.64.0
Documentation channel: Next source preview
Signature
Section titled “Signature”AgentStartedEvent(agent_key: str, store_id: str, *, run_id: str, executable_definition_id: str, name: str, trace_id: str, span_id: str, executable_type: ExecutableType, executable_runtime_id: str, executable_structural_id: str, parent_executable_definition_id: str | None = None, parent_executable_runtime_id: str | None = None, parent_executable_structural_id: str | None = None, parent_executable_type: ExecutableType | None = None)Payload delivered after an Agent invocation is admitted.
Members
Section titled “Members”agent_key
Section titled “agent_key”agent_key: strPublic attribute.
store_id
Section titled “store_id”store_id: strPublic attribute.