agentic-flows 0.3.6__tar.gz → 0.3.7__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.
- {agentic_flows-0.3.6 → agentic_flows-0.3.7}/CHANGELOG.md +6 -0
- {agentic_flows-0.3.6 → agentic_flows-0.3.7}/PKG-INFO +15 -15
- {agentic_flows-0.3.6 → agentic_flows-0.3.7}/README.md +13 -13
- {agentic_flows-0.3.6 → agentic_flows-0.3.7}/.gitignore +0 -0
- {agentic_flows-0.3.6 → agentic_flows-0.3.7}/LICENSE +0 -0
- {agentic_flows-0.3.6 → agentic_flows-0.3.7}/NOTICE +0 -0
- {agentic_flows-0.3.6 → agentic_flows-0.3.7}/docs/maintainer/pypi.md +0 -0
- {agentic_flows-0.3.6 → agentic_flows-0.3.7}/hatch_build.py +0 -0
- {agentic_flows-0.3.6 → agentic_flows-0.3.7}/overview.md +0 -0
- {agentic_flows-0.3.6 → agentic_flows-0.3.7}/pyproject.toml +0 -0
- {agentic_flows-0.3.6 → agentic_flows-0.3.7}/src/agentic_flows/__init__.py +0 -0
- {agentic_flows-0.3.6 → agentic_flows-0.3.7}/src/agentic_flows/py.typed +0 -0
|
@@ -9,6 +9,12 @@ Historical release entries below preserve the wording that shipped with tagged
|
|
|
9
9
|
releases when a tagged changelog existed. Releases that shipped without a
|
|
10
10
|
changelog update are reconstructed from tag annotations and release diffs.
|
|
11
11
|
|
|
12
|
+
## 0.3.7 - 2026-04-21
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Updated compatibility package README links to readable markdown hyperlink text and aligned migration/navigation targets with canonical runtime handbook routes.
|
|
17
|
+
|
|
12
18
|
## 0.3.6 - 2026-04-20
|
|
13
19
|
|
|
14
20
|
### Changed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentic-flows
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.7
|
|
4
4
|
Summary: Compatibility bridge for the legacy agentic-flows PyPI package. Preserves installs, imports, and the agentic-flows command while installing bijux-canon-runtime from the bijux-canon family at the same version.
|
|
5
5
|
Project-URL: Homepage, https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/
|
|
6
6
|
Project-URL: Website, https://bijux.io/
|
|
@@ -37,7 +37,7 @@ Classifier: Topic :: Software Development :: Libraries
|
|
|
37
37
|
Classifier: Topic :: Utilities
|
|
38
38
|
Classifier: Typing :: Typed
|
|
39
39
|
Requires-Python: <4.0,>=3.11
|
|
40
|
-
Requires-Dist: bijux-canon-runtime==0.3.
|
|
40
|
+
Requires-Dist: bijux-canon-runtime==0.3.7
|
|
41
41
|
Description-Content-Type: text/markdown
|
|
42
42
|
|
|
43
43
|
# agentic-flows
|
|
@@ -46,7 +46,7 @@ Description-Content-Type: text/markdown
|
|
|
46
46
|
[](https://pypi.org/project/agentic-flows/)
|
|
47
47
|
[-0A7BBB)](https://pypi.org/project/agentic-flows/)
|
|
48
48
|
[](https://github.com/bijux/bijux-canon/blob/main/LICENSE)
|
|
49
|
-
[](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml)
|
|
49
|
+
[](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml?query=branch%3Amain)
|
|
50
50
|
[](https://github.com/bijux/bijux-canon)
|
|
51
51
|
|
|
52
52
|
[](https://pypi.org/project/agentic-flows/)
|
|
@@ -85,14 +85,14 @@ version.
|
|
|
85
85
|
|
|
86
86
|
This package exists to reduce migration breakage, not to become the preferred
|
|
87
87
|
entrypoint for new work. Its package handbook lives at
|
|
88
|
-
|
|
88
|
+
[Legacy package handbook](https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/).
|
|
89
89
|
|
|
90
90
|
## Migration note
|
|
91
91
|
|
|
92
92
|
- new installs should use `uv add bijux-canon-runtime`
|
|
93
93
|
- existing automation can stay on `agentic-flows` while you update imports and commands
|
|
94
|
-
- canonical migration guide:
|
|
95
|
-
- retired repository target:
|
|
94
|
+
- canonical migration guide: [Migration guidance](https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/)
|
|
95
|
+
- retired repository target: [https://github.com/bijux/agentic-flows](https://github.com/bijux/agentic-flows) (see [Repository consolidation notes](https://bijux.io/bijux-canon/08-compat-packages/migration/repository-consolidation/))
|
|
96
96
|
|
|
97
97
|
## Publication status
|
|
98
98
|
|
|
@@ -116,11 +116,11 @@ entrypoint for new work. Its package handbook lives at
|
|
|
116
116
|
|
|
117
117
|
Depend on `bijux-canon-runtime` directly and read the canonical docs there:
|
|
118
118
|
|
|
119
|
-
- package directory:
|
|
120
|
-
- legacy package handbook:
|
|
121
|
-
- package docs:
|
|
122
|
-
- migration guide:
|
|
123
|
-
- changelog:
|
|
119
|
+
- package directory: [Canonical package source directory](https://github.com/bijux/bijux-canon/tree/main/packages/bijux-canon-runtime)
|
|
120
|
+
- legacy package handbook: [Legacy package handbook](https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/)
|
|
121
|
+
- package docs: [Canonical package handbook](https://bijux.io/bijux-canon/06-bijux-canon-runtime/)
|
|
122
|
+
- migration guide: [Migration guidance](https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/)
|
|
123
|
+
- changelog: [Package changelog](https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md)
|
|
124
124
|
|
|
125
125
|
## Primary entrypoint
|
|
126
126
|
|
|
@@ -128,10 +128,10 @@ Depend on `bijux-canon-runtime` directly and read the canonical docs there:
|
|
|
128
128
|
|
|
129
129
|
## Package contents
|
|
130
130
|
|
|
131
|
-
-
|
|
132
|
-
-
|
|
133
|
-
-
|
|
134
|
-
-
|
|
131
|
+
- [`pyproject.toml`](https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/pyproject.toml)
|
|
132
|
+
- [`hatch_build.py`](https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/hatch_build.py)
|
|
133
|
+
- [`overview.md`](https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/overview.md)
|
|
134
|
+
- [`CHANGELOG.md`](https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md)
|
|
135
135
|
|
|
136
136
|
## Release Readiness
|
|
137
137
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://pypi.org/project/agentic-flows/)
|
|
5
5
|
[-0A7BBB)](https://pypi.org/project/agentic-flows/)
|
|
6
6
|
[](https://github.com/bijux/bijux-canon/blob/main/LICENSE)
|
|
7
|
-
[](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml)
|
|
7
|
+
[](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml?query=branch%3Amain)
|
|
8
8
|
[](https://github.com/bijux/bijux-canon)
|
|
9
9
|
|
|
10
10
|
[](https://pypi.org/project/agentic-flows/)
|
|
@@ -43,14 +43,14 @@ version.
|
|
|
43
43
|
|
|
44
44
|
This package exists to reduce migration breakage, not to become the preferred
|
|
45
45
|
entrypoint for new work. Its package handbook lives at
|
|
46
|
-
|
|
46
|
+
[Legacy package handbook](https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/).
|
|
47
47
|
|
|
48
48
|
## Migration note
|
|
49
49
|
|
|
50
50
|
- new installs should use `uv add bijux-canon-runtime`
|
|
51
51
|
- existing automation can stay on `agentic-flows` while you update imports and commands
|
|
52
|
-
- canonical migration guide:
|
|
53
|
-
- retired repository target:
|
|
52
|
+
- canonical migration guide: [Migration guidance](https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/)
|
|
53
|
+
- retired repository target: [https://github.com/bijux/agentic-flows](https://github.com/bijux/agentic-flows) (see [Repository consolidation notes](https://bijux.io/bijux-canon/08-compat-packages/migration/repository-consolidation/))
|
|
54
54
|
|
|
55
55
|
## Publication status
|
|
56
56
|
|
|
@@ -74,11 +74,11 @@ entrypoint for new work. Its package handbook lives at
|
|
|
74
74
|
|
|
75
75
|
Depend on `bijux-canon-runtime` directly and read the canonical docs there:
|
|
76
76
|
|
|
77
|
-
- package directory:
|
|
78
|
-
- legacy package handbook:
|
|
79
|
-
- package docs:
|
|
80
|
-
- migration guide:
|
|
81
|
-
- changelog:
|
|
77
|
+
- package directory: [Canonical package source directory](https://github.com/bijux/bijux-canon/tree/main/packages/bijux-canon-runtime)
|
|
78
|
+
- legacy package handbook: [Legacy package handbook](https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/)
|
|
79
|
+
- package docs: [Canonical package handbook](https://bijux.io/bijux-canon/06-bijux-canon-runtime/)
|
|
80
|
+
- migration guide: [Migration guidance](https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/)
|
|
81
|
+
- changelog: [Package changelog](https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md)
|
|
82
82
|
|
|
83
83
|
## Primary entrypoint
|
|
84
84
|
|
|
@@ -86,10 +86,10 @@ Depend on `bijux-canon-runtime` directly and read the canonical docs there:
|
|
|
86
86
|
|
|
87
87
|
## Package contents
|
|
88
88
|
|
|
89
|
-
-
|
|
90
|
-
-
|
|
91
|
-
-
|
|
92
|
-
-
|
|
89
|
+
- [`pyproject.toml`](https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/pyproject.toml)
|
|
90
|
+
- [`hatch_build.py`](https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/hatch_build.py)
|
|
91
|
+
- [`overview.md`](https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/overview.md)
|
|
92
|
+
- [`CHANGELOG.md`](https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md)
|
|
93
93
|
|
|
94
94
|
## Release Readiness
|
|
95
95
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|