Skip to content

Latest commit

 

History

History
79 lines (60 loc) · 4.29 KB

File metadata and controls

79 lines (60 loc) · 4.29 KB

Agent

Types:

from oz_agent_sdk.types import (
    AgentSkill,
    AmbientAgentConfig,
    CloudEnvironmentConfig,
    McpServerConfig,
    Scope,
    UserProfile,
    AgentListResponse,
    AgentGetArtifactResponse,
    AgentRunResponse,
)

Methods:

Runs

Types:

from oz_agent_sdk.types.agent import (
    ArtifactItem,
    RunItem,
    RunSourceType,
    RunState,
    RunListResponse,
    RunCancelResponse,
)

Methods:

Schedules

Types:

from oz_agent_sdk.types.agent import (
    ScheduledAgentHistoryItem,
    ScheduledAgentItem,
    ScheduleListResponse,
    ScheduleDeleteResponse,
)

Methods:

Sessions

Types:

from oz_agent_sdk.types.agent import SessionCheckRedirectResponse

Methods: