docs: update README with comprehensive test results, CLI documentation, and enhanced feature descriptions
- Update key capabilities to include GPU marketplace, payments, billing, and governance - Expand CLI section from basic examples to 12 command groups with 90+ subcommands - Add detailed test results table showing 208 passing tests across 6 test suites - Update documentation links to reference new CLI reference and coordinator API docs - Revise test commands to reflect actual test structure (
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from .poa import PoAProposer, ProposerConfig
|
||||
from .poa import PoAProposer, ProposerConfig, CircuitBreaker
|
||||
|
||||
__all__ = ["PoAProposer", "ProposerConfig"]
|
||||
__all__ = ["PoAProposer", "ProposerConfig", "CircuitBreaker"]
|
||||
|
||||
Reference in New Issue
Block a user