LICENSE
MANIFEST.in
PATENT_NOTICE.md
README.md
TRADEMARK.md
pyproject.toml
examples/README.md
examples/cloud_ops_plan.py
examples/code_agent_deploy.py
examples/embodied_agent.py
examples/end_to_end.py
examples/finance_agent.py
examples/financial_fraud_detection.py
examples/multi_agent.py
examples/prompt_injection_isolation.py
examples/remote_control_detection.py
sayfos/__init__.py
sayfos/api.py
sayfos/budget.py
sayfos/cli.py
sayfos/config.py
sayfos/persistence.py
sayfos/runtime.py
sayfos/adapters/__init__.py
sayfos/adapters/crewai.py
sayfos/adapters/dify.py
sayfos/adapters/langchain.py
sayfos/core/__init__.py
sayfos/core/chain.py
sayfos/core/enums.py
sayfos/core/models.py
sayfos/verification/__init__.py
sayfos/verification/engines.py
sayfos/verification/pipeline.py
sayfos/verification/preflight.py
sayfos_sdk.egg-info/PKG-INFO
sayfos_sdk.egg-info/SOURCES.txt
sayfos_sdk.egg-info/dependency_links.txt
sayfos_sdk.egg-info/entry_points.txt
sayfos_sdk.egg-info/requires.txt
sayfos_sdk.egg-info/top_level.txt
tests/__init__.py
tests/test_budget.py
tests/test_chain.py
tests/test_pipeline.py
tests/test_pipeline_config.py
tests/test_plan.py
tests/test_protocol.py