agentic-flows 0.3.6__tar.gz → 0.3.8__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.8}/CHANGELOG.md +22 -0
- agentic_flows-0.3.8/LICENSE +1 -0
- agentic_flows-0.3.8/NOTICE +1 -0
- {agentic_flows-0.3.6 → agentic_flows-0.3.8}/PKG-INFO +43 -51
- {agentic_flows-0.3.6 → agentic_flows-0.3.8}/README.md +39 -47
- {agentic_flows-0.3.6 → agentic_flows-0.3.8}/pyproject.toml +7 -7
- agentic_flows-0.3.8/src/agentic_flows/__init__.py +34 -0
- agentic_flows-0.3.8/src/agentic_flows/__main__.py +8 -0
- agentic_flows-0.3.8/src/agentic_flows/runtime_alias.py +102 -0
- agentic_flows-0.3.6/LICENSE +0 -192
- agentic_flows-0.3.6/NOTICE +0 -3
- agentic_flows-0.3.6/docs/maintainer/pypi.md +0 -53
- agentic_flows-0.3.6/src/agentic_flows/__init__.py +0 -31
- {agentic_flows-0.3.6 → agentic_flows-0.3.8}/.gitignore +0 -0
- {agentic_flows-0.3.6 → agentic_flows-0.3.8}/hatch_build.py +0 -0
- {agentic_flows-0.3.6 → agentic_flows-0.3.8}/overview.md +0 -0
- {agentic_flows-0.3.6 → agentic_flows-0.3.8}/src/agentic_flows/py.typed +0 -0
|
@@ -9,6 +9,28 @@ 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.8 - 2026-06-28
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Reworked the package README around the alias-distribution contract so it now
|
|
17
|
+
documents canonical import re-exports, legacy CLI continuity, and the
|
|
18
|
+
migration path in the same style used by the `pollenomics` alias package.
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
- Published package metadata now identifies `agentic-flows` as a real
|
|
23
|
+
compatibility alias package for `bijux-canon-runtime` instead of a migration
|
|
24
|
+
bridge placeholder.
|
|
25
|
+
- Release fallback metadata now aligns with the synchronized `0.3.8` canon
|
|
26
|
+
release line.
|
|
27
|
+
|
|
28
|
+
## 0.3.7 - 2026-04-21
|
|
29
|
+
|
|
30
|
+
### Changed
|
|
31
|
+
|
|
32
|
+
- Updated compatibility package README links to readable markdown hyperlink text and aligned migration/navigation targets with canonical runtime handbook routes.
|
|
33
|
+
|
|
12
34
|
## 0.3.6 - 2026-04-20
|
|
13
35
|
|
|
14
36
|
### Changed
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
../../LICENSE
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
../../NOTICE
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentic-flows
|
|
3
|
-
Version: 0.3.
|
|
4
|
-
Summary: Compatibility
|
|
3
|
+
Version: 0.3.8
|
|
4
|
+
Summary: Compatibility alias package for bijux-canon-runtime. Preserves installs, imports, and the legacy agentic-flows PyPI package name and CLI command at the same synchronized 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/
|
|
7
7
|
Project-URL: Documentation, https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/
|
|
@@ -17,7 +17,7 @@ Maintainer-email: Bijan Mousavi <bijan@bijux.io>
|
|
|
17
17
|
License: Apache-2.0
|
|
18
18
|
License-File: LICENSE
|
|
19
19
|
License-File: NOTICE
|
|
20
|
-
Keywords: bijux,bijux-canon,bijux.io,compatibility,legacy-command,legacy-name,
|
|
20
|
+
Keywords: alias,bijux,bijux-canon,bijux.io,compatibility,legacy-command,legacy-name,replay,runtime
|
|
21
21
|
Classifier: Development Status :: 3 - Alpha
|
|
22
22
|
Classifier: Environment :: Console
|
|
23
23
|
Classifier: Intended Audience :: Developers
|
|
@@ -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.8
|
|
41
41
|
Description-Content-Type: text/markdown
|
|
42
42
|
|
|
43
43
|
# agentic-flows
|
|
@@ -46,11 +46,12 @@ 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/)
|
|
53
53
|
[](https://pypi.org/project/bijux-canon-runtime/)
|
|
54
|
+
[](https://pypi.org/project/bijux-canon/)
|
|
54
55
|
[](https://pypi.org/project/bijux-canon-agent/)
|
|
55
56
|
[](https://pypi.org/project/bijux-canon-ingest/)
|
|
56
57
|
[](https://pypi.org/project/bijux-canon-reason/)
|
|
@@ -62,6 +63,7 @@ Description-Content-Type: text/markdown
|
|
|
62
63
|
|
|
63
64
|
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fagentic-flows)
|
|
64
65
|
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-runtime)
|
|
66
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon)
|
|
65
67
|
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-agent)
|
|
66
68
|
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-ingest)
|
|
67
69
|
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-reason)
|
|
@@ -78,62 +80,52 @@ Description-Content-Type: text/markdown
|
|
|
78
80
|
[](https://bijux.io/bijux-canon/bijux-canon-index/)
|
|
79
81
|
<!-- bijux-canon-badges:generated:end -->
|
|
80
82
|
|
|
81
|
-
|
|
82
|
-
distribution on PyPI. Each release keeps the legacy distribution, import, and
|
|
83
|
-
command surfaces available while installing `bijux-canon-runtime` at the same
|
|
84
|
-
version.
|
|
83
|
+
Alias distribution for `bijux-canon-runtime`.
|
|
85
84
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
<https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/>.
|
|
85
|
+
Install this package if you need the legacy package name and CLI command while
|
|
86
|
+
running the same runtime behavior as `bijux-canon-runtime`.
|
|
89
87
|
|
|
90
|
-
##
|
|
88
|
+
## Install
|
|
91
89
|
|
|
92
|
-
|
|
93
|
-
-
|
|
94
|
-
-
|
|
95
|
-
|
|
90
|
+
```bash
|
|
91
|
+
python3.11 -m pip install agentic-flows
|
|
92
|
+
agentic-flows --help
|
|
93
|
+
```
|
|
96
94
|
|
|
97
|
-
##
|
|
95
|
+
## What It Does
|
|
98
96
|
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
|
|
97
|
+
- re-exports the public Python API from `bijux-canon-runtime`
|
|
98
|
+
- resolves legacy submodules such as `agentic_flows.interfaces.cli.entrypoint`
|
|
99
|
+
to the same canonical modules used by `bijux_canon_runtime`
|
|
100
|
+
- dispatches the same CLI entrypoint through the legacy `agentic-flows`
|
|
101
|
+
command
|
|
102
|
+
- keeps the legacy distribution installable while steering new work to
|
|
103
|
+
`bijux-canon-runtime`
|
|
104
|
+
- avoids becoming a second home for runtime logic or release ownership
|
|
102
105
|
|
|
103
|
-
##
|
|
106
|
+
## Compatibility Contract
|
|
104
107
|
|
|
105
|
-
|
|
106
|
-
- Python import: `bijux_canon_runtime`
|
|
107
|
-
- command: `bijux-canon-runtime`
|
|
108
|
+
If this works:
|
|
108
109
|
|
|
109
|
-
|
|
110
|
+
```python
|
|
111
|
+
from bijux_canon_runtime import execute_flow
|
|
112
|
+
```
|
|
110
113
|
|
|
111
|
-
|
|
112
|
-
- the legacy Python import surface `agentic_flows`
|
|
113
|
-
- the legacy command name `agentic-flows`
|
|
114
|
+
the alias package is expected to support the same import through:
|
|
114
115
|
|
|
115
|
-
|
|
116
|
+
```python
|
|
117
|
+
from agentic_flows import execute_flow
|
|
118
|
+
```
|
|
116
119
|
|
|
117
|
-
|
|
120
|
+
The alias package also keeps `agentic_flows.interfaces.cli.entrypoint` pointed
|
|
121
|
+
at the canonical runtime CLI module, while preserving the executable name
|
|
122
|
+
`agentic-flows`.
|
|
118
123
|
|
|
119
|
-
|
|
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>
|
|
124
|
+
## Read Next
|
|
124
125
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
-
|
|
128
|
-
|
|
129
|
-
|
|
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>
|
|
135
|
-
|
|
136
|
-
## Release Readiness
|
|
137
|
-
|
|
138
|
-
- upcoming release line: `0.3.6`
|
|
139
|
-
- package changelog: [`CHANGELOG.md`](CHANGELOG.md)
|
|
126
|
+
- canonical package: [bijux-canon-runtime](https://github.com/bijux/bijux-canon/tree/main/packages/bijux-canon-runtime)
|
|
127
|
+
- canonical handbook: [bijux-canon-runtime handbook](https://bijux.io/bijux-canon/bijux-canon-runtime/)
|
|
128
|
+
- legacy handbook: [agentic-flows alias handbook](https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/)
|
|
129
|
+
- migration guide: [Migration guidance](https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/)
|
|
130
|
+
- retired repository: [bijux/agentic-flows](https://github.com/bijux/agentic-flows)
|
|
131
|
+
- changelog: [Package changelog](https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md)
|
|
@@ -4,11 +4,12 @@
|
|
|
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/)
|
|
11
11
|
[](https://pypi.org/project/bijux-canon-runtime/)
|
|
12
|
+
[](https://pypi.org/project/bijux-canon/)
|
|
12
13
|
[](https://pypi.org/project/bijux-canon-agent/)
|
|
13
14
|
[](https://pypi.org/project/bijux-canon-ingest/)
|
|
14
15
|
[](https://pypi.org/project/bijux-canon-reason/)
|
|
@@ -20,6 +21,7 @@
|
|
|
20
21
|
|
|
21
22
|
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fagentic-flows)
|
|
22
23
|
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-runtime)
|
|
24
|
+
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon)
|
|
23
25
|
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-agent)
|
|
24
26
|
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-ingest)
|
|
25
27
|
[](https://github.com/bijux/bijux-canon/pkgs/container/bijux-canon%2Fbijux-canon-reason)
|
|
@@ -36,62 +38,52 @@
|
|
|
36
38
|
[](https://bijux.io/bijux-canon/bijux-canon-index/)
|
|
37
39
|
<!-- bijux-canon-badges:generated:end -->
|
|
38
40
|
|
|
39
|
-
|
|
40
|
-
distribution on PyPI. Each release keeps the legacy distribution, import, and
|
|
41
|
-
command surfaces available while installing `bijux-canon-runtime` at the same
|
|
42
|
-
version.
|
|
41
|
+
Alias distribution for `bijux-canon-runtime`.
|
|
43
42
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
<https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/>.
|
|
43
|
+
Install this package if you need the legacy package name and CLI command while
|
|
44
|
+
running the same runtime behavior as `bijux-canon-runtime`.
|
|
47
45
|
|
|
48
|
-
##
|
|
46
|
+
## Install
|
|
49
47
|
|
|
50
|
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
|
|
48
|
+
```bash
|
|
49
|
+
python3.11 -m pip install agentic-flows
|
|
50
|
+
agentic-flows --help
|
|
51
|
+
```
|
|
54
52
|
|
|
55
|
-
##
|
|
53
|
+
## What It Does
|
|
56
54
|
|
|
57
|
-
-
|
|
58
|
-
-
|
|
59
|
-
|
|
55
|
+
- re-exports the public Python API from `bijux-canon-runtime`
|
|
56
|
+
- resolves legacy submodules such as `agentic_flows.interfaces.cli.entrypoint`
|
|
57
|
+
to the same canonical modules used by `bijux_canon_runtime`
|
|
58
|
+
- dispatches the same CLI entrypoint through the legacy `agentic-flows`
|
|
59
|
+
command
|
|
60
|
+
- keeps the legacy distribution installable while steering new work to
|
|
61
|
+
`bijux-canon-runtime`
|
|
62
|
+
- avoids becoming a second home for runtime logic or release ownership
|
|
60
63
|
|
|
61
|
-
##
|
|
64
|
+
## Compatibility Contract
|
|
62
65
|
|
|
63
|
-
|
|
64
|
-
- Python import: `bijux_canon_runtime`
|
|
65
|
-
- command: `bijux-canon-runtime`
|
|
66
|
+
If this works:
|
|
66
67
|
|
|
67
|
-
|
|
68
|
+
```python
|
|
69
|
+
from bijux_canon_runtime import execute_flow
|
|
70
|
+
```
|
|
68
71
|
|
|
69
|
-
|
|
70
|
-
- the legacy Python import surface `agentic_flows`
|
|
71
|
-
- the legacy command name `agentic-flows`
|
|
72
|
+
the alias package is expected to support the same import through:
|
|
72
73
|
|
|
73
|
-
|
|
74
|
+
```python
|
|
75
|
+
from agentic_flows import execute_flow
|
|
76
|
+
```
|
|
74
77
|
|
|
75
|
-
|
|
78
|
+
The alias package also keeps `agentic_flows.interfaces.cli.entrypoint` pointed
|
|
79
|
+
at the canonical runtime CLI module, while preserving the executable name
|
|
80
|
+
`agentic-flows`.
|
|
76
81
|
|
|
77
|
-
|
|
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>
|
|
82
|
+
## Read Next
|
|
82
83
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
-
|
|
86
|
-
|
|
87
|
-
|
|
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>
|
|
93
|
-
|
|
94
|
-
## Release Readiness
|
|
95
|
-
|
|
96
|
-
- upcoming release line: `0.3.6`
|
|
97
|
-
- package changelog: [`CHANGELOG.md`](CHANGELOG.md)
|
|
84
|
+
- canonical package: [bijux-canon-runtime](https://github.com/bijux/bijux-canon/tree/main/packages/bijux-canon-runtime)
|
|
85
|
+
- canonical handbook: [bijux-canon-runtime handbook](https://bijux.io/bijux-canon/bijux-canon-runtime/)
|
|
86
|
+
- legacy handbook: [agentic-flows alias handbook](https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/)
|
|
87
|
+
- migration guide: [Migration guidance](https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/)
|
|
88
|
+
- retired repository: [bijux/agentic-flows](https://github.com/bijux/agentic-flows)
|
|
89
|
+
- changelog: [Package changelog](https://github.com/bijux/bijux-canon/blob/main/packages/compat-agentic-flows/CHANGELOG.md)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[build-system]
|
|
2
|
-
requires = ["hatchling>=1.
|
|
2
|
+
requires = ["hatchling>=1.30.1,<1.31", "hatch-vcs>=0.5.0,<1.0"]
|
|
3
3
|
build-backend = "hatchling.build"
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agentic-flows"
|
|
7
7
|
dynamic = ["version", "dependencies"]
|
|
8
|
-
description = "Compatibility
|
|
8
|
+
description = "Compatibility alias package for bijux-canon-runtime. Preserves installs, imports, and the legacy agentic-flows PyPI package name and CLI command at the same synchronized version."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11,<4.0"
|
|
11
11
|
license = { text = "Apache-2.0" }
|
|
@@ -16,7 +16,7 @@ keywords = [
|
|
|
16
16
|
"bijux-canon",
|
|
17
17
|
"bijux.io",
|
|
18
18
|
"compatibility",
|
|
19
|
-
"
|
|
19
|
+
"alias",
|
|
20
20
|
"legacy-name",
|
|
21
21
|
"runtime",
|
|
22
22
|
"replay",
|
|
@@ -62,14 +62,14 @@ 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.8"
|
|
66
66
|
|
|
67
67
|
[tool.hatch.metadata.hooks.custom]
|
|
68
68
|
canonical-name = "bijux-canon-runtime"
|
|
69
69
|
|
|
70
70
|
[tool.hatch.build]
|
|
71
71
|
ignore-vcs = true
|
|
72
|
-
include = ["pyproject.toml", "README.md", "CHANGELOG.md", "overview.md", "
|
|
72
|
+
include = ["pyproject.toml", "README.md", "CHANGELOG.md", "overview.md", "hatch_build.py", "src/agentic_flows/**"]
|
|
73
73
|
exclude = [".gitignore", "/.gitignore", "**/.gitignore"]
|
|
74
74
|
force-include = { "LICENSE" = "LICENSE", "NOTICE" = "NOTICE" }
|
|
75
75
|
|
|
@@ -81,6 +81,6 @@ include = ["src/agentic_flows/py.typed"]
|
|
|
81
81
|
"agentic_flows" = ["py.typed"]
|
|
82
82
|
|
|
83
83
|
[tool.hatch.build.targets.sdist]
|
|
84
|
-
include = ["pyproject.toml", "README.md", "CHANGELOG.md", "overview.md", "
|
|
85
|
-
only-include = ["pyproject.toml", "README.md", "CHANGELOG.md", "overview.md", "
|
|
84
|
+
include = ["pyproject.toml", "README.md", "CHANGELOG.md", "overview.md", "hatch_build.py", "src/agentic_flows/**"]
|
|
85
|
+
only-include = ["pyproject.toml", "README.md", "CHANGELOG.md", "overview.md", "hatch_build.py", "src/agentic_flows"]
|
|
86
86
|
exclude = [".gitignore", "/.gitignore", "**/.gitignore"]
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# SPDX-License-Identifier: Apache-2.0
|
|
2
|
+
# Copyright © 2026 Bijan Mousavi
|
|
3
|
+
|
|
4
|
+
"""Compatibility alias module for ``bijux_canon_runtime``."""
|
|
5
|
+
|
|
6
|
+
from __future__ import annotations
|
|
7
|
+
|
|
8
|
+
from importlib import import_module
|
|
9
|
+
from typing import Any
|
|
10
|
+
|
|
11
|
+
from .runtime_alias import install_runtime_aliases
|
|
12
|
+
|
|
13
|
+
_ALIAS_PACKAGE = "agentic_flows"
|
|
14
|
+
_RUNTIME_PACKAGE = "bijux_canon_runtime"
|
|
15
|
+
_LOCAL_SUBMODULES = frozenset({"__main__", "runtime_alias"})
|
|
16
|
+
_runtime_module = import_module(_RUNTIME_PACKAGE)
|
|
17
|
+
|
|
18
|
+
install_runtime_aliases(
|
|
19
|
+
alias_package=_ALIAS_PACKAGE,
|
|
20
|
+
runtime_package=_RUNTIME_PACKAGE,
|
|
21
|
+
local_submodules=_LOCAL_SUBMODULES,
|
|
22
|
+
)
|
|
23
|
+
|
|
24
|
+
__all__ = list(getattr(_runtime_module, "__all__", ()))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
def __getattr__(name: str) -> Any:
|
|
28
|
+
"""Forward compatibility lookups to the canonical runtime package."""
|
|
29
|
+
return getattr(_runtime_module, name)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
def __dir__() -> list[str]:
|
|
33
|
+
"""Expose the canonical runtime attributes in interactive discovery."""
|
|
34
|
+
return sorted(set(globals()) | set(dir(_runtime_module)) | set(__all__))
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
"""Route compatibility-package submodules to the canonical runtime package."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from collections.abc import Collection
|
|
6
|
+
from importlib import import_module
|
|
7
|
+
from importlib.abc import Loader, MetaPathFinder
|
|
8
|
+
from importlib.machinery import ModuleSpec
|
|
9
|
+
from importlib.util import find_spec
|
|
10
|
+
import sys
|
|
11
|
+
from types import ModuleType
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class _RuntimeAliasLoader(Loader):
|
|
15
|
+
"""Load the canonical runtime module for an alias-package submodule."""
|
|
16
|
+
|
|
17
|
+
def __init__(self, alias_name: str, runtime_name: str) -> None:
|
|
18
|
+
"""Capture the alias module name and its canonical runtime target."""
|
|
19
|
+
self._alias_name = alias_name
|
|
20
|
+
self._runtime_name = runtime_name
|
|
21
|
+
|
|
22
|
+
def create_module(self, spec: ModuleSpec) -> ModuleType:
|
|
23
|
+
"""Import the canonical module and register it under the alias name."""
|
|
24
|
+
del spec
|
|
25
|
+
module = import_module(self._runtime_name)
|
|
26
|
+
sys.modules[self._alias_name] = module
|
|
27
|
+
return module
|
|
28
|
+
|
|
29
|
+
def exec_module(self, module: ModuleType) -> None:
|
|
30
|
+
"""Keep the alias module cache pointed at the canonical module object."""
|
|
31
|
+
sys.modules.setdefault(self._alias_name, module)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
class _RuntimeAliasFinder(MetaPathFinder):
|
|
35
|
+
"""Resolve alias-package submodules through the canonical runtime package."""
|
|
36
|
+
|
|
37
|
+
def __init__(
|
|
38
|
+
self,
|
|
39
|
+
*,
|
|
40
|
+
alias_package: str,
|
|
41
|
+
runtime_package: str,
|
|
42
|
+
local_submodules: Collection[str],
|
|
43
|
+
) -> None:
|
|
44
|
+
"""Store the alias package mapping and locally owned submodule names."""
|
|
45
|
+
self.alias_package = alias_package
|
|
46
|
+
self.runtime_package = runtime_package
|
|
47
|
+
self.local_submodules = frozenset(local_submodules)
|
|
48
|
+
self._alias_prefix = f"{alias_package}."
|
|
49
|
+
|
|
50
|
+
def find_spec(
|
|
51
|
+
self,
|
|
52
|
+
fullname: str,
|
|
53
|
+
path: object | None = None,
|
|
54
|
+
target: ModuleType | None = None,
|
|
55
|
+
) -> ModuleSpec | None:
|
|
56
|
+
"""Resolve non-local alias submodules through the canonical runtime tree."""
|
|
57
|
+
del path, target
|
|
58
|
+
if not fullname.startswith(self._alias_prefix):
|
|
59
|
+
return None
|
|
60
|
+
module_suffix = fullname.removeprefix(self._alias_prefix)
|
|
61
|
+
if module_suffix.partition(".")[0] in self.local_submodules:
|
|
62
|
+
return None
|
|
63
|
+
runtime_name = f"{self.runtime_package}.{module_suffix}"
|
|
64
|
+
runtime_spec = find_spec(runtime_name)
|
|
65
|
+
if runtime_spec is None:
|
|
66
|
+
return None
|
|
67
|
+
alias_spec = ModuleSpec(
|
|
68
|
+
name=fullname,
|
|
69
|
+
loader=_RuntimeAliasLoader(fullname, runtime_name),
|
|
70
|
+
origin=runtime_spec.origin,
|
|
71
|
+
is_package=runtime_spec.submodule_search_locations is not None,
|
|
72
|
+
)
|
|
73
|
+
if runtime_spec.submodule_search_locations is not None:
|
|
74
|
+
alias_spec.submodule_search_locations = list(
|
|
75
|
+
runtime_spec.submodule_search_locations
|
|
76
|
+
)
|
|
77
|
+
return alias_spec
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
def install_runtime_aliases(
|
|
81
|
+
*,
|
|
82
|
+
alias_package: str,
|
|
83
|
+
runtime_package: str,
|
|
84
|
+
local_submodules: Collection[str],
|
|
85
|
+
) -> None:
|
|
86
|
+
"""Install a finder that maps alias-package submodules onto runtime modules."""
|
|
87
|
+
for finder in sys.meta_path:
|
|
88
|
+
if not isinstance(finder, _RuntimeAliasFinder):
|
|
89
|
+
continue
|
|
90
|
+
if (
|
|
91
|
+
finder.alias_package == alias_package
|
|
92
|
+
and finder.runtime_package == runtime_package
|
|
93
|
+
):
|
|
94
|
+
return
|
|
95
|
+
sys.meta_path.insert(
|
|
96
|
+
0,
|
|
97
|
+
_RuntimeAliasFinder(
|
|
98
|
+
alias_package=alias_package,
|
|
99
|
+
runtime_package=runtime_package,
|
|
100
|
+
local_submodules=local_submodules,
|
|
101
|
+
),
|
|
102
|
+
)
|
agentic_flows-0.3.6/LICENSE
DELETED
|
@@ -1,192 +0,0 @@
|
|
|
1
|
-
Apache License
|
|
2
|
-
Version 2.0, January 2004
|
|
3
|
-
http://www.apache.org/licenses/
|
|
4
|
-
|
|
5
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
-
|
|
7
|
-
1. Definitions.
|
|
8
|
-
|
|
9
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
-
|
|
12
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
-
the copyright owner that is granting the License.
|
|
14
|
-
|
|
15
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
-
other entities that control, are controlled by, or are under common
|
|
17
|
-
control with that entity. For the purposes of this definition,
|
|
18
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
-
direction or management of such entity, whether by contract or
|
|
20
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
-
|
|
23
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
-
exercising permissions granted by this License.
|
|
25
|
-
|
|
26
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
-
including but not limited to software source code, documentation
|
|
28
|
-
source, and configuration files.
|
|
29
|
-
|
|
30
|
-
"Object" form shall mean any form resulting from mechanical
|
|
31
|
-
transformation or translation of a Source form, including but
|
|
32
|
-
not limited to compiled object code, generated documentation,
|
|
33
|
-
and conversions to other media types.
|
|
34
|
-
|
|
35
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
-
Object form, made available under the License, as indicated by a
|
|
37
|
-
copyright notice that is included in or attached to the work
|
|
38
|
-
(an example is provided in the Appendix below).
|
|
39
|
-
|
|
40
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
-
form, that is based on (or derived from) the Work and for which the
|
|
42
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
-
of this License, Derivative Works shall not include works that remain
|
|
45
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
-
the Work and Derivative Works thereof.
|
|
47
|
-
|
|
48
|
-
"Contribution" shall mean any work of authorship, including
|
|
49
|
-
the original version of the Work and any modifications or additions
|
|
50
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
-
means any form of electronic, verbal, or written communication sent
|
|
55
|
-
to the Licensor or its representatives, including but not limited to
|
|
56
|
-
communication on electronic mailing lists, source code control systems,
|
|
57
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
-
excluding communication that is conspicuously marked or otherwise
|
|
60
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
-
|
|
62
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
-
subsequently incorporated within the Work.
|
|
65
|
-
|
|
66
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
-
Work and such Derivative Works in Source or Object form.
|
|
72
|
-
|
|
73
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
-
(except as stated in this section) patent license to make, have made,
|
|
77
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
-
where such license applies only to those patent claims licensable
|
|
79
|
-
by such Contributor that are necessarily infringed by their
|
|
80
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
-
institute patent litigation against any entity (including a
|
|
83
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
-
or contributory patent infringement, then any patent licenses
|
|
86
|
-
granted to You under this License for that Work shall terminate
|
|
87
|
-
as of the date such litigation is filed.
|
|
88
|
-
|
|
89
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
-
modifications, and in Source or Object form, provided that You
|
|
92
|
-
meet the following conditions:
|
|
93
|
-
|
|
94
|
-
(a) You must give any other recipients of the Work or
|
|
95
|
-
Derivative Works a copy of this License; and
|
|
96
|
-
|
|
97
|
-
(b) You must cause any modified files to carry prominent notices
|
|
98
|
-
stating that You changed the files; and
|
|
99
|
-
|
|
100
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
-
that You distribute, all copyright, patent, trademark, and
|
|
102
|
-
attribution notices from the Source form of the Work,
|
|
103
|
-
excluding those notices that do not pertain to any part of
|
|
104
|
-
the Derivative Works; and
|
|
105
|
-
|
|
106
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
-
distribution, then any Derivative Works that You distribute must
|
|
108
|
-
include a readable copy of the attribution notices contained
|
|
109
|
-
within such NOTICE file, excluding those notices that do not
|
|
110
|
-
pertain to any part of the Derivative Works, in at least one
|
|
111
|
-
of the following places: within a NOTICE text file distributed
|
|
112
|
-
as part of the Derivative Works; within the Source form or
|
|
113
|
-
documentation, if provided along with the Derivative Works; or,
|
|
114
|
-
within a display generated by the Derivative Works, if and
|
|
115
|
-
wherever such third-party notices normally appear. The contents
|
|
116
|
-
of the NOTICE file are for informational purposes only and
|
|
117
|
-
do not modify the License. You may add Your own attribution
|
|
118
|
-
notices within Derivative Works that You distribute, alongside
|
|
119
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
-
that such additional attribution notices cannot be construed
|
|
121
|
-
as modifying the License.
|
|
122
|
-
|
|
123
|
-
You may add Your own copyright statement to Your modifications and
|
|
124
|
-
may provide additional or different license terms and conditions
|
|
125
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
-
the conditions stated in this License.
|
|
129
|
-
|
|
130
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
-
this License, without any additional terms or conditions.
|
|
134
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
-
the terms of any separate license agreement you may have executed
|
|
136
|
-
with Licensor regarding such Contributions.
|
|
137
|
-
|
|
138
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
-
except as required for reasonable and customary use in describing the
|
|
141
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
-
|
|
143
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
-
implied, including, without limitation, any warranties or conditions
|
|
148
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
-
appropriateness of using or redistributing the Work and assume any
|
|
151
|
-
risks associated with Your exercise of permissions under this License.
|
|
152
|
-
|
|
153
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
-
unless required by applicable law (such as deliberate and grossly
|
|
156
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
-
liable to You for damages, including any direct, indirect, special,
|
|
158
|
-
incidental, or consequential damages of any character arising as a
|
|
159
|
-
result of this License or out of the use or inability to use the
|
|
160
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
-
other commercial damages or losses), even if such Contributor
|
|
163
|
-
has been advised of the possibility of such damages.
|
|
164
|
-
|
|
165
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
-
or other liability obligations and/or rights consistent with this
|
|
169
|
-
License. However, in accepting such obligations, You may act only
|
|
170
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
-
defend, and hold each Contributor harmless for any liability
|
|
173
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
-
of your accepting any such warranty or additional liability.
|
|
175
|
-
|
|
176
|
-
END OF TERMS AND CONDITIONS
|
|
177
|
-
|
|
178
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
-
|
|
180
|
-
Copyright 2026 Bijan Mousavi <bijan@bijux.io>
|
|
181
|
-
|
|
182
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
183
|
-
you may not use this file except in compliance with the License.
|
|
184
|
-
You may obtain a copy of the License at
|
|
185
|
-
|
|
186
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
187
|
-
|
|
188
|
-
Unless required by applicable law or agreed to in writing, software
|
|
189
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
190
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
191
|
-
See the License for the specific language governing permissions and
|
|
192
|
-
limitations under the License.
|
agentic_flows-0.3.6/NOTICE
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
# PyPI Publication Guide
|
|
2
|
-
|
|
3
|
-
Use this checklist when publishing the legacy `agentic-flows` compatibility
|
|
4
|
-
distribution from the monorepo.
|
|
5
|
-
|
|
6
|
-
## Release Surface
|
|
7
|
-
|
|
8
|
-
[](https://pypi.org/project/agentic-flows/)
|
|
9
|
-
[](https://github.com/bijux/bijux-canon/blob/main/LICENSE)
|
|
10
|
-
[](https://github.com/bijux/bijux-canon/actions/workflows/verify.yml)
|
|
11
|
-
[](https://github.com/bijux/bijux-canon/actions/workflows/release-github.yml)
|
|
12
|
-
[](https://github.com/bijux/bijux-canon/actions/workflows/deploy-docs.yml)
|
|
13
|
-
|
|
14
|
-
- legacy package handbook: <https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/>
|
|
15
|
-
- canonical package docs: <https://bijux.io/bijux-canon/bijux-canon-runtime/>
|
|
16
|
-
- migration guide: <https://bijux.io/bijux-canon/08-compat-packages/migration/migration-guidance/>
|
|
17
|
-
- package directory: <https://github.com/bijux/bijux-canon/tree/main/packages/compat-agentic-flows>
|
|
18
|
-
- verify workflow: <https://github.com/bijux/bijux-canon/actions/workflows/verify.yml>
|
|
19
|
-
- publish workflow: <https://github.com/bijux/bijux-canon/actions/workflows/release-github.yml>
|
|
20
|
-
- docs workflow: <https://github.com/bijux/bijux-canon/actions/workflows/deploy-docs.yml>
|
|
21
|
-
|
|
22
|
-
## Release intent
|
|
23
|
-
|
|
24
|
-
Publish this package when the legacy distribution must keep tracking the
|
|
25
|
-
canonical `bijux-canon-runtime` version with the same install, import, and
|
|
26
|
-
command continuity guarantees.
|
|
27
|
-
|
|
28
|
-
The published package docs URL for this legacy name is
|
|
29
|
-
<https://bijux.io/bijux-canon/08-compat-packages/catalog/agentic-flows/> so PyPI readers
|
|
30
|
-
land on migration-specific guidance before moving to the canonical runtime
|
|
31
|
-
handbook.
|
|
32
|
-
|
|
33
|
-
## Pre-publish checks
|
|
34
|
-
|
|
35
|
-
- confirm the compatibility wheel still depends on `bijux-canon-runtime` at
|
|
36
|
-
the matching version
|
|
37
|
-
- confirm the `agentic-flows` command still resolves to the canonical runtime
|
|
38
|
-
CLI entrypoint
|
|
39
|
-
- confirm the README, overview, and changelog still explain the migration path
|
|
40
|
-
away from the retired standalone repository
|
|
41
|
-
|
|
42
|
-
## Artifacts to review
|
|
43
|
-
|
|
44
|
-
- wheel and source distribution metadata
|
|
45
|
-
- legacy install instructions and migration links
|
|
46
|
-
- the preserved `agentic_flows` import surface and `agentic-flows` command
|
|
47
|
-
|
|
48
|
-
## Publish notes
|
|
49
|
-
|
|
50
|
-
- tag the repository with the shared `v*` release pattern because this
|
|
51
|
-
compatibility package now resolves the same version as the canonical family
|
|
52
|
-
- publish only after compatibility messaging and the canonical migration links
|
|
53
|
-
are aligned
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# SPDX-License-Identifier: Apache-2.0
|
|
2
|
-
# Copyright © 2026 Bijan Mousavi
|
|
3
|
-
|
|
4
|
-
"""Compatibility import surface for the former ``agentic_flows`` package name."""
|
|
5
|
-
|
|
6
|
-
from __future__ import annotations
|
|
7
|
-
|
|
8
|
-
import bijux_canon_runtime as _impl
|
|
9
|
-
|
|
10
|
-
__path__ = _impl.__path__
|
|
11
|
-
|
|
12
|
-
for _name in dir(_impl):
|
|
13
|
-
if _name.startswith("_"):
|
|
14
|
-
continue
|
|
15
|
-
try:
|
|
16
|
-
globals()[_name] = getattr(_impl, _name)
|
|
17
|
-
except AttributeError:
|
|
18
|
-
continue
|
|
19
|
-
|
|
20
|
-
_impl_all = getattr(_impl, "__all__", ())
|
|
21
|
-
__all__ = [name for name in _impl_all if hasattr(_impl, name)]
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
def __getattr__(name: str) -> object:
|
|
25
|
-
"""Proxy unresolved attributes to the canonical runtime package."""
|
|
26
|
-
return getattr(_impl, name)
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
def __dir__() -> list[str]:
|
|
30
|
-
"""Expose merged module attributes for interactive discovery."""
|
|
31
|
-
return sorted({*globals(), *dir(_impl), *__all__})
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|