Skip to content

chore: delete Agno dead code (Phase 1)#316

Open
jasoncobra3 wants to merge 1 commit into
msoedov:mainfrom
jasoncobra3:chore/delete-agno-dead-code-v2
Open

chore: delete Agno dead code (Phase 1)#316
jasoncobra3 wants to merge 1 commit into
msoedov:mainfrom
jasoncobra3:chore/delete-agno-dead-code-v2

Conversation

@jasoncobra3

Copy link
Copy Markdown

Closes #307

What changed

  • Deleted agentic_security/agents/ (contained operator_agno.py and __init__.py)
  • Deleted docs/mcp_agno_integration.md (entirely Agno content)
  • Updated .gitignore to remove the stale entry for operator_agno.py

Verification

Searched entire codebase — zero agno references remain in source.
Only remaining mentions are in docs/specs/collapse-to-cli.md
which 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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Phase 1: Delete Agno (dead code)

1 participant