Skip to main content

AGL

AGL runs AI agent workflows against a code repository. A workflow is ordinary Python that asks for a worktree, hands roles to agents and lands what comes back — with fingerprinted replay, git worktree isolation, preflight checks and exit codes supplied by the framework rather than written into the workflow.

This release ships no workflows. The ones AGL runs are the ones you write. agl new <name> writes a workflow into your own workspace under AGL_HOME — a directory holding a module and a pyproject.toml, which runs as it stands — and agl run <name> runs it; agl workflows lists what that workspace declares. AGL reads workflows from there and from nowhere else: the agl.workflows entry-point group is the table key each workflow directory's own pyproject.toml writes, rather than a group a distribution installed beside AGL registers into.

A workflow that imports nothing beyond agl needs no environment of its own and runs as it stands. One declaring third-party dependencies in its own pyproject.toml just works too: AGL keeps the workspace's environment current with what its workflows declare, and does it as part of running them. agl new installs on its way out, and agl run and agl resume each install before they import anything, so there is no install command to remember and no moment at which you would have had to remember it. What is installed is your workflows' dependencies and never the workflows themselves, so importing a workflow still resolves from the source you are editing. This needs uv on your PATH. An install that succeeds says nothing at all; one that is refused stops the command on uv's own words, unless your workspace already has an environment, in which case AGL warns and carries on against what the last successful install left.

agl new also writes one line about AGL itself into the workflow it scaffolds — [tool.agl] requires = "agents-gl>=<version>", naming the AGL that wrote it. AGL reads that line back and refuses a workflow written against a newer AGL than the one you are running, before importing the workflow, so what you are told about is a version rather than whichever name moved inside your own file. It is a floor and not a pin, so any later AGL satisfies it. The table is [tool.agl] and deliberately not [project] dependencies: uv walks past a [tool] table it does not own, so nothing ever goes off to an index looking for that version.

Install

uv tool install agents-gl

The distribution on PyPI is agents-gl; the command it installs and the package you import are both agl.

Python 3.14 or newer

This is the one thing most likely to trip you up. AGL declares requires-python = ">=3.14", so a plain pip install agents-gl on an older interpreter refuses before it downloads anything, and it reports that as not finding a version rather than as your interpreter being too old. uv tool install sidesteps it by fetching a matching interpreter itself.

Status

Early. 0.0.2 is a name claim rather than a release, and the surface may still change.

Licence

MIT — 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

agents_gl-0.0.4.tar.gz (150.9 kB view details)

Uploaded Source

Built Distribution

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

agents_gl-0.0.4-py3-none-any.whl (173.8 kB view details)

Uploaded Python 3

File details

Details for the file agents_gl-0.0.4.tar.gz.

File metadata

  • Download URL: agents_gl-0.0.4.tar.gz
  • Upload date:
  • Size: 150.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for agents_gl-0.0.4.tar.gz
Algorithm Hash digest
SHA256 5118c1d3bd18aa72803905ea5d00ed24c758639ab2c50808f02e4cabb38a95b4
MD5 2d93e2472aea14d9474d002f10acc8ec
BLAKE2b-256 dacdf323f8a2924fc05b14ecc73a8c71a53cd6a44adb7a90c3e9861db98dc6f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for agents_gl-0.0.4.tar.gz:

Publisher: publish.yml on jashioq/AGL

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

File details

Details for the file agents_gl-0.0.4-py3-none-any.whl.

File metadata

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

File hashes

Hashes for agents_gl-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 3a563f187c1dc73a63ecd5ab67136d8d888fe83077f30b0d491c24f9bd627744
MD5 5f4f9423792b98bb69a4f107a81120dd
BLAKE2b-256 f8d57fbb9eda844f73ff28a379393007ae1dcb267b1ed20b249a1408704dc048

See more details on using hashes here.

Provenance

The following attestation bundles were made for agents_gl-0.0.4-py3-none-any.whl:

Publisher: publish.yml on jashioq/AGL

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

Release history Release notifications | RSS feed

0.0.5

2 files

This release

0.0.4 This release

2 files

0.0.3

2 files

0.0.2

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page