plexus.cli.score_chat.graphql_chat module
GraphQL-based command module for Plexus score chat commands.
This module provides CLI commands that use the GraphQL API instead of Celery, while preserving all existing functionality including file editing.
- plexus.cli.score_chat.graphql_chat.register_graphql_chat_commands(cli_group)
Register GraphQL chat commands with a CLI group.
- Args:
cli_group: Click group to register commands with