Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
479da30
Update dependency agno to >=2.6.7
renovate[bot] May 17, 2026
b38832d
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 17, 2026
695b010
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 17, 2026
9f647f0
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 18, 2026
b3610d3
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 18, 2026
6641d8e
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 19, 2026
10de1b3
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 20, 2026
f93be35
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 20, 2026
0f70dcf
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 21, 2026
1276067
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 21, 2026
4220123
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 21, 2026
b160892
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 22, 2026
a7c255a
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 22, 2026
509cd0f
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 22, 2026
04be4f5
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 22, 2026
9cf2ccf
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 22, 2026
94117c0
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 22, 2026
4aa29c6
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 22, 2026
13d206f
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 23, 2026
08232e8
Merge branch 'main' into renovate/agno-2.x
mergify[bot] May 23, 2026
7cb9463
Update github/gh-aw-actions action to v0.75.1
renovate[bot] May 23, 2026
93e6d09
Merge of #1859
mergify[bot] May 23, 2026
e928b04
Merge of #1940
mergify[bot] May 23, 2026
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
6 changes: 3 additions & 3 deletions .github/workflows/agentics-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
pull-requests: write
steps:
- name: Setup Scripts
uses: github/gh-aw-actions/setup@318d7f4901f78b85e25b91709cf0109ac9b425f6 # v0.74.9
uses: github/gh-aw-actions/setup@bf62a61fbcc511abd62545691d59de30292a1279 # v0.75.1
with:
destination: ${{ runner.temp }}/gh-aw/actions
- name: Close expired discussions
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Scripts
uses: github/gh-aw-actions/setup@318d7f4901f78b85e25b91709cf0109ac9b425f6 # v0.74.9
uses: github/gh-aw-actions/setup@bf62a61fbcc511abd62545691d59de30292a1279 # v0.75.1
with:
destination: ${{ runner.temp }}/gh-aw/actions
- name: Check admin/maintainer permissions
Expand All @@ -111,7 +111,7 @@ jobs:
const { main } = require('${{ runner.temp }}/gh-aw/actions/check_team_member.cjs');
await main();
- name: Install gh-aw
uses: github/gh-aw-actions/setup-cli@318d7f4901f78b85e25b91709cf0109ac9b425f6 # v0.74.9
uses: github/gh-aw-actions/setup-cli@bf62a61fbcc511abd62545691d59de30292a1279 # v0.75.1
with:
version: v0.61.2
- name: Run operation
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/agents-md-maintenance.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .github/workflows/ci-coach.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions .github/workflows/ci-doctor.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/ci_tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN }}
- name: Install GH AW CLI
uses: github/gh-aw-actions/setup-cli@318d7f4901f78b85e25b91709cf0109ac9b425f6 # v0.74.9
uses: github/gh-aw-actions/setup-cli@bf62a61fbcc511abd62545691d59de30292a1279 # v0.75.1
- name: Compile
run: gh aw compile
- name: Commit and push changes
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/code-simplifier.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .github/workflows/daily-malicious-code-scan.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = [
{ email = "mohamed.hisham.abdelzaher@gmail.com", name = "Mohamed Hisham Abdelzaher" },
]
dependencies = [
"agno[google,qdrant]>=2.6.6",
"agno[google,qdrant]>=2.6.7",
"ddgs>=9.14.4",
"fastembed>=0.8.0",
"gradio[mcp]>=6.14.0",
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading