Skip to content

__main__

Class info

🛈 DocStrings

CLI interface for LLMling agents.

web_not_installed

web_not_installed()

Web interface functionality (not installed).

Source code in src/llmling_agent/__main__.py
47
48
49
50
51
@web_cli.callback()
def web_not_installed():
    """Web interface functionality (not installed)."""
    print(MISSING_WEB)
    raise t.Exit(1)