intelligent-intern / interview-chat-unified_message-bundle
Intelligent Intern bundle for UnifiedMessage integration
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:intelligent-intern-bundle
Requires
- php: ^8.2
- justinrainbow/json-schema: 6.2.*
- symfony/framework-bundle: 7.2.*
- symfony/http-client: 7.2.*
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.