-
Notifications
You must be signed in to change notification settings - Fork 62
Assistant Actions v2 #1769
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
Closed
Closed
Assistant Actions v2 #1769
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ew code before or after variables, or at the start/end of the program
…elogic mk_structure_edit_msg
…ble to update_pattern); adds a tool call to update the entire binding
…ction in composition mode
…ter names for these, im a bit flustered by the naming conventions of bindings and such
…remove, but want to keep in case of future use
…to be coupled into one message type
…age refresh and initial load in (the user message displays
… to further prepare def for displaying current selection via spcial chars
…sage log, add timestamps and intermediate program state
…hazel into assistant-actions-v2
panding and collapsing definitions. a list of the agent`s view is now maintained as part of the zipper. this commit also introduced some code cleanup/refactoring in some composition files.
a single agent view in the entire chat. TODO: need to solve latency issues, likely problem candidate is unfolding/folding.
… and ui actions added
…d tasks/subtasks as well
…a given ill/non-existent variable path using the levenshtein distance
…tant -> editor updates... i think this should maintain valid dependencies. this also includes some changes for tracking incomplete tasks and stuff
Member
|
see #2048 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
Russ, Todos
Code Cleanup
Task Nodules and Before/After Views
Add Tool Calls for Agent to Test Code it Writes
Write Robust Test Cases
Improve Agent View Logic
General Agent Toolkit Improvements
Cyrus, Todos