Conversation
… Agent, MIT licensed)
Collaborator
|
Thanks for the port, @codexbt — the implementation is clean (stdlib-only, tested), but we're not taking this as a model tool. Reasoning:
Note: the same two files are also bundled inside your #82686 — please drop them from that branch so it stays a pure NVIDIA-skills PR. Appreciate the contribution and the clean rebase on the second attempt. |
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.
Summary
This PR adds the
ast_searchstructural code symbol navigator tool to Hermes Agent.It allows Hermes to parse and inspect the Abstract Syntax Tree (AST) of Python files and directory trees without dumping whole 2,000+ line file contents into the prompt context window, saving up to 88% of input tokens during codebase navigation turns.
Provenance & License Information
https://github.com/codexbt/cortex)78d55cd9f20f3fa41d5ae61e8abea9a8663ac108(mainbranch)Key Technical Design
ast,pathlib,os).tools.registryvia standard module discovery.Test Command & Results
python -m pytest -o addopts="" tests/tools/test_ast_search.py