ErikBjare / gptme

Your agent in your terminal, equipped with local tools: writes code, uses the terminal, browses the web, vision.
https://gptme.org/docs/
MIT License
2.64k stars 178 forks source link

Adopt `prompt_toolkit` #243

Open ErikBjare opened 3 weeks ago

ErikBjare commented 3 weeks ago

I was asking Claude for better alternatives to readline, and it gave me this:

https://python-prompt-toolkit.readthedocs.io/en/master/

Looks really nice, should consider implementing to improve autocomplete. I am hoping to provide LLM-completion hints in the style of Copilot for the prompts.