entity.setup package
Setup utilities for initializing Entity’s local environment.
- class entity.setup.OllamaInstaller[source]
Bases:
objectPlaceholder for Ollama installation logic. Automatic installation and model pulling are not supported by the framework.
- classmethod ensure_ollama_available(model=None)[source]
- Parameters:
model (str | None)
- Return type:
None
- logger = <Logger entity.setup.ollama_installer (WARNING)>