Execution

class Execution

Represents an execution instance with its lifecycle information

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier for the agent space containing this execution

Link copied to clipboard

The specific subtask being executed by the agent

Link copied to clipboard

The type of agent that performed this execution.

Link copied to clipboard
val createdAt: <Error class: unknown class>

Timestamp when this execution was created

Link copied to clipboard

The unique identifier for this execution

Link copied to clipboard

The current status of this execution

Link copied to clipboard

The identifier of the parent execution, if this is a child execution

Link copied to clipboard
val uid: String?

The unique identifier for the user session associated with this execution

Link copied to clipboard
val updatedAt: <Error class: unknown class>

Timestamp when this execution was last updated

Functions

Link copied to clipboard
inline fun copy(block: Execution.Builder.() -> Unit = {}): Execution
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String