Skip to content

Latest commit

 

History

History
77 lines (58 loc) · 4.25 KB

File metadata and controls

77 lines (58 loc) · 4.25 KB

Agent

Types:

from oz_agent_sdk.types import (
    AgentSkill,
    AmbientAgentConfig,
    CloudEnvironmentConfig,
    McpServerConfig,
    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 (
    ScheduledAgentItem,
    ScheduleListResponse,
    ScheduleDeleteResponse,
)

Methods:

Sessions

Types:

from oz_agent_sdk.types.agent import SessionCheckRedirectResponse

Methods: