Skip to content

chore: remove leftover Agno artifacts#313

Merged
msoedov merged 1 commit into
msoedov:mainfrom
JackSpiece:chore/remove-agno
Jun 10, 2026
Merged

chore: remove leftover Agno artifacts#313
msoedov merged 1 commit into
msoedov:mainfrom
JackSpiece:chore/remove-agno

Conversation

@JackSpiece

Copy link
Copy Markdown
Contributor

Part of #306, closes #307.

Most of phase 1 already landed, operator_agno.py was deleted in the #310 merge. This removes what was left:

  • agentic_security/agents/ - only contained an empty __init__.py after the operator deletion, nothing imports it
  • docs/mcp_agno_integration.md - the doc is entirely about the Agno integration so scrubbing Agno references would leave an empty husk. Deleted it instead (phase 2 Phase 2: Delete MCP server + client #308 removes it anyway). Not referenced in the mkdocs nav or any other doc.

After this grep -ri agno agentic_security/ is clean (only hit left is a coincidental byte match inside the tfidf joblib binary).

Tests: 303 passed, 1 skipped. test_fuzzer.py::TestProcessPrompt::test_successful_response_no_refusal fails on a clean checkout of main too, unrelated to this change.

@msoedov

msoedov commented Jun 10, 2026

Copy link
Copy Markdown
Owner

@JackSpiece thx for the patch!

@msoedov msoedov merged commit 438f30b into msoedov:main Jun 10, 2026
2 checks passed
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)

2 participants