Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into commsagentsworkflowtools
Browse files Browse the repository at this point in the history
  • Loading branch information
marklysze committed Feb 4, 2025
2 parents ba80eb2 + 15e90f0 commit b45803e
Show file tree
Hide file tree
Showing 139 changed files with 12,111 additions and 8,507 deletions.
6 changes: 4 additions & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
branch = True
source = autogen
omit =
*test*
*samples*
test/*
autogen/agentchat/contrib/*
setup_ag2.py
setup_autogen.py
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "00:00"
groups:
github-actions:
patterns:
Expand All @@ -17,6 +19,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "00:00"
groups:
pip:
patterns:
Expand Down
21 changes: 12 additions & 9 deletions .github/workflows/contrib-graph-rag-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ jobs:
uv pip install --system pytest-cov>=5
bash scripts/test-skip-llm.sh test/agentchat/contrib/graph_rag/test_falkor_graph_rag.py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
flags: unittests
files: ./coverage.xml
flags: falkordb, ubuntu-latest, ${{ matrix.python-version }}
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

GraphRagIntegrationTest-Neo4j-Llmaindex-Ubuntu:
Expand Down Expand Up @@ -111,10 +112,11 @@ jobs:
uv pip install --system pytest-cov>=5
bash scripts/test-skip-llm.sh test/agentchat/contrib/graph_rag/test_neo4j_graph_rag.py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
flags: unittests
files: ./coverage.xml
flags: neo4j, ubuntu-latest, ${{ matrix.python-version }}
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

# Test-Neo4j-Llmaindex-Ubuntu:
Expand Down Expand Up @@ -156,8 +158,9 @@ jobs:
# run: |
# bash scripts/test.sh -m "neo4j"
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3
# uses: codecov/codecov-action@v5
# with:
# file: ./coverage.xml
# flags: unittests
# files: ./coverage.xml
# flags: neo4j, ubuntu-latest, ${{ matrix.python-version }}
# fail_ci_if_error: true
# token: ${{ secrets.CODECOV_TOKEN }}
22 changes: 13 additions & 9 deletions .github/workflows/contrib-llm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ jobs:
run: |
bash scripts/test.sh test/agentchat/contrib/capabilities/test_teachable_agent.py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
flags: unittests
files: ./coverage.xml
flags: teachable, ${{ matrix.python-version }}, ${{ matrix.os }}
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

AgentBuilder:
strategy:
matrix:
Expand Down Expand Up @@ -91,10 +93,11 @@ jobs:
run: |
bash scripts/test.sh test/agentchat/contrib/test_agent_builder.py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
flags: unittests
files: ./coverage.xml
flags: autobuild, ${{ matrix.python-version }}, ${{ matrix.os }}
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

ImageGen:
Expand Down Expand Up @@ -128,10 +131,11 @@ jobs:
run: |
bash scripts/test.sh test/agentchat/contrib/capabilities/test_image_generation_capability.py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
flags: unittests
files: ./coverage.xml
flags: lmm, ${{ matrix.python-version }}, ${{ matrix.os }}
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

# https://github.com/marketplace/actions/alls-green#why
Expand Down
Loading

0 comments on commit b45803e

Please sign in to comment.