memfleet 1.6.0__py3-none-any.whl

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.
Files changed (49) hide show
  1. memfleet-1.6.0.dist-info/METADATA +18 -0
  2. memfleet-1.6.0.dist-info/RECORD +49 -0
  3. memfleet-1.6.0.dist-info/WHEEL +4 -0
  4. memfleet-1.6.0.dist-info/entry_points.txt +3 -0
  5. memfleet-1.6.0.dist-info/licenses/LICENSE +21 -0
  6. strata/__init__.py +11 -0
  7. strata/__main__.py +2414 -0
  8. strata/_migrations/.gitkeep +0 -0
  9. strata/_migrations/0001_initial.sql +57 -0
  10. strata/_migrations/0002_drop_fleet_tables.sql +86 -0
  11. strata/_migrations/0003_judgment_attempts.sql +25 -0
  12. strata/_migrations/0004_operator.sql +57 -0
  13. strata/_migrations/0005_publication.sql +65 -0
  14. strata/_skills/__init__.py +0 -0
  15. strata/_skills/strata/Skill.md +75 -0
  16. strata/_skills/strata-inspect/Skill.md +75 -0
  17. strata/_skills/strata-worker/Skill.md +108 -0
  18. strata/_templates/dev-team.yaml +81 -0
  19. strata/_templates/minimal.yaml +25 -0
  20. strata/_templates/research-group.yaml +43 -0
  21. strata/_templates/support-org.yaml +43 -0
  22. strata/_ui/app.jsx +401 -0
  23. strata/_ui/atlas.css +256 -0
  24. strata/_ui/atoms.jsx +244 -0
  25. strata/_ui/graph.jsx +545 -0
  26. strata/_ui/index.html +65 -0
  27. strata/_ui/scope-detail.jsx +545 -0
  28. strata/_ui/settings.jsx +180 -0
  29. strata/_ui/store.js +134 -0
  30. strata/_ui/tweaks-panel.jsx +530 -0
  31. strata/app.py +749 -0
  32. strata/bootstrap.py +42 -0
  33. strata/fleet_config.py +578 -0
  34. strata/fleet_export.py +136 -0
  35. strata/launch.py +311 -0
  36. strata/locks.py +46 -0
  37. strata/mcp/__init__.py +1 -0
  38. strata/mcp/server.py +1225 -0
  39. strata/migrator.py +224 -0
  40. strata/operator.py +737 -0
  41. strata/perspective.py +338 -0
  42. strata/preflight.py +243 -0
  43. strata/project_config.py +263 -0
  44. strata/publication.py +961 -0
  45. strata/record_store.py +1012 -0
  46. strata/scope_manager.py +1214 -0
  47. strata/settings.py +74 -0
  48. strata/stores.py +90 -0
  49. strata/summary_store.py +461 -0
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: memfleet
3
+ Version: 1.6.0
4
+ Summary: Shared memory for agent fleets.
5
+ License-File: LICENSE
6
+ Requires-Python: >=3.11
7
+ Requires-Dist: anthropic
8
+ Requires-Dist: fastapi
9
+ Requires-Dist: mcp
10
+ Requires-Dist: pydantic
11
+ Requires-Dist: pydantic-settings
12
+ Requires-Dist: pyyaml
13
+ Requires-Dist: uvicorn[standard]
14
+ Provides-Extra: dev
15
+ Requires-Dist: httpx; extra == 'dev'
16
+ Requires-Dist: pytest; extra == 'dev'
17
+ Requires-Dist: pytest-asyncio; extra == 'dev'
18
+ Requires-Dist: ruff; extra == 'dev'
@@ -0,0 +1,49 @@
1
+ strata/__init__.py,sha256=hdYjpmq4Elne5ggZwUGxobFaiNK6aSDuhaZ1e6eZEFM,527
2
+ strata/__main__.py,sha256=t4jynqqB4K3mYUtDdVwsz4cEoFGxugDsHlUyoXcepBY,98161
3
+ strata/app.py,sha256=7j3p3tv4HJ2AGT3JVyHdgGOAx3MEiMsb9UXDoGv4b7M,30140
4
+ strata/bootstrap.py,sha256=Lpr0BXLCJNBr1lqR5Yg428gm618GJruN3iNT-FyJc4A,1452
5
+ strata/fleet_config.py,sha256=bfb2MAbjAFrESH10BlsTSRqwHGcl4FIvU026Io_xpD4,23237
6
+ strata/fleet_export.py,sha256=85LTqUAOCms21e8c-k2W_6ZLUhB14tJ-JQNEj5T5www,4296
7
+ strata/launch.py,sha256=BO8PMDnwOFsPznXu9Dua_FzIuXO8s_rwsw__ePdrqps,11236
8
+ strata/locks.py,sha256=sNgT_2jgsyEJqudn9TMUoQfBbzxE1Q-rlOkrzPYGxCg,2129
9
+ strata/migrator.py,sha256=IdUnKAVndfrP0p8IbnGpxSzqB8dqm1nvSw7AYUZJ9gE,9507
10
+ strata/operator.py,sha256=CYy_uq3Qr1xFC52mF3gdkuWc3kNNuJYaIPedFJy77yg,28654
11
+ strata/perspective.py,sha256=li5W6K_cUWQbCiAGpKlpK9OL_PnoB7BfNF3Ya12NR6c,15661
12
+ strata/preflight.py,sha256=T0nwlWjipPyirICb_uU1bl27h66gIFLzry4eRXSvAd0,7349
13
+ strata/project_config.py,sha256=SvG5-yTaiC0PY-4LIC8017IGweDSLsspw_YFzuLKXqw,9203
14
+ strata/publication.py,sha256=FtCO5SBsT0e0YIvOa_8uDoUbZIrIjwoPIw48_cqLUac,37587
15
+ strata/record_store.py,sha256=dTfOkz2Q27EG8HJtzmvWkbfmx3Xi_EtTe475OHEzONs,39564
16
+ strata/scope_manager.py,sha256=SjaOsWpTTglAgsPQvJlhFH4ihSWG6jJt2Fx0SFXJVdo,55125
17
+ strata/settings.py,sha256=EpgLHjZrSqsiA77KnFmDWwjIPm1WxEim5HXQu5yPTt8,2599
18
+ strata/stores.py,sha256=znanQklHWV6pA68FYz_AwM_GoHVXsu5ABNuVPi0Gh20,3270
19
+ strata/summary_store.py,sha256=mnU1opQhdexI1PbkPao8wEjm5pSYUvT9l5tF7RxYc_0,17167
20
+ strata/_migrations/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
+ strata/_migrations/0001_initial.sql,sha256=ljYF6pRYQWBaIaRi7m0FpiaZUADHYDNT28fXhqD-jpc,2255
22
+ strata/_migrations/0002_drop_fleet_tables.sql,sha256=fFNf0ifjYtD9h6ydZMz1e5LdlvcYzfU9xQRpcYPo5w0,3611
23
+ strata/_migrations/0003_judgment_attempts.sql,sha256=c-3mBQouPODGwOxNEPgf0hw6Rv8-opCyAwIiDt1x5vw,1312
24
+ strata/_migrations/0004_operator.sql,sha256=UdSHCudHdu2JHG-3cwdyGzar4hAy0YobHtkORLTjdWo,2711
25
+ strata/_migrations/0005_publication.sql,sha256=nxU0COEpaWhzcGO-BZ4S7fOQQRwSSn4lfYZRKeWShnk,3408
26
+ strata/_skills/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
+ strata/_skills/strata/Skill.md,sha256=AextyKOTSTqMlPgRXdmdNt-5cJbb3Xs2vHTwMIoejwo,3857
28
+ strata/_skills/strata-inspect/Skill.md,sha256=IMXx7KoTbIduJZKiHuAQ2inN-sBIpXmEZB70Cc258LA,3479
29
+ strata/_skills/strata-worker/Skill.md,sha256=6OjFCv6h-75DOb2tu5DjAh2ZpX--Ay8tPm5mnJgTMow,5711
30
+ strata/_templates/dev-team.yaml,sha256=-sYaSm6RSymhNuM8zGtqUuXlNMwlNshVvZvWpbBi1W8,2816
31
+ strata/_templates/minimal.yaml,sha256=uN3hoUoFhriIuc-YHa8dJiRI3Gvd1QFIeT8mOtYip64,823
32
+ strata/_templates/research-group.yaml,sha256=jgD9E7DXwcCu5h6C6JVUVbHpPBigXIvm-2tOhfmTECE,958
33
+ strata/_templates/support-org.yaml,sha256=TezY6WpTAzfyJXUdMFGlbKOwIgI0y_M7BAHhTgOmoNE,933
34
+ strata/_ui/app.jsx,sha256=lwJsR6tseMgDG0ShRyrFTeP47klJzOr5nIy5B4WKgfE,15175
35
+ strata/_ui/atlas.css,sha256=mxdLVqB3adSe68fyEfKl2-F749tjUDH_kr5sRekQxKk,12948
36
+ strata/_ui/atoms.jsx,sha256=vTWuXF_qqdXgEm7dNo0888MqIkJrRsuJJmM3x7_gCHo,8160
37
+ strata/_ui/graph.jsx,sha256=ncT_QbPKLSrHq8gpyXp_bpG3SXCoKMjPjgN-DTeZC3M,21196
38
+ strata/_ui/index.html,sha256=5kiW1P3TG9v_rMFnjifNhE3Sc9tqnA2spcTJd8Q1ZM8,2705
39
+ strata/_ui/scope-detail.jsx,sha256=MND-fYu381z6nJ_ZIuptbTY0Un1siTcoHwJgoHWi5So,22052
40
+ strata/_ui/settings.jsx,sha256=th9SvACW8u-DqSNoJfLKP4bRRz6Q1A39gUTtd4hKdys,7525
41
+ strata/_ui/store.js,sha256=HBC_MOtXMAqdXgCez14FqX22EdzgBAasaKjzVneu3mM,5280
42
+ strata/_ui/tweaks-panel.jsx,sha256=gsOHVSWICfas9JwLay7Mjdzc2X-kU-NTD1RrZiast3s,23873
43
+ strata/mcp/__init__.py,sha256=M5Q-uZBv2H4J3Ghp3HcvFDHSuFMpHoXBvSIBvkSbyIk,41
44
+ strata/mcp/server.py,sha256=E50de1KhMSa4dvoHpsxNHL3HM7vNnaI8KEY9uVBGtwo,52479
45
+ memfleet-1.6.0.dist-info/METADATA,sha256=MIgaNkoXC7dWY3AAZftSjTUH9KJp9AiE9JHJcekukGo,495
46
+ memfleet-1.6.0.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
47
+ memfleet-1.6.0.dist-info/entry_points.txt,sha256=Bd1Rzcto4dd4X3aFHc_1X2YZthQ9OFjZbAqM-GRt7EM,84
48
+ memfleet-1.6.0.dist-info/licenses/LICENSE,sha256=mAwhxYhwNGuIh0I9mRORexQ0zZyPi4mC86Y1FXKLnYI,1064
49
+ memfleet-1.6.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.31.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ strata = strata.__main__:main
3
+ strata-mcp = strata.mcp.server:main
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 oren198
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
strata/__init__.py ADDED
@@ -0,0 +1,11 @@
1
+ """Strata — shared memory for agent fleets."""
2
+
3
+ __version__ = "1.6.0"
4
+
5
+ #: PyPI distribution name. The import name (``strata``) and console scripts
6
+ #: (``strata``, ``strata-mcp``) are unchanged — only the package name pip
7
+ #: resolves is different, because ``strata`` on PyPI belongs to an unrelated,
8
+ #: dormant package (issue #49). Anything that looks up *this* project's
9
+ #: installed distribution metadata (e.g. ``importlib.metadata``) must use
10
+ #: this constant, not the string ``"strata"``.
11
+ DISTRIBUTION_NAME = "memfleet"