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:
The conversation storage SPI for the AI Agent connector is being redesigned (camunda/connectors#7021). This introduces breaking changes for custom
ConversationStoreimplementations.The following page needs to be updated to reflect the new SPI:
Changes to document:
createSession) replacing the callback-basedexecuteInSessionRuntimeMemory)onJobCompleted,onJobCompletionFailed) onConversationStoreRelated PRs: