scitex_orochi API
=================

Public Python API for :mod:`scitex_orochi`. The async client is the primary
entry point for agents; the server is exposed for in-process deployments.

.. autoclass:: scitex_orochi.OrochiClient
   :members:
   :undoc-members:
   :show-inheritance:

.. autoclass:: scitex_orochi.OrochiServer
   :members:
   :undoc-members:
   :show-inheritance:

.. autoclass:: scitex_orochi.Message
   :members:
   :undoc-members:
   :show-inheritance:

.. autofunction:: scitex_orochi.collect_metrics
