SaLMoN (Small Language Models Navigator) is a lightweight Godot 4 extension that integrates llama.cpp supported GGUF models directly into your game. It supports local inference, async chat, streaming token generation, and custom context sizes — enabling you to build in-game AI assistants, NPC dialogue, or agentic behaviors without external APIs.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
Major improvements to the gguf inference like threading, and added usage to the README.md
8df66edView on GitHubAdded download scripts to get the gguf model from huggingface
f71458bView on GitHub