Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Local Keep AI

An asset by manoftechllc
The page banner background of a mountain and forest

Quick Information

No ratings yet
Local Keep AI icon image
manoftechllc
Local Keep AI

Local-first AI coding assistant for Godot 4 game development. Explain GDScript, generate state machines, write GUT tests, and run agentic tasks from a dock in the editor — powered by 1,000+ AI models. Requires the free lk CLI (pip install local-keep-ai-cli) and a Local Keep AI account.

Supported Engine Version
4.0
Version String
1.0.0
Support Level
community
Modified Date
1 day ago
Git URL
Issue URL
Download ZIP

Local Keep AI for Godot 4

Local-first AI coding assistant for Godot 4 game development — explain GDScript, generate state machines, write GUT tests, and run agentic tasks against 200+ free models.

Install

Not yet in the Godot Asset Library. Install manually:

git clone https://github.com/laynef/localkeep-godot
cp -r sage-godot/addons/local_keep_ai /path/to/your/project/addons/

Then enable it: Project → Project Settings → Plugins → Local Keep AI → Enable.

Requires

Godot 4.x and the sage CLI:

pip install local-keep-ai-cli
sage login

Features

  • Local Keep AI dock, bottom-right — chat, run tasks, view output
  • Project → Tools → Local Keep AI: Explain Script — explains the script open in the editor
  • Project → Tools → Local Keep AI: Generate GUT Tests — GUT tests for the current script
  • Project → Tools → Local Keep AI: List Models — shows every available model

Layout

addons/local_keep_ai/plugin.cfg      addon manifest (name, version, script entry point)
addons/local_keep_ai/plugin.gd       EditorPlugin — docks and Tools menu items
addons/local_keep_ai/lk_dock.tscn  dock scene
addons/local_keep_ai/lk_dock.gd    dock logic
addons/local_keep_ai/lk_client.gd  sage binary discovery + threaded OS.execute

The addon must stay at addons/local_keep_ai/ — the Asset Library extracts archives relative to the project root, and plugin.gd preloads res://addons/local_keep_ai/lk_dock.tscn by absolute resource path.

Notes

lk_client.gd runs sage on a Thread and marshals the result back with call_deferred, so the editor stays responsive during long agentic tasks.

Publishing to the Asset Library requires an account there — see ../PUBLISH.md § 3.7.

License

MIT — localkeep.ai

Local-first AI coding assistant for Godot 4 game development. Explain GDScript, generate state machines, write GUT tests, and run agentic tasks from a dock in the editor — powered by 1,000+ AI models. Requires the free lk CLI (pip install local-keep-ai-cli) and a Local Keep AI account.

Reviews

0 total reviews
No ratings yet

Your Rating

How do you rate this asset?
Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

No ratings yet
Local Keep AI icon image
manoftechllc
Local Keep AI

Local-first AI coding assistant for Godot 4 game development. Explain GDScript, generate state machines, write GUT tests, and run agentic tasks from a dock in the editor — powered by 1,000+ AI models. Requires the free lk CLI (pip install local-keep-ai-cli) and a Local Keep AI account.

Supported Engine Version
4.0
Version String
1.0.0
Support Level
community
Modified Date
1 day ago
Git URL
Issue URL
Download ZIP

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers