// Library entrypoint — re-exports for integration tests and the binary. pub mod agent; pub mod api; pub mod config; pub mod database; pub mod error; pub mod llm; pub mod pentest; pub mod pipeline; pub mod rag; pub mod scheduler; pub mod ssh; #[allow(dead_code)] pub mod trackers; pub mod webhooks;