Skip to content

fix(appworld-agent): Adapt official appworld agent's baseline system prompt and few shot example to strands appworld agent implementation. #110

fix(appworld-agent): Adapt official appworld agent's baseline system prompt and few shot example to strands appworld agent implementation.

fix(appworld-agent): Adapt official appworld agent's baseline system prompt and few shot example to strands appworld agent implementation. #110

Workflow file for this run

name: Unit Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Set up Python
run: uv python install 3.12
- name: Install dependencies
run: uv sync --extra dev
- name: Run tests
run: uv run pytest tests/ -v
env:
AWS_DEFAULT_REGION: us-west-2