LICENSE
README.md
pyproject.toml
sawyer/__init__.py
sawyer/__main__.py
sawyer/cli.py
sawyer/config.py
sawyer/sawyer.bat
sawyer/sawyer.ico
sawyer/server.py
sawyer/auth/__init__.py
sawyer/auth/api.py
sawyer/client/__init__.py
sawyer/dashboard/__init__.py
sawyer/dashboard/server.py
sawyer/expert/__init__.py
sawyer/expert/extractor.py
sawyer/expert/shard.py
sawyer/identity/__init__.py
sawyer/identity/bedrock.py
sawyer/model/__init__.py
sawyer/model/registry.py
sawyer/node/__init__.py
sawyer/node/agent.py
sawyer/node/inference.py
sawyer/node/weights.py
sawyer/proto/__init__.py
sawyer/proto/sawyer_pb2.py
sawyer/proto/sawyer_pb2_grpc.py
sawyer/provider/__init__.py
sawyer/provider/earnings_sync.py
sawyer/provider/manager.py
sawyer/provider/stripe_connect.py
sawyer/provider/webhook.py
sawyer/router/__init__.py
sawyer/router/client.py
sawyer/router/gateway.py
sawyer/router/scheduler.py
sawyer/router/server.py
sawyer/storage/__init__.py
sawyer/storage/accountant.py
sawyer/storage/database.py
sawyer/token/__init__.py
sawyer/token/accounting.py
sawyer/token/budget.py
sawyer/token/stripe.py
sawyer_core.egg-info/PKG-INFO
sawyer_core.egg-info/SOURCES.txt
sawyer_core.egg-info/dependency_links.txt
sawyer_core.egg-info/entry_points.txt
sawyer_core.egg-info/requires.txt
sawyer_core.egg-info/top_level.txt
tests/test_accounting.py
tests/test_auth.py
tests/test_client.py
tests/test_config.py
tests/test_dashboard.py
tests/test_earnings_sync.py
tests/test_expert_extraction.py
tests/test_grpc.py
tests/test_identity.py
tests/test_integration.py
tests/test_provider.py
tests/test_provider_webhook.py
tests/test_sawyer.py
tests/test_server.py
tests/test_storage.py
tests/test_stripe.py
tests/test_weights_inference.py