Skip to content

Agency v0.5.0

Latest

Choose a tag to compare

@Sweetteabittersugar Sweetteabittersugar released this 24 Aug 19:06
bbd6fc8

Agency v0.5.0 is a source-only GitHub release focused on durable, verifiable local AI workflows.

Highlights

  • durable SQLite run ledger and resumable execution DAG
  • runner fencing and explicit reconciliation for uncertain side effects
  • optional run_id across orchestration SSE events and explicit UI resume
  • repeatable project-root allowlists with symlink/junction containment checks
  • official agency CLI with localhost defaults and required authentication for non-loopback listeners
  • aligned 33-agent / 7-skill metadata and bilingual documentation
  • Python 3.10-3.13 CI plus release, install, JavaScript, and source-boundary checks

Install

Clone this repository at v0.5.0, create a local virtual environment, and install with python -m pip install -e .. See the README for Windows and Unix commands.

Security boundary

Project file operations are denied unless a root is explicitly allowed. A non-loopback listener requires AGENCY_TOKEN. API keys are sent to the model provider selected by the user, and local execution inherits the current user permissions when Docker isolation is unavailable.

No PyPI package, npm package, binary executable, or fabricated asset is published with this release.