LICENSE
README.md
pyproject.toml
src/noema_client/__init__.py
src/noema_client/actions.py
src/noema_client/affordances.py
src/noema_client/aliases.py
src/noema_client/auth.py
src/noema_client/cli.py
src/noema_client/client.py
src/noema_client/config.py
src/noema_client/discovery.py
src/noema_client/errors.py
src/noema_client/isolated.py
src/noema_client/observations.py
src/noema_client/policy.py
src/noema_client/protocol.py
src/noema_client/redaction.py
src/noema_client/runner.py
src/noema_client/seal.py
src/noema_client/session.py
src/noema_client/telemetry.py
src/noema_client/transport.py
src/noema_client/types.py
src/noema_client.egg-info/PKG-INFO
src/noema_client.egg-info/SOURCES.txt
src/noema_client.egg-info/dependency_links.txt
src/noema_client.egg-info/entry_points.txt
src/noema_client.egg-info/requires.txt
src/noema_client.egg-info/top_level.txt
src/noema_client/adapters/__init__.py
src/noema_client/adapters/base.py
src/noema_client/adapters/openai_compatible.py
src/noema_client/adapters/scripted.py
src/noema_client/data/sealed-prompt-s0.txt
tests/test_aliases.py
tests/test_client.py
tests/test_policy.py