plexus.cli.score_chat.chat module

Command module for Plexus score chat commands.

This module provides the CLI commands for using the Plexus score chat feature, supporting both interactive REPL mode and Celery-based API access.

plexus.cli.score_chat.chat.register_tasks(app)

Register Celery tasks with the Celery app.

This function should be called from the main Celery app setup.

Args:

app: The Celery app to register tasks with