web-cortex-framework 0.3.0__tar.gz → 0.3.1__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.
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/Cargo.lock +2 -2
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/Cargo.toml +1 -1
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/PKG-INFO +18 -8
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/README.md +17 -7
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/pyproject.toml +1 -1
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/python/webcortex/__init__.py +1 -1
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/LICENSE +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/Cargo.toml +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/agent/provider.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/agent.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/app.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/audit.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/auth.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/bridge.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/db.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/files.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/http.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/lib.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/manifest.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/mcp.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/middleware.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/openapi.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/router.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/server.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/templates.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/typegen.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-py/Cargo.toml +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-py/src/behaviour.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-py/src/lib.rs +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/python/webcortex/_bridge.py +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/python/webcortex/app.py +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/python/webcortex/cli.py +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/python/webcortex/schema.py +0 -0
- {web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/python/webcortex/starters.py +0 -0
|
@@ -2714,7 +2714,7 @@ dependencies = [
|
|
|
2714
2714
|
|
|
2715
2715
|
[[package]]
|
|
2716
2716
|
name = "webcortex-core"
|
|
2717
|
-
version = "0.3.
|
|
2717
|
+
version = "0.3.1"
|
|
2718
2718
|
dependencies = [
|
|
2719
2719
|
"anyhow",
|
|
2720
2720
|
"async-stream",
|
|
@@ -2745,7 +2745,7 @@ dependencies = [
|
|
|
2745
2745
|
|
|
2746
2746
|
[[package]]
|
|
2747
2747
|
name = "webcortex-py"
|
|
2748
|
-
version = "0.3.
|
|
2748
|
+
version = "0.3.1"
|
|
2749
2749
|
dependencies = [
|
|
2750
2750
|
"bytes",
|
|
2751
2751
|
"futures",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: web-cortex-framework
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Classifier: Development Status :: 3 - Alpha
|
|
5
5
|
Classifier: Intended Audience :: Developers
|
|
6
6
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
@@ -29,9 +29,16 @@ Project-URL: Security, https://github.com/slimboi34/web_cortex_framework/blob/ma
|
|
|
29
29
|
|
|
30
30
|
# WebCortex
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
```bash
|
|
33
|
+
pip install web-cortex-framework
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
> Installs as **`web-cortex-framework`**, imports as **`webcortex`** — the same
|
|
34
37
|
> split as `djangorestframework` → `import rest_framework`.
|
|
38
|
+
>
|
|
39
|
+
> **Python 3.12, 3.13, and free-threaded 3.14 (`3.14t`).** GIL-enabled 3.14 is
|
|
40
|
+
> not supported and no wheel is published for it — see
|
|
41
|
+
> [Known issue](#known-issue-cpython-3147-with-the-gil-enabled) below.
|
|
35
42
|
|
|
36
43
|
**📖 [Documentation](https://slimboi34.github.io/web_cortex_framework/)** ·
|
|
37
44
|
[Tutorial](https://slimboi34.github.io/web_cortex_framework/tutorial/) ·
|
|
@@ -83,9 +90,8 @@ headers. No second file, no schema written twice, no drift.
|
|
|
83
90
|
## Start here
|
|
84
91
|
|
|
85
92
|
```bash
|
|
86
|
-
#
|
|
87
|
-
|
|
88
|
-
uv venv --python 3.14 && uv pip install maturin && maturin develop --uv
|
|
93
|
+
# 3.13, or the free-threaded 3.14t — not GIL-enabled 3.14. See Known issue.
|
|
94
|
+
uv venv --python 3.13 && uv pip install web-cortex-framework
|
|
89
95
|
|
|
90
96
|
webcortex new myapp # --template api | fullstack | agent | behaviour
|
|
91
97
|
cd myapp
|
|
@@ -350,8 +356,12 @@ unaffected. 3.14.7 was released on 5 August 2026; the failure began the same day
|
|
|
350
356
|
|
|
351
357
|
This is not a version-resolution accident on your machine — `uv` resolves `3.14`
|
|
352
358
|
to the newest patch build available when it runs, so an environment that worked
|
|
353
|
-
yesterday can stop working today without anything in your project changing.
|
|
354
|
-
|
|
359
|
+
yesterday can stop working today without anything in your project changing.
|
|
360
|
+
|
|
361
|
+
**No cp314 wheel is published**, and the CI matrix does not test that target.
|
|
362
|
+
Shipping a binary that installs cleanly and then fails at import is worse than
|
|
363
|
+
shipping none: the error arrives later, further from its cause, and looks like
|
|
364
|
+
a bug in your own application. Use 3.13 or `3.14t`.
|
|
355
365
|
|
|
356
366
|
The investigation so far, including what has been ruled out, is in
|
|
357
367
|
[AGENTS.md §11](AGENTS.md#11-known-issue-cpython-3147-with-the-gil-enabled).
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
# WebCortex
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
```bash
|
|
4
|
+
pip install web-cortex-framework
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
> Installs as **`web-cortex-framework`**, imports as **`webcortex`** — the same
|
|
5
8
|
> split as `djangorestframework` → `import rest_framework`.
|
|
9
|
+
>
|
|
10
|
+
> **Python 3.12, 3.13, and free-threaded 3.14 (`3.14t`).** GIL-enabled 3.14 is
|
|
11
|
+
> not supported and no wheel is published for it — see
|
|
12
|
+
> [Known issue](#known-issue-cpython-3147-with-the-gil-enabled) below.
|
|
6
13
|
|
|
7
14
|
**📖 [Documentation](https://slimboi34.github.io/web_cortex_framework/)** ·
|
|
8
15
|
[Tutorial](https://slimboi34.github.io/web_cortex_framework/tutorial/) ·
|
|
@@ -54,9 +61,8 @@ headers. No second file, no schema written twice, no drift.
|
|
|
54
61
|
## Start here
|
|
55
62
|
|
|
56
63
|
```bash
|
|
57
|
-
#
|
|
58
|
-
|
|
59
|
-
uv venv --python 3.14 && uv pip install maturin && maturin develop --uv
|
|
64
|
+
# 3.13, or the free-threaded 3.14t — not GIL-enabled 3.14. See Known issue.
|
|
65
|
+
uv venv --python 3.13 && uv pip install web-cortex-framework
|
|
60
66
|
|
|
61
67
|
webcortex new myapp # --template api | fullstack | agent | behaviour
|
|
62
68
|
cd myapp
|
|
@@ -321,8 +327,12 @@ unaffected. 3.14.7 was released on 5 August 2026; the failure began the same day
|
|
|
321
327
|
|
|
322
328
|
This is not a version-resolution accident on your machine — `uv` resolves `3.14`
|
|
323
329
|
to the newest patch build available when it runs, so an environment that worked
|
|
324
|
-
yesterday can stop working today without anything in your project changing.
|
|
325
|
-
|
|
330
|
+
yesterday can stop working today without anything in your project changing.
|
|
331
|
+
|
|
332
|
+
**No cp314 wheel is published**, and the CI matrix does not test that target.
|
|
333
|
+
Shipping a binary that installs cleanly and then fails at import is worse than
|
|
334
|
+
shipping none: the error arrives later, further from its cause, and looks like
|
|
335
|
+
a bug in your own application. Use 3.13 or `3.14t`.
|
|
326
336
|
|
|
327
337
|
The investigation so far, including what has been ruled out, is in
|
|
328
338
|
[AGENTS.md §11](AGENTS.md#11-known-issue-cpython-3147-with-the-gil-enabled).
|
|
@@ -7,7 +7,7 @@ build-backend = "maturin"
|
|
|
7
7
|
# Both are available on PyPI — the split is for ergonomics, not necessity, the
|
|
8
8
|
# same way djangorestframework imports as `rest_framework`.
|
|
9
9
|
name = "web-cortex-framework"
|
|
10
|
-
version = "0.3.
|
|
10
|
+
version = "0.3.1"
|
|
11
11
|
description = "A Rust-cored Python web framework where every route is also an agent tool."
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
requires-python = ">=3.12"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/agent.rs
RENAMED
|
File without changes
|
|
File without changes
|
{web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/audit.rs
RENAMED
|
File without changes
|
|
File without changes
|
{web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/bridge.rs
RENAMED
|
File without changes
|
|
File without changes
|
{web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/files.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/manifest.rs
RENAMED
|
File without changes
|
|
File without changes
|
{web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/middleware.rs
RENAMED
|
File without changes
|
{web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/openapi.rs
RENAMED
|
File without changes
|
{web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/router.rs
RENAMED
|
File without changes
|
{web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/server.rs
RENAMED
|
File without changes
|
{web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/templates.rs
RENAMED
|
File without changes
|
{web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-core/src/typegen.rs
RENAMED
|
File without changes
|
|
File without changes
|
{web_cortex_framework-0.3.0 → web_cortex_framework-0.3.1}/crates/webcortex-py/src/behaviour.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|