Merged
Conversation
updating to main
Moving the setup directory to environments. First setup of an agentic Virtual filesystem, with read,write,ripgrep and list to gather information from memory. I've also changing the realm where the agent operates. Now everything goes to .cache/deadend/agents/... and saves the agent id used in config so that we can gather the agent information directly. the memory files are present inside that place. and they are simple MD files gathered after each agent run. So that the next agent knows what's going on.
resolving a small issue in read tool not converting correctly the lines into int for enumerate. Removing relevance in most agent thoughts return. Those didn't serve any purpose. registry was saving the models api keys as prints. Implementing the tracing to agent thought.
Some issues around the write on the avfs write tooling got stuck. It needed changes to a wrapper tooling to not let the model decide the workspace, which was a pretty idiotic thing to do. I mostly blame claude, but I need to move fast, so fuck this shit.
Added changes to the instructions tools descriptions according to the tools added.
the validation for now will be kept as is until after the platform launch.
really fucking hate coding agents. seems like things changed that I don't even know why. And what have been implemented is too fucked up.
…king it more suitable for usage.
This was
linked to
issues
Mar 31, 2026
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
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.
Multiple changes have been made to simplify the performance issues of certain architectural decisions and agentic iteration over the agent's memory.