Skip to main content
Glama
__init__.py1.04 kB
""" Command implementations for utility functions like listing models and validating config. """ # Re-export all functionality from submodules from .completion import handle_completion_request from .providers import list_models, validate_environment from .template import generate_template from .auth import auth_command, add_arguments as auth_add_arguments from promptheus.completions import generate_completion_script, install_completion from promptheus._provider_data import _select_test_model, _test_provider_connection from promptheus.providers import get_provider __all__ = [ # Completion-related commands "handle_completion_request", "generate_completion_script", "install_completion", # Provider-related commands "list_models", "validate_environment", "get_provider", # Template commands "generate_template", # Auth commands "auth_command", "auth_add_arguments", # Internal test utilities (needed for tests) "_select_test_model", "_test_provider_connection", ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/abhichandra21/Promptheus'

If you have feedback or need assistance with the MCP directory API, please join our Discord server