intelligent-intern/interview-chat-unified_message-bundle

Intelligent Intern bundle for UnifiedMessage integration

1.0.0 2025-03-02 02:04 UTC

This package is auto-updated.

Last update: 2025-03-12 01:16:21 UTC


README

The intelligent-intern/interview-chat-unified_message-bundle integrates interview-chat messaging functionality with the Intelligent Intern Core Framework. This bundle allows you to handle unified messages (e.g., interview-chat prompts) asynchronously via Messenger, process them with dynamic strategies (for example, using RAG or an agent network configured via Vault), and push responses to clients via Mercure.

Installation

Install the bundle using Composer:

composer require intelligent-intern/interview-chat-unified_message-bundle

Configuration

Vault Secrets

Ensure the following secret is set in vault:

secret/data/data/chat:
  retryDelaySec: 15

This value controls the delay (in seconds) for retries when processing fails.

License

This bundle is open-sourced software licensed under the MIT License.