chore(deps): add tree-sitter and tree-sitter-languages to lockfile#9
Merged
chore(deps): add tree-sitter and tree-sitter-languages to lockfile#9
Conversation
Add tree-sitter (0.21.3) and tree-sitter-languages (>=1.10.2) entries to the agentic-framework/uv.lock file. This updates the packages list and includes their sdist and wheel metadata so package resolution and reproducible installs can pick up prebuilt wheels across platforms. The change ensures the project can depend on Tree-sitter parsers and the language bundles, resolving runtime parsing needs and preventing missing dependency issues during installs and CI.
Reduce the GitHub Actions CI matrix from testing Python 3.12 and 3.13 to testing only 3.12. This simplifies CI runs, reduces execution time and resource usage, and avoids running against a Python version that is not currently required or supported by the project.
Update calculator tool documentation by running the recently corrected edit tool with: ``` uv --directory agentic-framework run agentic-run developer -i "Add CalculatorTool class documentation in example.py" ```
Clean up spacing and blank lines in the CalculatorTool class docstring to improve readability and consistency. Remove superfluous trailing spaces and normalize blank lines between sections (Features, Usage Examples, Error Handling, Security) so the documentation is cleaner and easier to maintain.
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.
Add tree-sitter (0.21.3) and tree-sitter-languages (>=1.10.2) entries to the
agentic-framework/uv.lock file. This updates the packages list and includes
their sdist and wheel metadata so package resolution and reproducible
installs can pick up prebuilt wheels across platforms.
The change ensures the project can depend on Tree-sitter parsers and the
language bundles, resolving runtime parsing needs and preventing missing
dependency issues during installs and CI.