.env.example
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/README.md
docs/artifacts.md
docs/child-agents.md
docs/configuration.md
docs/direct-v1-migration.md
docs/evidence.md
docs/fastapi.md
docs/five-minute-quickstart.md
docs/known-v1-limitations.md
docs/large-artifacts.md
docs/network-client.md
docs/persistence.md
docs/production-checklist.md
docs/production-deployment.md
docs/retries-and-idempotency.md
docs/secret-rotation.md
docs/wrap-existing-agent.md
docs/changelog/0.1.0a1.md
examples/artifacts/README.md
examples/artifacts/app.py
examples/durable_worker/README.md
examples/durable_worker/app.py
examples/fastapi/README.md
examples/fastapi/app.py
examples/minimal/README.md
examples/minimal/app.py
examples/network_client/README.md
examples/network_client/app.py
examples/parent_child/README.md
examples/parent_child/app.py
src/glyph/__init__.py
src/glyph/agent.py
src/glyph/artifacts.py
src/glyph/child_agents.py
src/glyph/config.py
src/glyph/errors.py
src/glyph/evidence.py
src/glyph/logging.py
src/glyph/py.typed
src/glyph/results.py
src/glyph/task.py
src/glyph/adapters/__init__.py
src/glyph/adapters/fastapi.py
src/glyph/client/__init__.py
src/glyph/client/auth.py
src/glyph/client/client.py
src/glyph/client/config.py
src/glyph/client/errors.py
src/glyph/client/idempotency.py
src/glyph/client/models.py
src/glyph/client/pagination.py
src/glyph/client/retry.py
src/glyph/client/transport.py
src/glyph/client/resources/__init__.py
src/glyph/client/resources/agents.py
src/glyph/client/resources/artifacts.py
src/glyph/client/resources/evidence.py
src/glyph/client/resources/proofs.py
src/glyph/client/resources/receipts.py
src/glyph/client/resources/tasks.py
src/glyph/persistence/__init__.py
src/glyph/persistence/encryption.py
src/glyph/persistence/interfaces.py
src/glyph/persistence/memory.py
src/glyph/persistence/postgres.py
src/glyph/persistence/sqlite.py
src/glyph/persistence/migrations/0001_postgres.sql
src/glyph/persistence/migrations/0001_sqlite.sql
src/glyph/protocol/__init__.py
src/glyph/protocol/headers.py
src/glyph/protocol/models.py
src/glyph/protocol/signatures.py
src/glyph/protocol/timestamps.py
src/glyph/protocol/validation.py
src/glyph/protocol/schemas/v1/artifact.schema.json
src/glyph/protocol/schemas/v1/callback-complete-request.schema.json
src/glyph/protocol/schemas/v1/callback-error-request.schema.json
src/glyph/protocol/schemas/v1/callback-evidence-request.schema.json
src/glyph/protocol/schemas/v1/callback-heartbeat-request.schema.json
src/glyph/protocol/schemas/v1/callback-progress-request.schema.json
src/glyph/protocol/schemas/v1/callback-response.schema.json
src/glyph/protocol/schemas/v1/callback-tool-request.schema.json
src/glyph/protocol/schemas/v1/callback-usage-request.schema.json
src/glyph/protocol/schemas/v1/child-invocation-request.schema.json
src/glyph/protocol/schemas/v1/child-invocation-response.schema.json
src/glyph/protocol/schemas/v1/child-result.schema.json
src/glyph/protocol/schemas/v1/error-envelope.schema.json
src/glyph/protocol/schemas/v1/execute-request.schema.json
src/glyph/protocol/schemas/v1/execute-response.schema.json
src/glyph/protocol/schemas/v1/runtime-check-request.schema.json
src/glyph/protocol/schemas/v1/runtime-check-response.schema.json
src/glyph/runtime/__init__.py
src/glyph/runtime/artifacts.py
src/glyph/runtime/delivery.py
src/glyph/runtime/execution.py
src/glyph/runtime/heartbeat.py
src/glyph/runtime/outbox.py
src/glyph/runtime/worker.py
src/glyph/transport/__init__.py
src/glyph/transport/callbacks.py
src/glyph/transport/http.py
src/glyph/transport/retry.py
src/glyphagent_sdk.egg-info/PKG-INFO
src/glyphagent_sdk.egg-info/SOURCES.txt
src/glyphagent_sdk.egg-info/dependency_links.txt
src/glyphagent_sdk.egg-info/requires.txt
src/glyphagent_sdk.egg-info/top_level.txt