I added some fair color support to the TUI as well as parser args to the agent_repl. Now it mostly works again. I added stub documentation for the frontend implementation standard. I also deleted the hardcoded gpt4o from server.py and instead set that to the default in parser_args, so that you can pass arguments if you don't want the default gpt4o.
I added some fair color support to the TUI as well as parser args to the agent_repl. Now it mostly works again. I added stub documentation for the frontend implementation standard. I also deleted the hardcoded gpt4o from
server.py
and instead set that to the default inparser_args
, so that you can pass arguments if you don't want the default gpt4o.