Skip to content

Enhance AET description and clarify its purpose #16

Enhance AET description and clarify its purpose

Enhance AET description and clarify its purpose #16

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- run: uv run --no-editable --reinstall-package agent-engineering-toolkit python -m unittest discover -s tests -v
- run: uv run --no-editable --reinstall-package agent-engineering-toolkit aet audit . --strict --format json --output .aet/evidence/audit.json
- run: uv build
- run: uv run --isolated --with dist/agent_engineering_toolkit-1.6.0-py3-none-any.whl aet --version