python
- Fackel: an autonomous pentest framework powered by ReAct agents
Fackel is a multi-agent pentest framework where LLMs decide strategy, not hardcoded pipelines. A walkthrough of the architecture, the design decisions, and the lessons learned.
- Graceful retries in Python with backoff
A small, production-ready retry helper using exponential backoff and logging.