Commit Graph

7 Commits

Author SHA1 Message Date
Lee Chagolla-Christensen 3d8336977d Python 3.13, linting/quality, and agent reliability
- Raise requires-python to >=3.13 across all projects/libs; set ruff target to py313
- Fix bare excepts, unused variables/imports, Optional→union syntax, and import ordering
- Refactor chatbot MCP server to async subprocess with health checks and graceful shutdown
- Simplify file-enrichment prod Dockerfile to use uv sync with UV_PROJECT_ENVIRONMENT
- Fix module_loader to use fully qualified analyzer module name
- Make YARA _analyze_yara async and fix rule_manager access in workflow
- Enable LiteLLM healthcheck and add agents→litellm dependency
- Add PE analyzer tests with PyInstaller fixture;
- Update PDF tests for nested metadata
- Suppress third-party DeprecationWarnings, use async-lru for LLM status cache
- Add PHOENIX_ENABLED validation to nemesis-ctl.sh; remove debug pprint in agents
- Add Claude Code managing-packages skill, update CLAUDE.md guidance
2026-02-03 20:36:12 -08:00
harmj0y f0dc011b3e Update agents.md 2025-11-09 15:40:34 -08:00
harmj0y 3b652ed792 Update docs
- Update docs
2025-11-09 15:29:26 -08:00
harmj0y f0711bea55 Chatbot documentation
- Chatbot documentation
2025-11-08 15:02:17 -08:00
harmj0y bfeb234e06 Update documentation
- Added `alerting` and `reporting` pages
- Updated `agents` page
2025-10-30 09:50:59 -07:00
harmj0y 1b48db7603 Updated agents.md documentation
-Updated `agents.md` documentation
2025-09-17 12:19:04 +03:00
harmj0y 40902d9d8f Version 2.1.3
- See CHANGELOG.md for summary of changes
2025-08-29 15:24:32 -07:00