You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AgenTUI currently operates on either gpt-4 models or gpt-5 models. Each one of these model backbones come with their caveats, which Gemini 3 seems to largely fix. With that in mind:
Investigate if it is at all possible to add Gemini 3 as a model to AgenTUI (which is powered by LangChain AI's DeepAgents framework)
If possible, integrate the model in such a way that all current functionality is preserved. The AgenTUI/docs folder has a STATE.md file that elaborates on the functionality of the TUI. Be sure to update it once you add new features like a new backend model.
LangChain docs is your friend, they have a nifty MCP server to use as well if you're using LLM coding tools to assist you.
AgenTUI currently operates on either gpt-4 models or gpt-5 models. Each one of these model backbones come with their caveats, which Gemini 3 seems to largely fix. With that in mind:
AgenTUI/docsfolder has aSTATE.mdfile that elaborates on the functionality of the TUI. Be sure to update it once you add new features like a new backend model.FYI - @gpsaggese @tkpratardan