README.md
pyproject.toml
provekit/__init__.py
provekit/auto.py
provekit/buffer.py
provekit/cli.py
provekit/config.py
provekit/conformance.py
provekit/database.py
provekit/demo.py
provekit/doctor.py
provekit/eval.py
provekit/grpc_ingest.py
provekit/main.py
provekit/mcp.py
provekit/models.py
provekit/observability.py
provekit/scorers.py
provekit/trace.py
provekit/vcr.py
provekit.egg-info/PKG-INFO
provekit.egg-info/SOURCES.txt
provekit.egg-info/dependency_links.txt
provekit.egg-info/entry_points.txt
provekit.egg-info/requires.txt
provekit.egg-info/top_level.txt
provekit/migrations/env.py
provekit/migrations/script.py.mako
provekit/migrations/versions/9d2c06bfa4e6_baseline.py
provekit/migrations/versions/a1b2c3d4e5f6_feedback_sessions.py
provekit/migrations/versions/a2b3c4d5e6f7_usage_records.py
provekit/migrations/versions/a3b4c5d6e7f8_metric_rollups.py
provekit/migrations/versions/a7b8c9d0e1f2_replay_webhook_prompts.py
provekit/migrations/versions/a9b0c1d2e3f4_digests.py
provekit/migrations/versions/b0c1d2e3f4a5_automation_rules.py
provekit/migrations/versions/b2c3d4e5f6a7_datasets.py
provekit/migrations/versions/b3c4d5e6f7a8_export_schedules.py
provekit/migrations/versions/b4c5d6e7f8a9_retention_events.py
provekit/migrations/versions/b7c8d9e0f1a2_flow_studio.py
provekit/migrations/versions/b8c9d0e1f2a3_span_notes.py
provekit/migrations/versions/c1d2e3f4a5b6_prompts_and_turns.py
provekit/migrations/versions/c3d4e5f6a7b8_experiments.py
provekit/migrations/versions/c4d5e6f7a8b9_custom_scorers.py
provekit/migrations/versions/c5d6e7f8a9b0_search_text.py
provekit/migrations/versions/c8d9e0f1a2b3_dataset_snapshots.py
provekit/migrations/versions/c9d0e1f2a3b4_idempotent_ingest.py
provekit/migrations/versions/d0e1f2a3b4c5_alert_webhook.py
provekit/migrations/versions/d4e5f6a7b8c9_alerts.py
provekit/migrations/versions/d6e7f8a9b0c1_dataset_versioning.py
provekit/migrations/versions/d9e0f1a2b3c4_note_threads.py
provekit/migrations/versions/e0f1a2b3c4d5_tenant_suspend.py
provekit/migrations/versions/e1f2a3b4c5d6_audit_log.py
provekit/migrations/versions/e5f6a7b8c9d0_admin.py
provekit/migrations/versions/e7f8a9b0c1d2_saved_views.py
provekit/migrations/versions/f1a2b3c4d5e6_project_invites.py
provekit/migrations/versions/f2a3b4c5d6e7_run_hot_path_indexes.py
provekit/migrations/versions/f6a7b8c9d0e1_interactive_debugging.py
provekit/migrations/versions/f8a9b0c1d2e3_webhook_subscriptions.py
provekit/routers/__init__.py
provekit/routers/activity.py
provekit/routers/admin.py
provekit/routers/alerts.py
provekit/routers/apikeys.py
provekit/routers/auth.py
provekit/routers/automation.py
provekit/routers/dataset_writes.py
provekit/routers/datasets.py
provekit/routers/digests.py
provekit/routers/evaluators.py
provekit/routers/experiments.py
provekit/routers/export.py
provekit/routers/flows.py
provekit/routers/metrics.py
provekit/routers/playground.py
provekit/routers/projects.py
provekit/routers/prompts.py
provekit/routers/review.py
provekit/routers/scim.py
provekit/routers/sso.py
provekit/routers/traces.py
provekit/routers/views.py
provekit/routers/webhooks.py
provekit/services/__init__.py
provekit/services/apikey.py
provekit/services/audit.py
provekit/services/auth.py
provekit/services/automation.py
provekit/services/calibration.py
provekit/services/custom_scorers.py
provekit/services/datasets.py
provekit/services/deploy.py
provekit/services/digests.py
provekit/services/email.py
provekit/services/errors.py
provekit/services/export.py
provekit/services/export_schedule.py
provekit/services/fleet.py
provekit/services/flow_trace.py
provekit/services/impersonation.py
provekit/services/invites.py
provekit/services/limits.py
provekit/services/llm_client.py
provekit/services/mentions.py
provekit/services/netguard.py
provekit/services/notify.py
provekit/services/oidc.py
provekit/services/otel.py
provekit/services/partitions.py
provekit/services/payloads.py
provekit/services/pricing.py
provekit/services/prompts.py
provekit/services/redact.py
provekit/services/replay.py
provekit/services/roles.py
provekit/services/rollups.py
provekit/services/scim.py
provekit/services/sealing.py
provekit/services/search.py
provekit/services/seed.py
provekit/services/share.py
provekit/services/spool.py
provekit/services/stats.py
provekit/services/tenant.py
provekit/services/usage.py
provekit/services/webhooks.py
provekit/services/workspace.py
tests/test_account_recovery.py
tests/test_activity.py
tests/test_admin.py
tests/test_alerts.py
tests/test_apikeys.py
tests/test_auth.py
tests/test_auth_hardening.py
tests/test_autoinstrument.py
tests/test_automation.py
tests/test_buffer.py
tests/test_calibration.py
tests/test_cli.py
tests/test_clock_skew.py
tests/test_conformance.py
tests/test_cov_limits_auth.py
tests/test_coverage_extra.py
tests/test_custom_scorers.py
tests/test_dataset_snapshots.py
tests/test_dataset_versioning.py
tests/test_datasets.py
tests/test_dialects.py
tests/test_digests.py
tests/test_doctor.py
tests/test_error_messages.py
tests/test_eval.py
tests/test_evaluators.py
tests/test_experiments.py
tests/test_export.py
tests/test_export_schedule.py
tests/test_feedback.py
tests/test_fleet.py
tests/test_flows.py
tests/test_grpc_ingest.py
tests/test_hardening.py
tests/test_impersonation.py
tests/test_index_coverage.py
tests/test_invites.py
tests/test_key_read_api.py
tests/test_mcp.py
tests/test_mcp_writes.py
tests/test_metrics.py
tests/test_migrations.py
tests/test_netguard.py
tests/test_note_threads.py
tests/test_notify.py
tests/test_observability.py
tests/test_onboarding.py
tests/test_otel.py
tests/test_partitions.py
tests/test_payload_offload.py
tests/test_playground.py
tests/test_playground_depth.py
tests/test_playground_stream.py
tests/test_pricing.py
tests/test_projects.py
tests/test_prompts_and_sessions.py
tests/test_provenance.py
tests/test_quality_gates.py
tests/test_quota.py
tests/test_redact.py
tests/test_redaction_corpus.py
tests/test_regression_triage.py
tests/test_reproducibility.py
tests/test_retention.py
tests/test_review.py
tests/test_roles.py
tests/test_rollups.py
tests/test_scim.py
tests/test_scorers.py
tests/test_scorers_extra.py
tests/test_search.py
tests/test_share.py
tests/test_share_redaction.py
tests/test_spool.py
tests/test_sso.py
tests/test_stats.py
tests/test_step_through.py
tests/test_tenant.py
tests/test_trace_cost.py
tests/test_trace_sdk.py
tests/test_traces_tree.py
tests/test_usage_metering.py
tests/test_vcr.py
tests/test_views.py
tests/test_webhooks.py