plexus.cli.score.scores module

plexus.cli.score.scores.create_client() PlexusDashboardClient

Create a client and log its configuration

plexus.cli.score.scores.generate_key(name: str) str

Generate a key from a name by converting to lowercase and replacing spaces with hyphens.

plexus.cli.score.scores.invoke_with_retry(llm, messages)

Invoke the LLM with retry logic for handling timeouts and connection errors.