"""Modernized legacy PentestGPT. The classic, human-in-the-loop PentestGPT (USENIX Security 2024): three cooperating LLM sessions (reasoning / generation / parsing) driving a Pentesting Task Tree through an interactive REPL, rebuilt on a native per-provider LLM layer that supports the latest 2026 models. """ from pentestgpt_legacy._version import __version__ __all__ = ["__version__"]