> ## Documentation Index
> Fetch the complete documentation index at: https://docs.valkyrie.vals.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Python SDK types

> Public models and enums exported by the Valkyrie Python SDK.

Only public models and enums exported from `valkyrie.sdk` appear here.

## Type families

<CardGroup cols={2}>
  <Card title="Agents" icon="robot" href="/reference/sdk/models/agents">
    4 types for uploaded agent bundles and download URLs.
  </Card>

  <Card title="Runs" icon="play" href="/reference/sdk/models/runs">
    15 types for run requests, responses, and lifecycle enums.
  </Card>

  <Card title="Benchmarks" icon="flask" href="/reference/sdk/models/benchmarks">
    8 types for benchmark, task, artifact, and status responses.
  </Card>

  <Card title="Services" icon="server" href="/reference/sdk/models/services">
    4 types for benchmark service catalog and health responses.
  </Card>

  <Card title="Config" icon="gear" href="/reference/sdk/models/config">
    1 type for validated SDK configuration and field aliases.
  </Card>
</CardGroup>
