Version: v1.2.8 | Status: Active | Last Updated: April 2026
Canonical documentation for the codomyrmex.utils module (implementation lives under src/codomyrmex/utils/). Covers shared helpers: JSON, hashing, subprocess utilities, script bases, and retry decorators.
| Surface | Import | Use when |
|---|---|---|
Package retry |
from codomyrmex.utils import retry |
Simple sync retries: max_attempts, delay, backoff, exceptions. |
retry_sync module |
from codomyrmex.utils.retry_sync import retry, async_retry |
Jitter, delay caps, RetryConfig, and async retries. |
See API_SPECIFICATION.md for signatures and examples.
- Parent: modules
- Project root: ../../../README.md
- Source tree: src/codomyrmex/utils/README.md