Skip to main content

Valved

CI PyPI Python License: Apache 2.0

Agent-native data engineering, from natural language to production pipelines.

Valved takes a goal in plain English — "make stg_orders incremental", "ingest the Stripe charges API into a Snowflake table" — turns it into a reviewable plan, and, when you approve, materializes the working code and opens a pull request in your repo: dbt models, Python dlt sources, SQL, tests, schema docs. All the boring parts of building and maintaining a warehouse pipeline, executed by agents that read your conventions and respect your existing project. It's an AI-first, open-source control plane over dlt + dbt — self-hosted, Apache 2.0.

Status: v0.1.0 — the first release. The full loop (init → plan → build → run → deploy → schedule) is built and green across 3,000+ tests, with CLI / REST / MCP parity. Pre-1.0: it's usable and complete, with room to refine the API before committing to 1.0 stability.

Install

pip install valved

Requires Python 3.11+. Valved runs against your own Postgres (a bundled docker compose is scaffolded for you) and your own warehouse (Snowflake is first-class).

Quickstart

valved init --with-dbt              # scaffold a dlt + dbt project (+ bundled Postgres)
docker compose up -d                # start the state store
cp .env.example .env                # add ANTHROPIC_API_KEY + your Snowflake target

# intent → reviewable plan → working code
valved plan "ingest the Stripe charges API into raw_stripe, then a staging model stg_charges"
valved build <plan_id>              # writes the dlt source, the dbt model, and pipelines/<name>.toml
valved run <pipeline> --watch       # execute on demand; data lands in your warehouse
valved deploy <pipeline>            # open a reviewable PR with the built code (default handoff)

valved auto-loads a project-local .env on startup (existing shell vars win). Set VALVED_NO_DOTENV=1 to disable it if you manage env vars elsewhere (direnv, mise, 1Password CLI).

What it does

The core loop — every step is a valved verb, with a REST + MCP equivalent:

  • planbuild — an AI harness turns intent into a reviewable Plan, then materializes it (dlt sources, dbt models, pipeline composition). It verifies by executing, not guessing. plan-and-build is the one-shot path.
  • run / serve / worker — on-demand and scheduled execution over a durable job queue + worker pool (cron scheduler, crash-recovery reaper, graceful drain).
  • deploy — promote built code to version control via a configurable handoff (files → commit → push → pr, default PR), including cross-repo linked PRs. Valved opens and orders the PRs; you merge.
  • ask — a read-only investigative explorer: "where does net_revenue come from?", "what breaks if I change raw_stripe.charges?" — answered with citations by investigating dbt's manifest + dlt's schema + your code.
  • Recovery — when a scheduled run fails, Valved diagnoses it (grounded in dlt's real exceptions) and proposes a reviewable fix — it never writes to prod autonomously.

Surfaces — the same functionality, four ways:

  • CLI — the full valved command set (reference).
  • REST API — FastAPI with full CLI parity, auth, streaming, webhooks (/api/openapi.json).
  • MCP server — auto-generated from REST; drive Valved from Claude Desktop / Cursor / Claude Code (valved mcp-serve).
  • Static HTML UI — run history + per-run logs (valved docs serve).

Documentation

Open source & governance

Valved is Apache 2.0 and feature-complete for single-team self-hosters — no API endpoints or MCP tools are gated behind any commercial offering. See OSS_COMMITMENT.md for what's permanently open, and governance for the model.

Contributing

Contributions welcome — DCO sign-off (git commit -s), dev setup, and PR expectations are in CONTRIBUTING.md. Report security issues privately (see SECURITY.md).

License

Apache 2.0. See LICENSE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

valved-0.2.1.tar.gz (1.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

valved-0.2.1-py3-none-any.whl (942.7 kB view details)

Uploaded Python 3

File details

Details for the file valved-0.2.1.tar.gz.

File metadata

  • Download URL: valved-0.2.1.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for valved-0.2.1.tar.gz
Algorithm Hash digest
SHA256 612c2a000991134680f096a4fff0c0b8d92b9218311eda64a9f0a393107d63e1
MD5 d97ac036956ebb65f287a5b19cbb7e21
BLAKE2b-256 9474054397e6217f8e243826de6d50868ed57cf05ba31a24eab9c94120e092c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for valved-0.2.1.tar.gz:

Publisher: publish.yml on valved-labs/valved

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file valved-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: valved-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 942.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for valved-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cfc696b467c8735c0e5461d53b295cd012314e1cebdab8ed6ebc5d1fc470e577
MD5 ab56622e4cfd37cec6419a83338a99a6
BLAKE2b-256 9b08bc9259dac1d05ccdeafad75a7aad843c0abab1aa66f9f37b7f1193dca4c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for valved-0.2.1-py3-none-any.whl:

Publisher: publish.yml on valved-labs/valved

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page