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.
@@ -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.6
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.6
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
  [![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-3776AB?logo=python&logoColor=white)](https://pypi.org/project/agentic-flows/)
47
47
  [![Typing: typed](https://img.shields.io/badge/typing-typed%20(PEP%20561)-0A7BBB)](https://pypi.org/project/agentic-flows/)
48
48
  [![License: Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-0F766E)](https://github.com/bijux/bijux-canon/blob/main/LICENSE)
49
- [![CI Status](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml/badge.svg)](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml)
49
+ [![CI Status](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml/badge.svg?branch=main)](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml?query=branch%3Amain)
50
50
  [![GitHub Repository](https://img.shields.io/badge/github-bijux%2Fbijux--canon-181717?logo=github)](https://github.com/bijux/bijux-canon)
51
51
 
52
52
  [![agentic-flows](https://img.shields.io/pypi/v/agentic-flows?label=agentic--flows&logo=pypi)](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
- <https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/>.
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: <https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/>
95
- - retired repository target: <https://github.com/bijux/agentic-flows>
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: <https://github.com/bijux/bijux-canon/tree/main/packages/bijux-canon-runtime>
120
- - legacy package handbook: <https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/>
121
- - package docs: <https://bijux.io/bijux-canon/bijux-canon-runtime/>
122
- - migration guide: <https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/>
123
- - changelog: <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md>
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
- - <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/pyproject.toml>
132
- - <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/hatch_build.py>
133
- - <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/overview.md>
134
- - <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md>
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
  [![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-3776AB?logo=python&logoColor=white)](https://pypi.org/project/agentic-flows/)
5
5
  [![Typing: typed](https://img.shields.io/badge/typing-typed%20(PEP%20561)-0A7BBB)](https://pypi.org/project/agentic-flows/)
6
6
  [![License: Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-0F766E)](https://github.com/bijux/bijux-canon/blob/main/LICENSE)
7
- [![CI Status](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml/badge.svg)](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml)
7
+ [![CI Status](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml/badge.svg?branch=main)](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml?query=branch%3Amain)
8
8
  [![GitHub Repository](https://img.shields.io/badge/github-bijux%2Fbijux--canon-181717?logo=github)](https://github.com/bijux/bijux-canon)
9
9
 
10
10
  [![agentic-flows](https://img.shields.io/pypi/v/agentic-flows?label=agentic--flows&logo=pypi)](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
- <https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/>.
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: <https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/>
53
- - retired repository target: <https://github.com/bijux/agentic-flows>
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: <https://github.com/bijux/bijux-canon/tree/main/packages/bijux-canon-runtime>
78
- - legacy package handbook: <https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/>
79
- - package docs: <https://bijux.io/bijux-canon/bijux-canon-runtime/>
80
- - migration guide: <https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/>
81
- - changelog: <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md>
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
- - <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/pyproject.toml>
90
- - <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/hatch_build.py>
91
- - <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/overview.md>
92
- - <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md>
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