A local-first CI/CD tool for agentic engineering.
Project description
Verploy
A local-first CI/CD tool for agentic engineering.
verploy verify rebases worktrees and runs automated verifications. Coding agents run this from worktrees and docker containers.
verploy deploy builds on verploy verify, adding manual verification, fast-forward merging, and automated deployment. Users run this.
Rationale:
- Local-first workflows significantly reduce per-prompt latency compared to using remote agents and GitHub's CI/CD
- Manual verification should be programmatically defined on a per-project basis
- Worktree support enables agents to work independently
- Rebase conflict handling discourages agents from modifying git
- Docker containers are necessary to sandbox autonomous agents
- Agents should not have access to on-device deployment credentials
Installation
Verploy is available as verploy on PyPI.
Because Verploy uses other tools you have installed, it's recommended to install it per-project instead of globally:
uv add --dev verploy
Setup
Add a .verploy/ directory to your project with any of these executable scripts:
verify-- runs verification checks (e.g. linting, type checking, tests)manual-- runs manual checks (e.g. human review, expensive tests)deploy-- runs after pushing (e.g. publishing to PyPI)
Usage
uv run verploy verify
uv run verploy deploy
License
Licensed under the Apache License 2.0. See LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file verploy-0.0.6.tar.gz.
File metadata
- Download URL: verploy-0.0.6.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20578906de2a9ebedc34dfe57476f9c27d1dc4c631eb5d2c824127345b831af8
|
|
| MD5 |
be40966f607c625c3d4abc36fbac53bc
|
|
| BLAKE2b-256 |
ed80716ef756f36be921255514225bd8619aaf0c57c07616d29ffa8e55949235
|
File details
Details for the file verploy-0.0.6-py3-none-any.whl.
File metadata
- Download URL: verploy-0.0.6-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d99a89610f64bb33c395ce187a4d6279e3d6a6b53d730d443961cc639441a41e
|
|
| MD5 |
be1480b459d39c0cebc6e0ec9a8735be
|
|
| BLAKE2b-256 |
934036894c1b5e21846bc91d7d93b97af0b6093475400a80355e8c843898c527
|