Evaluate, Lua Assistant
Evaluate, Lua Assistant is a local Lua Assistant for VS Code.
Features
- local connection flow for backend host, LLM host, manager model and coder model
- local conversation history
- markdown rendering for assistant replies
- Lua code block highlighting
- generation cancel flow
Setup
Start your backend and Ollama-compatible model locally, then open the extension sidebar and configure:
Backend Host
LLM Host
Manager Model
Coder Model
For localhost backends the extension probes Swagger/OpenAPI on both :8000 and :8080 and expects /connect, /generate, /stop/{session_id}.
| |