Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'benchmark')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

- name: Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Upload benchmark results
if: always()
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: benchmark-results
path: benchmark-results.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
name: Dependency advisory audit (pip-audit)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
with:
python-version: "3.12"
- name: Install uv
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docs-backfill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ on:

permissions:
contents: write
id-token: write
pages: write

# Share the same concurrency group as the real docs pipeline so a backfill
Expand Down Expand Up @@ -65,7 +64,7 @@ jobs:
echo "Backfilling docs for release tag: ${RELEASE_TAG}"

- name: Checkout (full history for mike + git-revision-date plugins)
uses: actions/checkout@v7
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
fetch-depth: 0
ref: master
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout (full history for mike + git-revision-date plugins)
uses: actions/checkout@v7
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
pages: write
steps:
- name: Checkout (full history for mike + git-revision-date plugins)
uses: actions/checkout@v7
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
pages: write
steps:
- name: Checkout (full history for mike + git-revision-date plugins)
uses: actions/checkout@v7
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
fetch-depth: 0
ref: master
Expand All @@ -187,7 +187,7 @@ jobs:
# PEP-440 pyproject version, which loses the canonical tag form). Pull it
# so the deploy script can label the frozen snapshot and pick the channel.
- name: Download release-tag artifact from the release run
uses: actions/download-artifact@v8
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
with:
name: release-tag
path: release-tag-artifact
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
echo "Manual republish: target=${TARGET}, release_tag=${RELEASE_TAG_INPUT:-(n/a)}"

- name: Checkout (full history for mike + git-revision-date plugins)
uses: actions/checkout@v7
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
fetch-depth: 0
ref: master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/native-core-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

