Add Agent with tools #12
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Made a couple a new features and changed the UI
Langgraph agent implemented with terminal and retrieval
project now works with bun and you run it from the home directory with “bun install” (first time) and “bun run”
Ui is slightly different from the old one now. Boxes are colored, new thinking animation is there. Added new intro too. It reflects changes in model, etc.
Slash commands now have a dropdown, which narrows search based on user input
Esc key now works to exit navigation menu’s like in /model
Terminal commands can be run directly in chat now - the cli can differentiate between terminal and normal inputs
Streaming works without flickering now - setup method to display a set of tokens at once
the /clear command is not perfect right now. it has some issues that i am working on.