LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Agent
  • Middleware
  • Backends
  • Sandboxes
  • Skills
  • Subagents
  • Types
Modal
Daytona
Deno
Node VFS
Sandbox Standard Tests
  • Vitest
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewAgentMiddlewareBackendsSandboxesSkillsSubagentsTypes
Modal
Daytona
Deno
Node VFS
Sandbox Standard Tests
Vitest
Language
Theme
JavaScriptdeepagentsprofilesharnessHarnessProfileConfigData
Type●Since v1.10

HarnessProfileConfigData

TypeScript type inferred from the Zod config schema.

Represents the JSON/YAML-compatible shape of a harness profile. This is the type of data that comes out of harnessProfileConfigSchema.parse().

Copy
HarnessProfileConfigData: z.infer<typeof harnessProfileConfigSchema>
View source on GitHub