Skip to content

craft-hub / StartAgentTaskInput

Interface: StartAgentTaskInput

Defined in: packages/craft-hub/src/agent-tasks.ts:8

Input accepted by a host-provided agent task adapter.

Extended by

Properties

actionId?

optional actionId?: "improve-project-config"

Defined in: packages/craft-hub/src/agent-tasks.ts:13


capabilityId?

optional capabilityId?: string

Defined in: packages/craft-hub/src/agent-tasks.ts:12


parentTaskId?

optional parentTaskId?: string

Defined in: packages/craft-hub/src/agent-tasks.ts:15


primaryProjectId

primaryProjectId: string

Defined in: packages/craft-hub/src/agent-tasks.ts:11


projectIds

projectIds: string[]

Defined in: packages/craft-hub/src/agent-tasks.ts:10


prompt

prompt: string

Defined in: packages/craft-hub/src/agent-tasks.ts:9


sandboxMode?

optional sandboxMode?: "read-only" | "workspace-write"

Defined in: packages/craft-hub/src/agent-tasks.ts:17

Least filesystem access the host adapter should grant to this task.


workspaceId?

optional workspaceId?: string

Defined in: packages/craft-hub/src/agent-tasks.ts:14

Released under the MIT License.