mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-23 21:59:57 +02:00
5ccab6ba3b
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.
30 lines
330 B
Plaintext
30 lines
330 B
Plaintext
*.db
|
|
*.py[cod]
|
|
.web
|
|
__pycache__/
|
|
failures.csv
|
|
runs/
|
|
*.todo
|
|
logs/
|
|
modal_agent.py
|
|
sandbox.py
|
|
site/
|
|
agesec.toml
|
|
.clinerules
|
|
garak_rest.json
|
|
2025.*.json
|
|
inv/
|
|
scripts/
|
|
docx/
|
|
agentic_security.toml
|
|
/venv
|
|
*.csv
|
|
|
|
.claude/
|
|
plan.md
|
|
auto_loop.sh
|
|
agentic_security/static/elm-stuff/
|
|
agentic_security/static/node_modules/
|
|
.cache/
|
|
COMMIT_MSG.txt
|