API Reference
Complete API documentation auto-generated from Python docstrings.
This section contains comprehensive documentation for all HemoStat classes, methods, and functions. All documentation is automatically extracted from Google-style docstrings in the Python code, ensuring it stays in sync with the implementation.
Base Classes
All agents inherit from agents.agent_base.HemoStatAgent, which provides:
Redis pub/sub communication primitives
Shared state management
Graceful shutdown handling
Connection retry logic with exponential backoff
See the Agents Package section for complete documentation of the base class and all agent implementations.