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.0.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.0-py3-none-any.whl (926.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: valved-0.2.0.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.0.tar.gz
Algorithm Hash digest
SHA256 a523ebf3cf28fdc2d2a1a5bbd0536ae2135be429132639ce637cdc5bf431a21e
MD5 5151e253cfc15ae0321e70f0fd31660f
BLAKE2b-256 a51cbc81376cf9d2f9103abe6c7f7c75636b270b155dbfa123c8ad19034eb4bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for valved-0.2.0.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.0-py3-none-any.whl.

File metadata

  • Download URL: valved-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 926.4 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3ba182a438fdd7b10fa9cbc3429bd8d7ced5bf7f432a805963826e96fbd8c9af
MD5 9e0a1eae93956763ee6f6da9958aad90
BLAKE2b-256 5536025a47e42d9f4eb828f5c8a42189b3b98c362c0b4d5cf7d2a8a8c660433e

See more details on using hashes here.

Provenance

The following attestation bundles were made for valved-0.2.0-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