
Gopilot Assist 1.0 Tools 4.4 Community
Submitted by user Smorty; GPLv3; 2025-03-19
Gopilot allows for AI code completions, refactoring and chatbots with agentic capabilities within Godot!
WARNING: Depends on "Gopilot Utils" plugin
Supported LLM APIs are:
- ollama
- mistral-codestral
- groq (experimental)
- sambanova (experimental)
- openrouter (experimental)
The chat has many command, like for example
- @script (gets the current script)
- @some_open_script.gd (gets another script which is also open)
- @scene (gets scene tree hierarchy)
- @docs(<NameOfClass>) (gets docs for this class)
And you can add your own!
There is also the agent, which can
- add nodes with properties
- edit nodes
- remove nodes
- create interfaces
- create and assign scripts
you can make your own agents and tools rather easily. I will make a youtube video about that soon and link it here
View files Download Submit an issue Recent Edits