Skip to main content

Interface: AgencyMemoryIngestInput

Defined in: packages/agentos/src/core/agency/AgencyMemoryManager.ts:50

Input for ingesting documents to agency shared memory.

Properties

category?

optional category: "context" | "summary" | "finding" | "decision" | "communication"

Defined in: packages/agentos/src/core/agency/AgencyMemoryManager.ts:58

Document category


content

content: string

Defined in: packages/agentos/src/core/agency/AgencyMemoryManager.ts:52

Document content


contributorGmiId

contributorGmiId: string

Defined in: packages/agentos/src/core/agency/AgencyMemoryManager.ts:54

GMI that contributed this content


contributorRoleId

contributorRoleId: string

Defined in: packages/agentos/src/core/agency/AgencyMemoryManager.ts:56

Role of the contributing GMI


embedding?

optional embedding: number[]

Defined in: packages/agentos/src/core/agency/AgencyMemoryManager.ts:62

Optional pre-computed embedding


metadata?

optional metadata: Record<string, unknown>

Defined in: packages/agentos/src/core/agency/AgencyMemoryManager.ts:60

Additional metadata