Skip to main content

Interface: AgencyConfigErrorType

Defined in: packages/agentos/src/api/types.ts:833

Thrown when an agency() configuration is invalid (e.g. no agents defined, unknown strategy, conflicting options).

Extends

  • Error

Properties

message

message: string

Defined in: apps/agentos-live-docs/node_modules/typescript/lib/lib.es5.d.ts:1077

Inherited from

Error.message


name

name: string

Defined in: apps/agentos-live-docs/node_modules/typescript/lib/lib.es5.d.ts:1076

Inherited from

Error.name


stack?

optional stack: string

Defined in: apps/agentos-live-docs/node_modules/typescript/lib/lib.es5.d.ts:1078

Inherited from

Error.stack