-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor application structure to use Agno #429
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
Open
MH0386
wants to merge
266
commits into
main
Choose a base branch
from
try-agno
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
…and file operations
This PR refactors class attribute assignments by removing unsupported inline type declarations. The changes ensure compatibility with environments that do not support variable type annotations on assignment. - Unsupported `Type` declaration: The code originally declared types inline (e.g., `cls._tools: list[BaseTool] = ...`), which is not supported in all Python versions. The fix removes the `: type` portion, leaving standard assignments for `_tools`, `_llm`, and `_model`, while preserving functionality. > This Autofix was generated by AI. Please review the change before merging.
… and branch deletion
…roved job summaries
Refactor Docker workflows and improve CI configurations
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
|
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.



This pull request introduces several updates and improvements to CI/CD workflows, repository configuration, and project automation. The changes focus on enhancing Docker image builds, workflow flexibility, automation for versioning and releases, and repository hygiene.
CI/CD Workflow Enhancements:
.github/workflows/.docker.yaml. This includes using the correct credentials per registry, passing install source and Python version as build arguments, and summarizing Dockerfile check results. [1] [2] [3] [4] [5] [6] [7] [8] [9].github/workflows/build.yamlby updating permissions, ensuring the project version matches the branch/tag, and automating commits and tags when versions diverge. [1] [2] [3].github/workflows/release.yamlby removing the HuggingFace job and ensuring Docker images are built from the released version. [1] [2]Automation and Repository Management:
.github/workflows/ci_tools.yamlto respond to specific issue comments and run the opencode action. [1] [2]renovate[bot]actor. [1] [2]Repository and Project Hygiene:
.gitattributesfile to enforce LF line endings..envrcfile, likely to standardize environment management..ideaproject files to exclude thelogsdirectory and added a run configuration for "Vocalizr MCP". [1] [2]These changes collectively improve CI/CD reliability, automation, and maintainability across the project.
Summary by Sourcery
Refactor the Chattr application to leverage the Agno multi-agent framework, integrate advanced tooling and vector knowledge stores, and overhaul CI/CD, Docker, and project configuration for greater automation and maintainability.
New Features:
Enhancements:
Build:
CI:
Documentation:
Tests:
Chores: