Skip to content

Commit 5ccab6b

Browse files
committed
chore: delete Agno dead code (Phase 1)
Closes #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.
1 parent 13b03b9 commit 5ccab6b

3 files changed

Lines changed: 3 additions & 157 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ docx/
1919
agentic_security.toml
2020
/venv
2121
*.csv
22-
agentic_security/agents/operator_agno.py
22+
2323
.claude/
2424
plan.md
2525
auto_loop.sh
2626
agentic_security/static/elm-stuff/
2727
agentic_security/static/node_modules/
28+
.cache/
29+
COMMIT_MSG.txt

agentic_security/agents/__init__.py

Whitespace-only changes.

docs/mcp_agno_integration.md

Lines changed: 0 additions & 156 deletions
This file was deleted.

0 commit comments

Comments
 (0)