Update README.md

feat: Add SwarmHub to Code Analysis section
This commit is contained in:
ragnarlothbrock 2026-06-23 23:40:14 -04:00 committed by GitHub
parent 6ed53787c6
commit adc6d288ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -615,6 +615,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
- [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts.
- [prospector](https://github.com/prospector-dev/prospector) - A tool to analyze Python code.
- [repowise](https://github.com/repowise-dev/repowise) - Codebase intelligence that indexes repos into dependency graphs, git history, and auto-generated docs with dead code detection.
- [SwarmHub](https://github.com/ragnarlothbrock/SwarmHub) - An AST-driven cross-compiler and orchestration plane to dynamically translate multi-agent workflows across LangGraph, CrewAI, AutoGen, and PydanticAI.
- [vulture](https://github.com/jendrikseipp/vulture) - A tool for finding and analyzing dead Python code.
- Code Linters
- [bandit](https://github.com/PyCQA/bandit) - A tool designed to find common security issues in Python code.