entity.setup package

Setup utilities for initializing Entity’s local environment.

class entity.setup.OllamaInstaller[source]

Bases: object

Placeholder for Ollama installation logic. Automatic installation and model pulling are not supported by the framework.

DEFAULT_MODEL: Final[str] = 'llama3.2:3b'
DEFAULT_URL: Final[str] = 'http://localhost:11434'
classmethod ensure_ollama_available(model=None)[source]
Parameters:

model (str | None)

Return type:

None

logger = <Logger entity.setup.ollama_installer (WARNING)>

Submodules