agentic-flows 0.3.4__tar.gz → 0.3.5__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,13 @@ 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.5 - 2026-04-19
13
+
14
+ ### Changed
15
+
16
+ - Compatibility handbook links now resolve canonical runtime package routes at
17
+ `bijux-canon/bijux-canon-runtime/` instead of numbered slug paths.
18
+
12
19
  ## 0.3.4 - 2026-04-11
13
20
 
14
21
  ### Fixed
@@ -0,0 +1,3 @@
1
+ Copyright 2026 Bijan Mousavi <bijan@bijux.io>
2
+
3
+ This repository is licensed under the Apache License, Version 2.0.
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentic-flows
3
- Version: 0.3.4
3
+ Version: 0.3.5
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
- Project-URL: Homepage, https://bijux.io/bijux-canon/compat-packages/catalog/agentic-flows/
5
+ Project-URL: Homepage, https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/
6
6
  Project-URL: Website, https://bijux.io/
7
- Project-URL: Documentation, https://bijux.io/bijux-canon/compat-packages/catalog/agentic-flows/
8
- Project-URL: MigrationGuide, https://bijux.io/bijux-canon/compat-packages/migration/migration-guidance/
9
- Project-URL: LegacyNameMap, https://bijux.io/bijux-canon/compat-packages/catalog/legacy-name-map/
7
+ Project-URL: Documentation, https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/
8
+ Project-URL: MigrationGuide, https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/
9
+ Project-URL: LegacyNameMap, https://bijux.io/bijux-canon/08-compat-packages/catalog/legacy-name-map/
10
10
  Project-URL: Repository, https://github.com/bijux/bijux-canon
11
11
  Project-URL: Issues, https://github.com/bijux/bijux-canon/issues
12
12
  Project-URL: Changelog, https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md
@@ -15,6 +15,8 @@ Project-URL: Funding, https://github.com/sponsors/bijux
15
15
  Author-email: Bijan Mousavi <bijan@bijux.io>
16
16
  Maintainer-email: Bijan Mousavi <bijan@bijux.io>
17
17
  License: Apache-2.0
18
+ License-File: LICENSE
19
+ License-File: NOTICE
18
20
  Keywords: bijux,bijux-canon,bijux.io,compatibility,legacy-command,legacy-name,migration,replay,runtime
19
21
  Classifier: Development Status :: 3 - Alpha
20
22
  Classifier: Environment :: Console
@@ -35,7 +37,7 @@ Classifier: Topic :: Software Development :: Libraries
35
37
  Classifier: Topic :: Utilities
36
38
  Classifier: Typing :: Typed
37
39
  Requires-Python: <4.0,>=3.11
38
- Requires-Dist: bijux-canon-runtime==0.3.4
40
+ Requires-Dist: bijux-canon-runtime==0.3.5
39
41
  Description-Content-Type: text/markdown
40
42
 
41
43
  # agentic-flows
@@ -83,13 +85,13 @@ version.
83
85
 
84
86
  This package exists to reduce migration breakage, not to become the preferred
85
87
  entrypoint for new work. Its package handbook lives at
86
- <https://bijux.io/bijux-canon/compat-packages/catalog/agentic-flows/>.
88
+ <https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/>.
87
89
 
88
90
  ## Migration note
89
91
 
90
92
  - new installs should use `uv add bijux-canon-runtime`
91
93
  - existing automation can stay on `agentic-flows` while you update imports and commands
92
- - canonical migration guide: <https://bijux.io/bijux-canon/compat-packages/migration/migration-guidance/>
94
+ - canonical migration guide: <https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/>
93
95
  - retired repository target: <https://github.com/bijux/agentic-flows>
94
96
 
95
97
  ## Publication status
@@ -115,9 +117,9 @@ entrypoint for new work. Its package handbook lives at
115
117
  Depend on `bijux-canon-runtime` directly and read the canonical docs there:
116
118
 
117
119
  - package directory: <https://github.com/bijux/bijux-canon/tree/main/packages/bijux-canon-runtime>
118
- - legacy package handbook: <https://bijux.io/bijux-canon/compat-packages/catalog/agentic-flows/>
120
+ - legacy package handbook: <https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/>
119
121
  - package docs: <https://bijux.io/bijux-canon/bijux-canon-runtime/>
120
- - migration guide: <https://bijux.io/bijux-canon/compat-packages/migration/migration-guidance/>
122
+ - migration guide: <https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/>
121
123
  - changelog: <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md>
122
124
 
123
125
  ## Primary entrypoint
@@ -43,13 +43,13 @@ 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/compat-packages/catalog/agentic-flows/>.
46
+ <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/compat-packages/migration/migration-guidance/>
52
+ - canonical migration guide: <https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/>
53
53
  - retired repository target: <https://github.com/bijux/agentic-flows>
54
54
 
55
55
  ## Publication status
@@ -75,9 +75,9 @@ entrypoint for new work. Its package handbook lives at
75
75
  Depend on `bijux-canon-runtime` directly and read the canonical docs there:
76
76
 
77
77
  - package directory: <https://github.com/bijux/bijux-canon/tree/main/packages/bijux-canon-runtime>
78
- - legacy package handbook: <https://bijux.io/bijux-canon/compat-packages/catalog/agentic-flows/>
78
+ - legacy package handbook: <https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/>
79
79
  - package docs: <https://bijux.io/bijux-canon/bijux-canon-runtime/>
