LocalLLM
experimentalaiLocal LLM inference via Ollama (primary) or llama.cpp (fallback)
pip install chp-adapter-local-llmAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
chatv1.0.0Multi-turn chat with message history. Messages are NOT recorded in evidence.
chp.adapters.local_llm.chatgeneratev1.0.0Single-turn text generation. Prompt and completion are NOT recorded in evidence.
chp.adapters.local_llm.generatelist_modelsv1.0.0List models available in the local LLM backend.
chp.adapters.local_llm.list_modelsmodel_infov1.0.0Get metadata for a specific model (parameter count, context length, quantization).
chp.adapters.local_llm.model_info