Types And Interfaces

The SDK root exports a curated set of contract-aligned DTO types. Primary SDK-root types include:

  • AgentVersionSummary
  • AgentRunResponse
  • AgentRunDetail
  • AgentReplayInputs
  • AgentRerunResponse
  • SetupVerifyRequest, SetupVerifyResponse
  • SkillListItem, SkillDetail, SkillRecord, SkillVersion
  • SkillRunRequest, SkillRunResponse
  • SkillPreviewRequest, SkillPreviewResponse
  • SkillVersionDiffRequest, SkillVersionDiff
  • ToolRecord, ToolVersion
  • ToolVersionDiffRequest, ToolVersionDiff
  • SkillEvaluationCase, SkillEvaluationRun
  • ExternalDiagnostic

Import full schemas and route contracts directly from @prompt-orchestra/contracts. That package is the canonical owner of publicRouteContracts, Zod schemas, and contract semantics.

See also

Was this page helpful?