LICENSE
README.md
pyproject.toml
sitecustomize.py
examples/deepagents_openrouter_qwen_production.py
faramesh/__init__.py
faramesh/autopatch.py
faramesh/canonicalization.py
faramesh/client.py
faramesh/decorators.py
faramesh/gate.py
faramesh/govern.py
faramesh/governed_tool.py
faramesh/middleware.py
faramesh/policy.py
faramesh/policy_helpers.py
faramesh/sitecustomize_hook.py
faramesh/snapshot.py
faramesh/adapters/__init__.py
faramesh/adapters/bedrock_agentcore.py
faramesh/adapters/deepagents.py
faramesh/adapters/google_adk.py
faramesh/adapters/langchain.py
faramesh/adapters/llamaindex.py
faramesh/adapters/pydantic_ai.py
faramesh_sdk.egg-info/PKG-INFO
faramesh_sdk.egg-info/SOURCES.txt
faramesh_sdk.egg-info/dependency_links.txt
faramesh_sdk.egg-info/requires.txt
faramesh_sdk.egg-info/top_level.txt
tests/test_adapters.py
tests/test_autopatch.py
tests/test_canonicalization.py
tests/test_deepagents_adapter.py
tests/test_deepagents_policy_fpl_harness.py
tests/test_govern.py
tests/test_langchain_adapter.py
tests/test_langchain_live_integration.py
tests/test_langchain_policy_fpl_harness.py
tests/test_middleware.py