Skip to main content

Interface: AgencyUpsertArgs

Defined in: packages/agentos/src/core/agency/AgencyTypes.ts:172

Arguments for creating or updating an agency session.

Properties

agencyId?

optional agencyId: string

Defined in: packages/agentos/src/core/agency/AgencyTypes.ts:178

Explicit agency ID (auto-generated if omitted)


conversationId

conversationId: string

Defined in: packages/agentos/src/core/agency/AgencyTypes.ts:176

Conversation context


memoryConfig?

optional memoryConfig: AgencyMemoryConfig

Defined in: packages/agentos/src/core/agency/AgencyTypes.ts:182

Shared memory configuration


metadata?

optional metadata: Record<string, unknown>

Defined in: packages/agentos/src/core/agency/AgencyTypes.ts:180

Custom metadata


workflowId

workflowId: string

Defined in: packages/agentos/src/core/agency/AgencyTypes.ts:174

Associated workflow instance