Skip to Content
Naylence Docs are in active development. Share feedback in Discord.
ReferenceAgent APITypeScript ReferenceInterfacesAgentRunManyOptions

naylence-agent-sdk-ts


naylence-agent-sdk-ts / AgentRunManyOptions

Interface: AgentRunManyOptions

Defined in: src/naylence/agent/agent.ts:241

Options for running tasks on multiple agents.

Properties

PropertyTypeDescriptionDefined in
fabric?FameFabricFabric instance to use. Defaults to the current fabric.src/naylence/agent/agent.ts:243
gatherExceptions?booleanIf true (default), errors are collected alongside results. If false, the first error rejects the promise.src/naylence/agent/agent.ts:248
Last updated on