Python · Local AI
CoachFX – LLM Integration
A session-building tool that talks to a local language model to create football coaching sessions. It writes session files in the format the main CoachFX Unity application can load and use.
Python / Local LLM / AI Integration / CoachFX
From a description to a session file
The session builder talks to a local language model to create football coaching sessions from natural-language instructions. Its output is a session file in the format expected by CoachFX.
Connecting AI to the existing application
The integration connects language-model output to a concrete file workflow: the session builder creates the file, then the main Unity application loads and uses it. The demonstration below shows the local session-building tool.