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.3.tar.gz (150.5 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.3-py3-none-any.whl (173.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: agents_gl-0.0.3.tar.gz
  • Upload date:
  • Size: 150.5 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.3.tar.gz
Algorithm Hash digest
SHA256 8708e10e4629354fec95cb3f87847a98cdc509bc522b35d892a4a2dfb7cf6b56
MD5 874852a7fbf1025d92ac63930976259c
BLAKE2b-256 5349b0eca855be8a11a064dba84622a94c0e4079fef2b49ea18b1e1a566d9889

See more details on using hashes here.

Provenance

The following attestation bundles were made for agents_gl-0.0.3.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.3-py3-none-any.whl.

File metadata

  • Download URL: agents_gl-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 173.3 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e29360b7aa12a8a080d2a03dced13b71ac588599a5ea295efb97ca00a5d346ad
MD5 8d220eacf01311e91d40da99afbdc3d0
BLAKE2b-256 1139ceaf3c85d28fecbf2822fcbb00a5aabdab60b9d508b0617a1bcca032d40c

See more details on using hashes here.

Provenance

The following attestation bundles were made for agents_gl-0.0.3-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

0.0.4

2 files

This release

0.0.3 This release

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