chore: delete Agno dead code (Phase 1)#316
Open
jasoncobra3 wants to merge 1 commit into
Open
Conversation
Closes msoedov#307 Agno was imported by nothing, had undefined-variable bugs, and was not a declared dependency. Removed: - agentic_security/agents/ (operator_agno.py) - docs/mcp_agno_integration.md - .gitignore reference to operator_agno.py No agno references remain in source code. Pre-existing test failures (missing tabulate module) confirmed unrelated to this change via git stash verification.
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.
Closes #307
What changed
agentic_security/agents/(containedoperator_agno.pyand__init__.py)docs/mcp_agno_integration.md(entirely Agno content).gitignoreto remove the stale entry foroperator_agno.pyVerification
Searched entire codebase — zero
agnoreferences remain in source.Only remaining mentions are in
docs/specs/collapse-to-cli.mdwhich is a planning doc, intentionally left untouched.
Tests
Pre-existing test failures (ModuleNotFoundError: tabulate) confirmed
unrelated to this change via git stash verification — identical
failures existed before any deletions were made.