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 against a repository, which agl init registers from inside once; 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, 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.5.tar.gz (171.0 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.5-py3-none-any.whl (183.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: agents_gl-0.0.5.tar.gz
  • Upload date:
  • Size: 171.0 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.5.tar.gz
Algorithm Hash digest
SHA256 c8128d390abe9561c38af53fee9f8633876136ee3a116aab458a0ea45332d05e
MD5 9d47cfe2855bb5defcfd2b69502b0ef1
BLAKE2b-256 4c8dbe8c0ba227439d986c27e41e70441a0fbfdc116db2ff797bf77bfff6b8da

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: agents_gl-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 183.9 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 fa8bc42755d71967e72975e1113388eafa05be5cbac8574163d5540121bc50cb
MD5 248b827461306907539c49bf680669ce
BLAKE2b-256 c355a06dc2fdca55f5820612fd9a46c07c78d0707d4abb8f570301a92254d244

See more details on using hashes here.

Provenance

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

This release

0.0.5 This release

2 files

0.0.4

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