veto_local_llm
Routes tasks to a local LLM (Ollama/LM Studio) to keep data private or handle simple repetitive work without cloud reliance.
Instructions
Routes a task to a local LLM (via Ollama or LM Studio) instead of a cloud provider. Useful for privacy-sensitive data or simple, repetitive tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task or prompt. | |
| model | No | Local model name (e.g. llama3, mistral). | |
| provider | No | Local provider. | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |