Metadata-Version: 2.4
Name: hird
Version: 0.0.1
Summary: Run headless AI agents as verified jobs, composed like dbt models. Placeholder release: the project lives at github.com/thrain-ai/hird.
Author: Thrain LLC
License: MIT
Project-URL: Homepage, https://github.com/thrain-ai/hird
Project-URL: Source, https://github.com/thrain-ai/hird
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# hird

Run headless AI agents as verified jobs, composed the way dbt composes
models. A job is a work file: a YAML config block on top, a prompt
underneath. `{{ ref('collect') }}` in the prompt renders to another
job's output and makes this job run after it. Each job runs through a
provider's own CLI (claude, codex, opencode, gemini), is checked by
deterministic gates, and is recorded in one ledger.

This is a placeholder release that reserves the name. It installs a
`hird` command that only prints where the project is. The first real
release replaces it.

Project: https://github.com/thrain-ai/hird
