agentforge-reranker-mixedbread 0.2.4__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.
@@ -47,3 +47,13 @@ Thumbs.db
47
47
  # Project-local
48
48
  *.local
49
49
  .agentforge-state/.session-cache
50
+
51
+ # AI-assistant working state — local session tracking, not part of
52
+ # the published project. The process docs under .claude/ (standards,
53
+ # checklists, CLAUDE.md) are intentionally kept tracked; only the
54
+ # churny per-session state files are ignored.
55
+ .claude/state/
56
+
57
+ # Launch / go-to-market drafts — local-only marketing material,
58
+ # never published to the repo.
59
+ launch/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentforge-reranker-mixedbread
3
- Version: 0.2.4
3
+ Version: 0.3.1
4
4
  Summary: Mixedbread AI managed-API reranker for AgentForge
5
5
  Project-URL: Homepage, https://github.com/Scaffoldic/agentforge-py
6
6
  Project-URL: Repository, https://github.com/Scaffoldic/agentforge-py
@@ -18,7 +18,7 @@ Classifier: Programming Language :: Python :: 3.13
18
18
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
19
19
  Classifier: Typing :: Typed
20
20
  Requires-Python: >=3.13
21
- Requires-Dist: agentforge-core~=0.2.4
21
+ Requires-Dist: agentforge-core~=0.3.1
22
22
  Provides-Extra: mixedbread
23
23
  Requires-Dist: mixedbread-ai>=2.0; extra == 'mixedbread'
24
24
  Description-Content-Type: text/markdown
@@ -2,7 +2,7 @@
2
2
 
3
3
  [project]
4
4
  name = "agentforge-reranker-mixedbread"
5
- version = "0.2.4"
5
+ version = "0.3.1"
6
6
  description = "Mixedbread AI managed-API reranker for AgentForge"
7
7
  readme = "README.md"
8
8
  requires-python = ">=3.13"
@@ -23,7 +23,7 @@ classifiers = [
23
23
  ]
24
24
 
25
25
  dependencies = [
26
- "agentforge-core ~= 0.2.4",
26
+ "agentforge-core ~= 0.3.1",
27
27
  ]
28
28
 
29
29
  [project.optional-dependencies]