80
- - migration guide: <https://bijux.io/bijux-canon/compat-packages/migration/migration-guidance/>
80
+ - migration guide: <https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/>
81
81
  - changelog: <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md>
82
82
 
83
83
  ## Primary entrypoint
@@ -8,15 +8,15 @@ distribution from the monorepo.
8
8
  [![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-3776AB?logo=python&logoColor=white)](https://pypi.org/project/agentic-flows/)
9
9
  [![License: Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-0F766E)](https://github.com/bijux/bijux-canon/blob/main/LICENSE)
10
10
  [![Verify](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml/badge.svg)](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml)
11
- [![Publish](https://github.com/bijux/bijux-canon/actions/workflows/publish.yml/badge.svg)](https://github.com/bijux/bijux-canon/actions/workflows/publish.yml)
11
+ [![Publish](https://github.com/bijux/bijux-canon/actions/workflows/release-github.yml/badge.svg)](https://github.com/bijux/bijux-canon/actions/workflows/release-github.yml)
12
12
  [![Docs](https://github.com/bijux/bijux-canon/actions/workflows/deploy-docs.yml/badge.svg)](https://github.com/bijux/bijux-canon/actions/workflows/deploy-docs.yml)
13
13
 
14
- - legacy package handbook: <https://bijux.io/bijux-canon/compat-packages/catalog/agentic-flows/>
14
+ - legacy package handbook: <https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/>
15
15
  - canonical package docs: <https://bijux.io/bijux-canon/bijux-canon-runtime/>
16
- - migration guide: <https://bijux.io/bijux-canon/compat-packages/migration/migration-guidance/>
16
+ - migration guide: <https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/>
17
17
  - package directory: <https://github.com/bijux/bijux-canon/tree/main/packages/compat-agentic-flows>
18
18
  - verify workflow: <https://github.com/bijux/bijux-canon/actions/workflows/verify.yml>
19
- - publish workflow: <https://github.com/bijux/bijux-canon/actions/workflows/publish.yml>
19
+ - publish workflow: <https://github.com/bijux/bijux-canon/actions/workflows/release-github.yml>
20
20
  - docs workflow: <https://github.com/bijux/bijux-canon/actions/workflows/deploy-docs.yml>
21
21
 
22
22
  ## Release intent
@@ -26,7 +26,7 @@ canonical `bijux-canon-runtime` version with the same install, import, and
26
26
  command continuity guarantees.
27
27
 
28
28
  The published package docs URL for this legacy name is
29
- <https://bijux.io/bijux-canon/compat-packages/catalog/agentic-flows/> so PyPI readers
29
+ <https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/> so PyPI readers
30
30
  land on migration-specific guidance before moving to the canonical runtime
31
31
  handbook.
32
32
 
@@ -27,6 +27,6 @@ If you are updating scripts or dependencies, prefer changing them to:
27
27
 
28
28
  - distribution: `bijux-canon-runtime`
29
29
  - Python import: `bijux_canon_runtime`
30
- - legacy package handbook: `https://bijux.io/bijux-canon/compat-packages/catalog/agentic-flows/`
30
+ - legacy package handbook: `https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/`
31
31
  - docs entrypoint: `https://bijux.io/bijux-canon/bijux-canon-runtime/`
32
- - migration handbook: `https://bijux.io/bijux-canon/compat-packages/migration/migration-guidance/`
32
+ - migration handbook: `https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/`
@@ -1,5 +1,5 @@
1
1
  [build-system]
2
- requires = ["hatchling>=1.27.0,<1.28", "hatch-vcs>=0.4.0,<1.0"]
2
+ requires = ["hatchling>=1.27.0,<1.30", "hatch-vcs>=0.4.0,<1.0"]
3
3
  build-backend = "hatchling.build"
4
4
 
5
5
  [project]
@@ -44,11 +44,11 @@ classifiers = [
44
44
  ]
45
45
 
46
46
  [project.urls]
47
- Homepage = "https://bijux.io/bijux-canon/compat-packages/catalog/agentic-flows/"
47
+ Homepage = "https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/"
48
48
  Website = "https://bijux.io/"
49
- Documentation = "https://bijux.io/bijux-canon/compat-packages/catalog/agentic-flows/"
50
- MigrationGuide = "https://bijux.io/bijux-canon/compat-packages/migration/migration-guidance/"
51
- LegacyNameMap = "https://bijux.io/bijux-canon/compat-packages/catalog/legacy-name-map/"
49
+ Documentation = "https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/"
50
+ MigrationGuide = "https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/"
51
+ LegacyNameMap = "https://bijux.io/bijux-canon/08-compat-packages/catalog/legacy-name-map/"
52
52
  Repository = "https://github.com/bijux/bijux-canon"
53
53
  Issues = "https://github.com/bijux/bijux-canon/issues"
54
54
  Changelog = "https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md"
@@ -71,7 +71,7 @@ canonical-name = "bijux-canon-runtime"
71
71
  ignore-vcs = true
72
72
  include = ["pyproject.toml", "README.md", "CHANGELOG.md", "overview.md", "docs/maintainer/pypi.md", "hatch_build.py", "src/agentic_flows/**"]
73
73
  exclude = [".gitignore", "/.gitignore", "**/.gitignore"]
74
- force-include = { "../../LICENSE" = "LICENSE" }
74
+ force-include = { "LICENSE" = "LICENSE", "NOTICE" = "NOTICE" }
75
75
 
76
76
  [tool.hatch.build.targets.wheel]
77
77
  packages = ["src/agentic_flows"]
File without changes
File without changes