Creation of asset "Godot Agent" In review
| New/Edit | |
|---|---|
| Title | Godot Agent |
| Description |
An in-editor AI programming assistant for Godot 4.x. Talks to the models you already pay for — bring your own API key. - **Supported providers**: Anthropic (Claude), OpenAI (ChatGPT), Google (Gemini). - **Capabilities**: planning, coding (GDScript / scenes), asset generation (images), debugging. - **UI**: appears as an **"AI"** tab next to *2D / 3D / Script* on top of the editor. - **Full Godot access**: the agent can read/write files, inspect and edit scenes, attach scripts, run the project, and query `ClassDB` — through a canonical tool interface each provider is adapted to. - **Optional internet access**: toggle in the top bar. When on, each provider uses its native web search (Anthropic `web_search_20250305`, OpenAI `web_search`, Gemini `google_search`). - **Requires Godot 4.x**. Pure GDScript, no compilation or external dependencies. |
| Category | Tools |
| License | MIT |
| Repository Provider | GitHub |
| Repository Url | https://github.com/mschunke/godot_agent |
| Issues Url | https://github.com/mschunke/godot_agent/issues |
| Godot version | Godot 4.0 |
| Version String | 1.0.1 |
| Download Commit | 02b49f7c5d06746179541caedb991cc5711ec759 |
| Download Url (Computed) | https://github.com/mschunke/godot_agent/archive/02b49f7c5d06746179541caedb991cc5711ec759.zip |
| Icon Url |
https://raw.githubusercontent.com/mschunke/godot_agent/master/icon.png
|