Commit 1ef691e
Add enterprise readiness: governance, observability, local LLMs, scaling, deployment
Governance: RBAC access policy, OIDC bearer-token verification (with real
alg-confusion/downgrade-attack tests), a durable SQLite-backed audit log,
versioned Data Contracts for CI gates, and CycloneDX SBOM generation.
Providers: Azure OpenAI, Bedrock Anthropic, and a generic openai_compatible
client, plus first-class local-LLM providers (ollama, lmstudio, vllm,
llamacpp) with a network_policy=local structural guarantee that calls can
never leave a loopback/private address. Secrets resolve through a swappable
backend (env, Vault, AWS/GCP/Azure secret managers) and datasets read/write
cloud storage (s3/gs/az) directly.
Observability: OpenTelemetry spans and Prometheus metrics per pipeline
stage, with a node_exporter textfile-collector sidecar for batch runs.
Scaling: dataset sharding for external-orchestrator parallelism
(Airflow/Dagster/k8s examples) plus a Ray-based in-process alternative,
both verified against real local runtimes.
Deployment: a Dockerfile, Helm chart, and Terraform module for AWS,
clearly labeled where they could not be executed in this environment.
Also: the accuracy-gated generation pipeline, plugin registry, cloud
dataset formats, a 5-dataset x 3-scale real-world recovery benchmark
(+8.14 accuracy points average, full evidence in benchmarks/), a
gemini-3.5-flash-lite vs gemini-3.7-flash judge-model comparison, and a
docs/ reference layer covering all of the above.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 54b5e20 commit 1ef691e
138 files changed
Lines changed: 27407 additions & 1708 deletions
File tree
- benchmarks
- results-100k
- results-20k
- results-large
- results-regression
- results-scale-matrix-gemini-3.7-flash
- results-scale-matrix-gemini
- results-scale-matrix-smoke
- results-scale-matrix
- results-strict-scale
- results
- buffdata
- cli
- engine
- evaluation
- governance
- integrations
- models
- optimizers
- report
- security
- synthesizer
- deploy
- helm/buffdata
- templates
- terraform/aws
- docs
- examples
- notebooks
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments