Skip to content

Update AI Agent customization docs for conversation storage SPI breaking changes #8684

@maff

Description

@maff

The conversation storage SPI for the AI Agent connector is being redesigned (camunda/connectors#7021). This introduces breaking changes for custom ConversationStore implementations.

The following page needs to be updated to reflect the new SPI:

Changes to document:

  • New factory-based session pattern (createSession) replacing the callback-based executeInSession
  • Decoupled session interface (works with plain message types instead of RuntimeMemory)
  • New job completion callback hooks (onJobCompleted, onJobCompletionFailed) on ConversationStore
  • Migration guide for existing custom implementations

Related PRs:

Metadata

Metadata

Assignees

Type

Urgency

None yet

Projects

Status

📋 Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions