Skip to content

Instantly share code, notes, and snippets.

View camillevuillaume's full-sized avatar

Camille Vuillaume camillevuillaume

View GitHub Profile
@camillevuillaume
camillevuillaume / openhands_llamacpp.md
Last active January 16, 2026 07:17
Agentic AI and code completion with local LLMs

Agentic AI and code completion with local LLMs

Here is how I locally run code completion, a chat and a coding agent!

image

Environment

I am using Linux as operating system and neovim as editor. My code agent is openhands. In neovim, I rely on lazy.nvim for managing plugins, and for this particular application, I use llama.vim for code completion and codecompanion as chat.