- name: Setup Python
uses: actions/setup-python@v6
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
with:
python-version: "3.13"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-pin-consistency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: aa-* crates share one git rev
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- name: Assert all agent-assembly git deps share one rev
run: |
manifest="native/aa-ffi-python/Cargo.toml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-python-conversion-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: Run tag β†’ PEP 440 fixture suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- name: Lint conversion + test scripts
run: |
shellcheck .github/scripts/tag-to-pep440.sh
Expand Down
46 changes: 23 additions & 23 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# and its inverse (.github/scripts/pep440-to-tag.sh). Those scripts
# are the single source of truth for the conversion, shared with the
# AAASM-2863 / AAASM-2956 unit tests.
- uses: actions/checkout@v7
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- id: r
env:
EVENT_NAME: ${{ github.event_name }}
Expand Down Expand Up @@ -157,8 +157,8 @@ jobs:
needs: resolve
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install uv
Expand All @@ -172,7 +172,7 @@ jobs:
# JSON BOM of every installed distribution.
run: uvx --from cyclonedx-bom==7.3.0 cyclonedx-py environment .venv --output-format JSON --output-file sbom.cdx.json
- name: Upload SBOM artifact
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: sbom
path: sbom.cdx.json
Expand All @@ -183,8 +183,8 @@ jobs:
needs: resolve
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Pin aa-ffi git deps to released core (binary_source_tag)
Expand All @@ -206,7 +206,7 @@ jobs:
command: sdist
args: --out dist
- name: Upload sdist artifact
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: wheels-sdist
path: dist/*.tar.gz
Expand All @@ -216,8 +216,8 @@ jobs:
needs: resolve
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Stage aasm sidecar binary
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
unzip -o /tmp/protoc.zip -d /usr/local >/dev/null
protoc --version
- name: Upload wheel artifact
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: wheels-linux-x86_64
path: dist/*.whl
Expand All @@ -297,8 +297,8 @@ jobs:
needs: resolve
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Stage aasm sidecar binary
Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:
unzip -o /tmp/protoc.zip -d /usr/local >/dev/null
protoc --version
- name: Upload wheel artifact
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: wheels-linux-aarch64
path: dist/*.whl
Expand All @@ -368,8 +368,8 @@ jobs:
needs: resolve
runs-on: macos-14 # Apple silicon runner
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Stage aasm sidecar binary
Expand Down Expand Up @@ -412,7 +412,7 @@ jobs:
command: build
args: --release --out dist --interpreter ${{ env.PYTHON_VERSION }}
- name: Upload wheel artifact
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: wheels-macos-arm64
path: dist/*.whl
Expand All @@ -422,8 +422,8 @@ jobs:
needs: resolve
runs-on: macos-15-intel # Intel runner (macos-13 sunset 2025-09-19)
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Stage aasm sidecar binary
Expand Down Expand Up @@ -466,7 +466,7 @@ jobs:
command: build
args: --release --out dist --interpreter ${{ env.PYTHON_VERSION }}
- name: Upload wheel artifact
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: wheels-macos-x86_64
path: dist/*.whl
Expand All @@ -492,7 +492,7 @@ jobs:
id-token: write # OIDC token for Trusted Publisher
steps:
- name: Download all build artifacts
uses: actions/download-artifact@v8
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
with:
pattern: wheels-*
path: dist
Expand Down Expand Up @@ -529,11 +529,11 @@ jobs:
permissions:
contents: write # create the git tag + GitHub Release
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- name: Download CycloneDX SBOM
# AAASM-3615: pull the SBOM built by the `sbom` job so it can be
# attached to the Release below.
uses: actions/download-artifact@v8
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
with:
name: sbom
- name: Create tag and GitHub Release
Expand Down Expand Up @@ -613,7 +613,7 @@ jobs:
printf '%s\n' "${RELEASE_TAG}" > release-tag.txt
echo "Recorded release tag: ${RELEASE_TAG}"
- name: Upload release-tag artifact
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: release-tag
path: release-tag.txt
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/rw_build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,28 +65,6 @@ jobs:
secrets:
e2e_test_api_token: ${{ secrets.e2e_test_api_token }}

# Contract test not implemented yet
# run_contract-test:
# # name: Run all contract test items
# uses: Chisanan232/GitHub-Action_Reusable_Workflows-Python/.github/workflows/rw_uv_run_test.yaml@master
# with:
# test_type: contract-test
# test_folder: './test/contract'
# install_dependency_with_group: 'dev'
# python-versions: '["3.13"]'
# operating-systems: '["ubuntu-latest", "ubuntu-22.04", "macos-latest", "macos-14"]'

# CI script test not implemented yet
# run_script-test:
# # name: Run all contract test items
# uses: Chisanan232/GitHub-Action_Reusable_Workflows-Python/.github/workflows/rw_uv_run_test.yaml@master
# with:
# test_type: ci-script-test
# test_folder: './test/ci_script'
# install_dependency_with_group: 'dev'
# python-versions: '["3.13"]'
# operating-systems: '["ubuntu-latest", "ubuntu-22.04", "macos-latest", "macos-14"]'

unit-test_codecov:
# name: For unit test, organize and generate the testing report and upload it to Codecov
if: ${{
Expand Down Expand Up @@ -123,19 +101,6 @@ jobs:
test_type: e2e-test
source_folder: agent_assembly

# Contract test not implemented yet
# contract-test_codecov:
# # name: For end-to-end test, organize and generate the testing report and upload it to Codecov
# if: ${{
# contains(fromJSON('["pull_request","workflow_dispatch","schedule"]'), github.event_name) ||
# (github.event_name == 'push' && github.ref_name == 'master')
# }}
# needs: run_contract-test
# uses: Chisanan232/GitHub-Action_Reusable_Workflows-Python/.github/workflows/rw_organize_test_cov_reports.yaml@master
# with:
# test_type: contract-test
# source_folder: src

all_test_not_e2e_test_codecov:
# name: Organize and generate the testing report and upload it to Codecov
if: ${{
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rw_run_all_test_and_record.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,13 @@ jobs:
needs: build-and-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
# Required by SonarCloud to correctly compute PR/new-code deltas.
fetch-depth: 0

- name: Download all-test coverage XML report
uses: actions/download-artifact@v8
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
with:
name: all-test_coverage_xml_report
path: ./
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v7
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

- name: Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v7
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

- name: Install uv
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ all = ["agent-assembly[runtime]"]
aasm = "agent_assembly.cli.main:main"

[project.urls]
Homepage = "https://github.com/agent-assembly/python-sdk"
Repository = "https://github.com/agent-assembly/python-sdk"
Homepage = "https://github.com/AI-agent-assembly/python-sdk"
Repository = "https://github.com/AI-agent-assembly/python-sdk"

[dependency-groups]
dev = [
Expand Down
Loading