DLLM - D Language 🤖 on 🦙.cpp

Danny Arends Danny.Arends at gmail.com
Tue Mar 24 17:01:03 UTC 2026


A minimal, clean D language agent built directly on llama.cpp via 
importC. No Python, no bindings, no overhead. Runs a three-model 
pipeline (agent, summary, embed) with full CUDA offloading, 
multimodal vision via mtmd, RAG, KV-cache condensation, thinking 
budget, and an extensible tool system (auto-registered via 
user-defined attribute @Tool("Description") on functions). Tools 
included cover: file I/O, web search, date & time, text encoding, 
Docker sandboxed code execution, and audio playback.

https://github.com/DannyArends/DLLM

Let me know what you guys think!


More information about the Digitalmars-d-announce mailing list