The AgentExecutorJob Object

The AgentExecutorJob Object

pythonCopy codeclass AgentExecutorJob:
    id: str                     # Unique identifier for the job
    agent_id: str               # ID of the associated agent
    execution_address: str      # Address where the execution results can be accessed
    created: str                # Timestamp when the job was created

Last updated