getbased-agent-stack 0.2.0__tar.gz → 0.3.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,16 +1,16 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: getbased-agent-stack
3
- Version: 0.2.0
3
+ Version: 0.3.1
4
4
  Summary: One-command install of the full getbased agent stack — getbased-mcp + getbased-rag + getbased-dashboard
5
5
  License-Expression: GPL-3.0-only
6
6
  Requires-Python: >=3.10
7
7
  Description-Content-Type: text/markdown
8
8
  License-File: LICENSE
9
9
  Requires-Dist: getbased-mcp>=0.2.2
10
- Requires-Dist: getbased-rag>=0.6.1
11
- Requires-Dist: getbased-dashboard>=0.5.0
10
+ Requires-Dist: getbased-rag>=0.7.0
11
+ Requires-Dist: getbased-dashboard>=0.6.0
12
12
  Provides-Extra: full
13
- Requires-Dist: getbased-rag[full]>=0.6.1; extra == "full"
13
+ Requires-Dist: getbased-rag[full]>=0.7.0; extra == "full"
14
14
  Provides-Extra: test
15
15
  Requires-Dist: pytest>=8.0; extra == "test"
16
16
  Requires-Dist: httpx>=0.27; extra == "test"
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "getbased-agent-stack"
7
- version = "0.2.0"
7
+ version = "0.3.1"
8
8
  description = "One-command install of the full getbased agent stack — getbased-mcp + getbased-rag + getbased-dashboard"
9
9
  readme = "README.md"
10
10
  license = "GPL-3.0-only"
@@ -13,13 +13,14 @@ requires-python = ">=3.10"
13
13
  # bump requires coordinated release.
14
14
  dependencies = [
15
15
  "getbased-mcp>=0.2.2",
16
- "getbased-rag>=0.6.1",
17
- "getbased-dashboard>=0.5.0",
16
+ "getbased-rag>=0.7.0",
17
+ "getbased-dashboard>=0.6.0",
18
18
  ]
19
19
 
20
20
  [project.optional-dependencies]
21
- # With the full parser + ONNX stack on the rag side.
22
- full = ["getbased-rag[full]>=0.6.1"]
21
+ # `full` includes PDF/DOCX parsers and ONNX acceleration (pre-exported
22
+ # weights — no PyTorch/transformers/optimum dance).
23
+ full = ["getbased-rag[full]>=0.7.0"]
23
24
  # For contributors running the integration test harness.
24
25
  test = ["pytest>=8.0", "httpx>=0.27", "pytest-timeout>=2.3"]
25
26
 
@@ -1,16 +1,16 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: getbased-agent-stack
3
- Version: 0.2.0
3
+ Version: 0.3.1
4
4
  Summary: One-command install of the full getbased agent stack — getbased-mcp + getbased-rag + getbased-dashboard
5
5
  License-Expression: GPL-3.0-only
6
6
  Requires-Python: >=3.10
7
7
  Description-Content-Type: text/markdown
8
8
  License-File: LICENSE
9
9
  Requires-Dist: getbased-mcp>=0.2.2
10
- Requires-Dist: getbased-rag>=0.6.1
11
- Requires-Dist: getbased-dashboard>=0.5.0
10
+ Requires-Dist: getbased-rag>=0.7.0
11
+ Requires-Dist: getbased-dashboard>=0.6.0
12
12
  Provides-Extra: full
13
- Requires-Dist: getbased-rag[full]>=0.6.1; extra == "full"
13
+ Requires-Dist: getbased-rag[full]>=0.7.0; extra == "full"
14
14
  Provides-Extra: test
15
15
  Requires-Dist: pytest>=8.0; extra == "test"
16
16
  Requires-Dist: httpx>=0.27; extra == "test"
@@ -1,9 +1,9 @@
1
1
  getbased-mcp>=0.2.2
2
- getbased-rag>=0.6.1
3
- getbased-dashboard>=0.5.0
2
+ getbased-rag>=0.7.0
3
+ getbased-dashboard>=0.6.0
4
4
 
5
5
  [full]
6
- getbased-rag[full]>=0.6.1
6
+ getbased-rag[full]>=0.7.0
7
7
 
8
8
  [test]
9
9
  pytest>=8.0