Coverage for agentos/errors/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.14.3, created at 2026-07-02 09:59 +0800

1"""Error handling: classification, formatting, and human-readable diagnosis.""" 

2 

3from .handler import ErrorCategory, ErrorContext, ErrorFormatter, HumanError 

4 

5__all__ = ["ErrorCategory", "ErrorContext", "ErrorFormatter", "HumanError"]