Skip to main content
Glama
__init__.py757 B
""" REPL package for Promptheus interactive mode. This package contains the modularized components of the interactive REPL interface. """ from .session import interactive_mode, format_toolbar_text from .commands import handle_session_command, create_command_registry, show_status from .history_view import display_history from .completer import CommandCompleter from promptheus.history import get_history # Export with backward compatible names handle_repl_command = handle_session_command __all__ = [ "interactive_mode", "handle_session_command", "handle_repl_command", # Backward compatibility "display_history", "CommandCompleter", "create_command_registry", "format_toolbar_text", "show_status", "get_history", ]

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