plano/crates/common
Troy Mitchell 5a2d0aa52e retry: add core retry types and module structure
Add the retry module with core type definitions including:
- RequestContext, RequestSignature for request deduplication
- RetryExhaustedError, AllProvidersExhaustedError for error handling
- AttemptError, AttemptErrorType for attempt tracking
- ValidationError, ValidationWarning for config validation
- Helper functions for provider extraction and hashing

Wire up pub mod retry in lib.rs.

Signed-off-by: Troy Mitchell <i@troy-y.org>
2026-04-28 17:05:03 +08:00
..
proptest-regressions common: add RetryPolicy proptest and YAML pattern tests 2026-04-28 15:25:21 +08:00
src retry: add core retry types and module structure 2026-04-28 17:05:03 +08:00
Cargo.lock split wasm filter (#186) 2024-10-16 14:20:26 -07:00
Cargo.toml common: add sha2, dashmap, tokio runtime dependencies for retry module 2026-04-28 15:31:57 +08:00