Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Turn prompts into production-ready game logic directly inside the Godot editor.Alpha AI Agent is an in-editor agentic coding assistant built specifically for developers who prioritize practical, fast execution and working solutions. It goes beyond standard chat wrappers by reading your project structure, modifying scripts, connecting signals, inspecting runtime logs, and executing multi-file changes automatically.Key Features:3-Stage Agentic Pipeline: Executes ANALYZE -> EXECUTE -> VERIFY workflows to write .gd scripts, update .tscn scene files, and wire node signals.Anti-Hallucination & Truth Logs: Inspects actual runtime output and user://logs/godot.log traces to verify execution instead of assuming the generated code worked.Monotonic Diff Viewer & 1-Click Revert: The built-in AIGitManager creates automatic pre-edit checkpoints. If an AI round misses the mark, you can review the side-by-side diff and revert the changes instantly with one click.Multi-Editor Sync: Automatically saves open Godot scripts and reloads modified files to prevent "Modified on disk" dialog popups when switching between Godot and external IDEs like VS Code.Bring Your Own Key (BYOK): Zero mandatory subscriptions. Bring your own API keys for OpenAI, Anthropic, Gemini, or OpenRouter, or use the built-in Free Trial mode.Installation:Install directly via the AssetLib, or extract the downloaded alpha_ai_agent folder into your project's res://addons/ directory.In Godot, navigate to Project -> Project Settings -> Plugins.Check the "Enable" box next to Alpha AI Agent.Open the new Alpha AI dock to begin.Community & Support:Discord Server: Join our community to share prompts and get help: https://discord.gg/sWM8xUEq9Source Code & Bug Reports: View the source or report issues on GitHub: https://github.com/mdabunafisniloy/Alpha-Ai-Plugin
π€ Alpha AI Agent for Godot
Turn prompts into production-ready GDScript, scene modifications, and game logic directly inside Godot 4.
Alpha AI Agent is an in-editor agentic coding assistant built specifically for Godot 4 developers who prioritize fast execution and working solutions. It reads your project structure, modifies scripts, connects signals, inspects runtime logs, and executes multi-file changes with built-in version safety.
β¨ Key Features
- π 3-Stage Agentic Execution Pipeline:
ANALYZE β EXECUTE β VERIFYstage management reads.gdfiles, updates.tscnscenes, and wires signals automatically. - π‘οΈ Anti-Hallucination & Truth Logs: Verifies execution by inspecting actual runtime output and
user://logs/godot.logtraces instead of assuming success. - π Monotonic Diff Viewer & Snapshot Safety: Automatic pre-edit checkpoints and a line-by-line diff viewer (
AIGitManager) with 1-click round reverts so you never lose working code. - β‘ Multi-Editor Sync: Automatically saves open Godot scripts and reloads files to prevent "Modified on disk" popups when switching between Godot and external editors.
- π― Holistic Multi-Cause Diagnosis: Analyzes inter-script relationships, node trees, and collision layers together rather than making isolated micro-patches.
- π Auto Version & Remote Announcement System: Built-in automatic update notifications and remote notice popups with cache-busting.
- π BYOK & Free Trial Mode: Use built-in daily free requests or bring your own API keys for OpenAI, Anthropic, Gemini, or OpenRouter.
- β€οΈ Developer & Community Support: Quick access to support developers on itch.io and community support from Discord.
π Community, Bug Reports & Support
- π¬ Join Discord Community: https://discord.gg/sWM8xUEq9
- π Report a Bug / Request Feature: https://github.com/mdabunafisniloy/Alpha-Ai-Plugin/issues
- β€οΈ Support Development on itch.io: https://nafisniloy.itch.io/alpha-ai-agent
π¦ Installation
- Download the latest release
.zipfrom itch.io or GitHub Releases. - Extract the
addons/alpha_ai_agentfolder into your Godot project'sres://addons/directory. - In Godot, go to Project -> Project Settings -> Plugins.
- Check the Enable box next to Alpha AI Agent.
- The Alpha AI panel will appear in your left editor dock!
βοΈ Settings & API Keys
- Click the β Settings tab in the dock to switch between Free Trial Mode and custom API keys for OpenAI, Anthropic, Gemini, or OpenRouter.
- Credentials are saved locally to
user://ai_config.jsonand are never sent to external third-party servers. - Use the ποΈ Clear Keys button at any time to wipe saved credentials and return to Free Trial mode.
π Plugin Directory Structure
addons/alpha_ai_agent/
βββ plugin.cfg # Godot Editor plugin configuration
βββ alpha_ai_agent.gd # Main EditorPlugin entry point
βββ ai_dock.gd # UI Dock controller & main orchestration engine
βββ ai_dock.tscn # UI Dock scene file
βββ ai_pipeline.gd # 3-stage agentic pipeline state machine
βββ ai_prompts.gd # System prompts & anti-hallucination instructions
βββ execution_engine.gd # Non-blocking file & scene execution engine
βββ project_context.gd # Project structure parser & truth log extractor
βββ ai_git_manager.gd # Monotonic snapshot & backup round manager
βββ ai_diff_window.gd # UI controller for side-by-side diff window
βββ ai_diff_window.tscn # UI scene for diff window
βββ ai_network.gd # HTTP network manager for LLM API requests
βββ ai_config.gd # Persistent user configuration manager (user://ai_config.json)
π License
This project is licensed under the MIT License. Feel free to use, modify, and distribute it in your commercial or open-source Godot projects.
Turn prompts into production-ready game logic directly inside the Godot editor.
Alpha AI Agent is an in-editor agentic coding assistant built specifically for developers who prioritize practical, fast execution and working solutions. It goes beyond standard chat wrappers by reading your project structure, modifying scripts, connecting signals, inspecting runtime logs, and executing multi-file changes automatically.
Key Features:
3-Stage Agentic Pipeline: Executes ANALYZE -> EXECUTE -> VERIFY workflows to write .gd scripts, update .tscn scene files, and wire node signals.
Anti-Hallucination & Truth Logs: Inspects actual runtime output and user://logs/godot.log traces to verify execution instead of assuming the generated code worked.
Monotonic Diff Viewer & 1-Click Revert: The built-in AIGitManager creates automatic pre-edit checkpoints. If an AI round misses the mark, you can review the side-by-side diff and revert the changes instantly with one click.
Multi-Editor Sync: Automatically saves open Godot scripts and reloads modified files to prevent "Modified on disk" dialog popups when switching between Godot and external IDEs like VS Code.
Bring Your Own Key (BYOK): Zero mandatory subscriptions. Bring your own API keys for OpenAI, Anthropic, Gemini, or OpenRouter, or use the built-in Free Trial mode.
Installation:
Install directly via the AssetLib, or extract the downloaded alpha_ai_agent folder into your project's res://addons/ directory.
In Godot, navigate to Project -> Project Settings -> Plugins.
Check the "Enable" box next to Alpha AI Agent.
Open the new Alpha AI dock to begin.
Community & Support:
Discord Server: Join our community to share prompts and get help: https://discord.gg/sWM8xUEq9
Source Code & Bug Reports: View the source or report issues on GitHub: https://github.com/mdabunafisniloy/Alpha-Ai-Plugin
Reviews
Quick Information
Turn prompts into production-ready game logic directly inside the Godot editor.Alpha AI Agent is an in-editor agentic coding assistant built specifically for developers who prioritize practical, fast execution and working solutions. It goes beyond standard chat wrappers by reading your project structure, modifying scripts, connecting signals, inspecting runtime logs, and executing multi-file changes automatically.Key Features:3-Stage Agentic Pipeline: Executes ANALYZE -> EXECUTE -> VERIFY workflows to write .gd scripts, update .tscn scene files, and wire node signals.Anti-Hallucination & Truth Logs: Inspects actual runtime output and user://logs/godot.log traces to verify execution instead of assuming the generated code worked.Monotonic Diff Viewer & 1-Click Revert: The built-in AIGitManager creates automatic pre-edit checkpoints. If an AI round misses the mark, you can review the side-by-side diff and revert the changes instantly with one click.Multi-Editor Sync: Automatically saves open Godot scripts and reloads modified files to prevent "Modified on disk" dialog popups when switching between Godot and external IDEs like VS Code.Bring Your Own Key (BYOK): Zero mandatory subscriptions. Bring your own API keys for OpenAI, Anthropic, Gemini, or OpenRouter, or use the built-in Free Trial mode.Installation:Install directly via the AssetLib, or extract the downloaded alpha_ai_agent folder into your project's res://addons/ directory.In Godot, navigate to Project -> Project Settings -> Plugins.Check the "Enable" box next to Alpha AI Agent.Open the new Alpha AI dock to begin.Community & Support:Discord Server: Join our community to share prompts and get help: https://discord.gg/sWM8xUEq9Source Code & Bug Reports: View the source or report issues on GitHub: https://github.com/mdabunafisniloy/Alpha-Ai-Plugin