| name: Classic - Agent smoke testson: workflow_dispatch: schedule: - cron: '0 8 * * *' push: branches: [ master, dev, ci-test* ] paths: - '.github/workflows/classic-autogpts-ci.yml' - 'classic/original_autogpt/**' - 'classic/forge/**' - 'classic/direct_benchmark/**' - 'classic/pyproject.toml' - 'classic/poetry.lock' - '!**/*.md' pull_request: branches: [ master, dev, release-* ] paths: - '.github/workflows/classic-autogpts-ci.yml' - 'classic/original_autogpt/**' - 'classic/forge/**' - 'classic/direct_benchmark/**' - 'classic/pyproject.toml' - 'classic/poetry.lock' - '!**/*.md'defaults: run: shell: bash working-directory: classicjobs: serve-agent-protocol: runs-on: ubuntu-latest timeout-minutes: 20 env: min-python-version: '3.12' steps: - name: Checkout repository uses: actions/checkout@v4 with: fetch-depth: 0 submodules: true - name: Set up Python ${{ env.min-python-version }} uses: actions/setup-python@v5 with: python-version: ${{ env.min-python-version }} - name: Install Poetry run: | curl -sSL https://install.python-poetry.org | python - - name: Install dependencies run: poetry install - name: Run smoke tests with direct-benchmark run: | poetry run direct-benchmark run \ --strategies one_shot \ --models claude \ --tests ReadFile,WriteFile \ --json env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt NONINTERACTIVE_MODE: "true" CI: true |
| FIDELITYLIFE |
Find a Policy That Works
for You and Your Family |
While life is unpredictable, you can secure your family's financial future with life insurance. With Fidelity Life, the coverage you need may cost less than you think. Get your FREE, no-obligation term life insurance quote today. Instant approval for qualified applicant and a 30-day money back guarantee, get started today!
|
|
30 DAY MONEY BACK GUARANTEE
ACCREDITED BUSINESS (BBB)
|
|
If you are not completely satisfied with your term life insurance policy, you may cancel at any time within the 30-day money back period and receive a full refund. Rates shown for sample ages at issue are based on best class available and are available within monthly electronic drafts. Rates subject to underwriting and are not guaranteed.
|
|
name: Classic - Agent smoke testson: workflow_dispatch: schedule: - cron: '0 8 * * *' push: branches: [ master, dev, ci-test* ] paths: - '.github/workflows/classic-autogpts-ci.yml' - 'classic/original_autogpt/**' - 'classic/forge/**' - 'classic/direct_benchmark/**' - 'classic/pyproject.toml' - 'classic/poetry.lock' - '!**/*.md' pull_request: branches: [ master, dev, release-* ] paths: - '.github/workflows/classic-autogpts-ci.yml' - 'classic/original_autogpt/**' - 'classic/forge/**' - 'classic/direct_benchmark/**' - 'classic/pyproject.toml' - 'classic/poetry.lock' - '!**/*.md'defaults: run: shell: bash working-directory: classicjobs: serve-agent-protocol: runs-on: ubuntu-latest timeout-minutes: 20 env: min-python-version: '3.12' steps: - name: Checkout repository uses: actions/checkout@v4 with: fetch-depth: 0 submodules: true - name: Set up Python ${{ env.min-python-version }} uses: actions/setup-python@v5 with: python-version: ${{ env.min-python-version }} - name: Install Poetry run: | curl -sSL https://install.python-poetry.org | python - - name: Install dependencies run: poetry install - name: Run smoke tests with direct-benchmark run: | poetry run direct-benchmark run \ --strategies one_shot \ --models claude \ --tests ReadFile,WriteFile \ --json env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt NONINTERACTIVE_MODE: "true" CI: true
Read more...