Module agentforge4j.util


module agentforge4j.util
Small shared primitives (validation helpers, common utilities) reused across modules.

Kept dependency-light so higher layers (core, llm, loaders, runtime) can share behaviour without creating cycles. Not a home for domain or orchestration types.

  • Packages

    Exports
    Package
    Description
    Provides utility classes for validation and path operations.
     
    Shared retry primitives (decorrelated-jitter backoff math, the retryable HTTP status set) reused by every module that implements its own retry loop.
    Shared text-processing primitives with no LLM- or domain-specific dependency (markdown code-fence stripping and similar low-level string utilities).