-
Notifications
You must be signed in to change notification settings - Fork 283
Docs: simplify README.md, split instructions in separate docs/* md files. #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* WIP: Multi Model Config * fix: proper ollama prompt_type refactor * fix persistence + model config merge --------- Co-authored-by: k <61808204+killind-dev@users.noreply.github.com>
| ```bash | ||
| pipx install devon_agent | ||
| npm install -g devon-tui | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think about add a section with instructions about how to update the packages?
pipx upgrade devon_agent
npm i -u -g devon-tui
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea!
|
Hey @cyborgmarina! Much more organized, thank you! I just wanted to comment on the "feel" of it though, since I have the two open side-by-side and the longer one feels more right, I think because it has more content - thus making it more "interesting" to look at. I do think there should be a balance, though. Need to keep in mind that nesting content causes an extra step in clicking (vs scrolling). Also could play around and maybe see how others use table of contents effectively 🤔 |
|
Hey @ObjectJosh ! Thanks for the feedback. |
|
Goat, we now have the ui too! |
No description provided.