agentic-flows 0.3.3__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.
- {agentic_flows-0.3.3 → agentic_flows-0.3.5}/CHANGELOG.md +17 -0
- agentic_flows-0.3.5/NOTICE +3 -0
- {agentic_flows-0.3.3 → agentic_flows-0.3.5}/PKG-INFO +31 -17
- {agentic_flows-0.3.3 → agentic_flows-0.3.5}/README.md +23 -11
- {agentic_flows-0.3.3 → agentic_flows-0.3.5}/docs/maintainer/pypi.md +5 -5
- {agentic_flows-0.3.3 → agentic_flows-0.3.5}/overview.md +2 -2
- {agentic_flows-0.3.3 → agentic_flows-0.3.5}/pyproject.toml +7 -7
- {agentic_flows-0.3.3 → agentic_flows-0.3.5}/.gitignore +0 -0
- {agentic_flows-0.3.3 → agentic_flows-0.3.5}/LICENSE +0 -0
- {agentic_flows-0.3.3 → agentic_flows-0.3.5}/hatch_build.py +0 -0
- {agentic_flows-0.3.3 → agentic_flows-0.3.5}/src/agentic_flows/__init__.py +0 -0
- {agentic_flows-0.3.3 → agentic_flows-0.3.5}/src/agentic_flows/py.typed +0 -0
|
@@ -9,6 +9,23 @@ 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
|
+
|
|
19
|
+
## 0.3.4 - 2026-04-11
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- Compatibility package fallback metadata now aligns with the synchronized
|
|
24
|
+
`v0.3.4` canon release.
|
|
25
|
+
- Package README badge links now follow the shared badge catalog and point to
|
|
26
|
+
the exact GHCR package pages used for the legacy distribution and mirrored
|
|
27
|
+
canon package family.
|
|
28
|
+
|
|
12
29
|
## 0.3.2 - 2026-04-10
|
|
13
30
|
|
|
14
31
|
### Fixed
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentic-flows
|
|
3
|
-
Version: 0.3.
|
|
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,34 +37,46 @@ 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.
|
|
40
|
+
Requires-Dist: bijux-canon-runtime==0.3.5
|
|
39
41
|
Description-Content-Type: text/markdown
|
|
40
42
|
|
|
41
43
|
# agentic-flows
|
|
42
44
|
|
|
45
|
+
<!-- bijux-canon-badges:generated:start -->
|
|
43
46
|
[](https://pypi.org/project/agentic-flows/)
|
|
44
47
|
[-0A7BBB)](https://pypi.org/project/agentic-flows/)
|
|
45
48
|
[](https://github.com/bijux/bijux-canon/blob/main/LICENSE)
|
|
46
49
|
[](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml)
|
|
47
50
|
[](https://github.com/bijux/bijux-canon)
|
|
48
51
|
|
|
52
|
+
[](https://pypi.org/project/agentic-flows/)
|
|
49
53
|
[](https://pypi.org/project/bijux-canon-runtime/)
|
|
50
54
|
[](https://pypi.org/project/bijux-canon-agent/)
|
|
51
55
|
[](https://pypi.org/project/bijux-canon-ingest/)
|
|
52
56
|
[](https://pypi.org/project/bijux-canon-reason/)
|
|
53
57
|
[](https://pypi.org/project/bijux-canon-index/)
|
|
54
|
-
|
|
55
|
-
[](https://pypi.org/project/agentic-flows/)
|
|
56
58
|
[](https://pypi.org/project/bijux-agent/)
|
|
57
59
|
[](https://pypi.org/project/bijux-rag/)
|
|
58
60
|
[](https://pypi.org/project/bijux-rar/)
|
|
59
61
|
[](https://pypi.org/project/bijux-vex/)
|
|
60
62
|
|
|
61
|
-
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fagentic-flows)
|
|
64
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-runtime)
|
|
65
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-agent)
|
|
66
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-ingest)
|
|
67
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-reason)
|
|
68
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-index)
|
|
69
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-agent)
|
|
70
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-rag)
|
|
71
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-rar)
|
|
72
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-vex)
|
|
73
|
+
|
|
74
|
+
[](https://bijux.io/bijux-canon/bijux-canon-runtime/)
|
|
75
|
+
[](https://bijux.io/bijux-canon/bijux-canon-agent/)
|
|
76
|
+
[](https://bijux.io/bijux-canon/bijux-canon-ingest/)
|
|
77
|
+
[](https://bijux.io/bijux-canon/bijux-canon-reason/)
|
|
78
|
+
[](https://bijux.io/bijux-canon/bijux-canon-index/)
|
|
79
|
+
<!-- bijux-canon-badges:generated:end -->
|
|
66
80
|
|
|
67
81
|
`agentic-flows` is the continuation of the published `agentic-flows`
|
|
68
82
|
distribution on PyPI. Each release keeps the legacy distribution, import, and
|
|
@@ -71,13 +85,13 @@ version.
|
|
|
71
85
|
|
|
72
86
|
This package exists to reduce migration breakage, not to become the preferred
|
|
73
87
|
entrypoint for new work. Its package handbook lives at
|
|
74
|
-
<https://bijux.io/bijux-canon/compat-packages/catalog/agentic-flows/>.
|
|
88
|
+
<https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/>.
|
|
75
89
|
|
|
76
90
|
## Migration note
|
|
77
91
|
|
|
78
92
|
- new installs should use `uv add bijux-canon-runtime`
|
|
79
93
|
- existing automation can stay on `agentic-flows` while you update imports and commands
|
|
80
|
-
- 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/>
|
|
81
95
|
- retired repository target: <https://github.com/bijux/agentic-flows>
|
|
82
96
|
|
|
83
97
|
## Publication status
|
|
@@ -103,9 +117,9 @@ entrypoint for new work. Its package handbook lives at
|
|
|
103
117
|
Depend on `bijux-canon-runtime` directly and read the canonical docs there:
|
|
104
118
|
|
|
105
119
|
- package directory: <https://github.com/bijux/bijux-canon/tree/main/packages/bijux-canon-runtime>
|
|
106
|
-
- 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/>
|
|
107
121
|
- package docs: <https://bijux.io/bijux-canon/bijux-canon-runtime/>
|
|
108
|
-
- 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/>
|
|
109
123
|
- changelog: <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md>
|
|
110
124
|
|
|
111
125
|
## Primary entrypoint
|
|
@@ -1,28 +1,40 @@
|
|
|
1
1
|
# agentic-flows
|
|
2
2
|
|
|
3
|
+
<!-- bijux-canon-badges:generated:start -->
|
|
3
4
|
[](https://pypi.org/project/agentic-flows/)
|
|
4
5
|
[-0A7BBB)](https://pypi.org/project/agentic-flows/)
|
|
5
6
|
[](https://github.com/bijux/bijux-canon/blob/main/LICENSE)
|
|
6
7
|
[](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml)
|
|
7
8
|
[](https://github.com/bijux/bijux-canon)
|
|
8
9
|
|
|
10
|
+
[](https://pypi.org/project/agentic-flows/)
|
|
9
11
|
[](https://pypi.org/project/bijux-canon-runtime/)
|
|
10
12
|
[](https://pypi.org/project/bijux-canon-agent/)
|
|
11
13
|
[](https://pypi.org/project/bijux-canon-ingest/)
|
|
12
14
|
[](https://pypi.org/project/bijux-canon-reason/)
|
|
13
15
|
[](https://pypi.org/project/bijux-canon-index/)
|
|
14
|
-
|
|
15
|
-
[](https://pypi.org/project/agentic-flows/)
|
|
16
16
|
[](https://pypi.org/project/bijux-agent/)
|
|
17
17
|
[](https://pypi.org/project/bijux-rag/)
|
|
18
18
|
[](https://pypi.org/project/bijux-rar/)
|
|
19
19
|
[](https://pypi.org/project/bijux-vex/)
|
|
20
20
|
|
|
21
|
-
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fagentic-flows)
|
|
22
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-runtime)
|
|
23
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-agent)
|
|
24
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-ingest)
|
|
25
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-reason)
|
|
26
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-index)
|
|
27
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-agent)
|
|
28
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-rag)
|
|
29
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-rar)
|
|
30
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-vex)
|
|
31
|
+
|
|
32
|
+
[](https://bijux.io/bijux-canon/bijux-canon-runtime/)
|
|
33
|
+
[](https://bijux.io/bijux-canon/bijux-canon-agent/)
|
|
34
|
+
[](https://bijux.io/bijux-canon/bijux-canon-ingest/)
|
|
35
|
+
[](https://bijux.io/bijux-canon/bijux-canon-reason/)
|
|
36
|
+
[](https://bijux.io/bijux-canon/bijux-canon-index/)
|
|
37
|
+
<!-- bijux-canon-badges:generated:end -->
|
|
26
38
|
|
|
27
39
|
`agentic-flows` is the continuation of the published `agentic-flows`
|
|
28
40
|
distribution on PyPI. Each release keeps the legacy distribution, import, and
|
|
@@ -31,13 +43,13 @@ version.
|
|
|
31
43
|
|
|
32
44
|
This package exists to reduce migration breakage, not to become the preferred
|
|
33
45
|
entrypoint for new work. Its package handbook lives at
|
|
34
|
-
<https://bijux.io/bijux-canon/compat-packages/catalog/agentic-flows/>.
|
|
46
|
+
<https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/>.
|
|
35
47
|
|
|
36
48
|
## Migration note
|
|
37
49
|
|
|
38
50
|
- new installs should use `uv add bijux-canon-runtime`
|
|
39
51
|
- existing automation can stay on `agentic-flows` while you update imports and commands
|
|
40
|
-
- 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/>
|
|
41
53
|
- retired repository target: <https://github.com/bijux/agentic-flows>
|
|
42
54
|
|
|
43
55
|
## Publication status
|
|
@@ -63,9 +75,9 @@ entrypoint for new work. Its package handbook lives at
|
|
|
63
75
|
Depend on `bijux-canon-runtime` directly and read the canonical docs there:
|
|
64
76
|
|
|
65
77
|
- package directory: <https://github.com/bijux/bijux-canon/tree/main/packages/bijux-canon-runtime>
|
|
66
|
-
- 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/>
|
|
67
79
|
- package docs: <https://bijux.io/bijux-canon/bijux-canon-runtime/>
|
|
68
|
-
- 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/>
|
|
69
81
|
- changelog: <https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md>
|
|
70
82
|
|
|
71
83
|
## Primary entrypoint
|
|
@@ -8,15 +8,15 @@ distribution from the monorepo.
|
|
|
8
8
|
[](https://pypi.org/project/agentic-flows/)
|
|
9
9
|
[](https://github.com/bijux/bijux-canon/blob/main/LICENSE)
|
|
10
10
|
[](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml)
|
|
11
|
-
[](https://github.com/bijux/bijux-canon/actions/workflows/release-github.yml)
|
|
12
12
|
[](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/
|
|
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.
|
|
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"
|
|
@@ -62,7 +62,7 @@ agentic-flows = "bijux_canon_runtime.interfaces.cli.entrypoint:main"
|
|
|
62
62
|
source = "vcs"
|
|
63
63
|
tag-pattern = "^v(?P<version>.*)$"
|
|
64
64
|
raw-options = { git_describe_command = "git describe --dirty --tags --long --match 'v*'", local_scheme = "dirty-tag", version_scheme = "guess-next-dev", root = "../..", search_parent_directories = true }
|
|
65
|
-
fallback-version = "0.3.
|
|
65
|
+
fallback-version = "0.3.4"
|
|
66
66
|
|
|
67
67
|
[tool.hatch.metadata.hooks.custom]
|
|
68
68
|
canonical-name = "bijux-canon-runtime"
|
|
@@ -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 = { "
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|