Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 7 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
version: 2
updates:
# Python dependencies in backend
- package-ecosystem: "pip"
directory: "/"
directory: "/python"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
# JavaScript/TypeScript dependencies in frontend UI
- package-ecosystem: "npm"
directory: "/"
directory: "/archon-ui-main"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
# Dockerfile in backend
- package-ecosystem: "docker"
directory: "/"
directory: "/python"
schedule:
interval: "weekly"
# GitHub Actions workflows
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
[submodule "pmoves_multi_agent_pro_pack/docling"]
path = pmoves_multi_agent_pro_pack/docling
url = https://github.com/POWERFULMOVES/docling.git
branch = main

# Multi-Agent Pro Pack - MCP Gateway
[submodule "pmoves_multi_agent_pro_pack/PMOVES-BotZ-gateway"]
Expand Down
2 changes: 1 addition & 1 deletion external/PMOVES-BoTZ
Submodule PMOVES-BoTZ updated 938 files
2 changes: 1 addition & 1 deletion pmoves_multi_agent_pro_pack/PMOVES-tensorzero
2 changes: 1 addition & 1 deletion pmoves_multi_agent_pro_pack/docling
2 changes: 2 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ all = [
# "docker>=6.1.0",
"tldextract>=5.0.0",
"logfire>=0.30.0",
# Metrics
"prometheus-client>=0.20.0",
# MCP specific (mcp version)
"mcp==1.12.2",
# Agents specific
Expand Down
Loading