coreason-manifest 0.10.0__py3-none-any.whl → 0.12.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 (30) hide show
  1. coreason_manifest/__init__.py +35 -82
  2. coreason_manifest/{definitions/base.py → common.py} +18 -1
  3. coreason_manifest/governance.py +83 -0
  4. coreason_manifest/schemas/coreason-v2.schema.json +462 -0
  5. coreason_manifest/v2/__init__.py +1 -0
  6. coreason_manifest/v2/governance.py +144 -0
  7. coreason_manifest/v2/io.py +132 -0
  8. coreason_manifest/v2/resolver.py +67 -0
  9. coreason_manifest/v2/spec/__init__.py +1 -0
  10. coreason_manifest/v2/spec/contracts.py +34 -0
  11. coreason_manifest/v2/spec/definitions.py +196 -0
  12. coreason_manifest/v2/validator.py +48 -0
  13. {coreason_manifest-0.10.0.dist-info → coreason_manifest-0.12.0.dist-info}/METADATA +48 -71
  14. coreason_manifest-0.12.0.dist-info/RECORD +20 -0
  15. coreason_manifest/definitions/__init__.py +0 -60
  16. coreason_manifest/definitions/agent.py +0 -370
  17. coreason_manifest/definitions/audit.py +0 -181
  18. coreason_manifest/definitions/events.py +0 -423
  19. coreason_manifest/definitions/message.py +0 -188
  20. coreason_manifest/definitions/simulation.py +0 -79
  21. coreason_manifest/definitions/simulation_config.py +0 -46
  22. coreason_manifest/definitions/topology.py +0 -341
  23. coreason_manifest/recipes.py +0 -84
  24. coreason_manifest/schemas/agent.schema.json +0 -1051
  25. coreason_manifest/schemas/recipe.schema.json +0 -813
  26. coreason_manifest/v1/__init__.py +0 -15
  27. coreason_manifest-0.10.0.dist-info/RECORD +0 -22
  28. {coreason_manifest-0.10.0.dist-info → coreason_manifest-0.12.0.dist-info}/WHEEL +0 -0
  29. {coreason_manifest-0.10.0.dist-info → coreason_manifest-0.12.0.dist-info}/licenses/LICENSE +0 -0
  30. {coreason_manifest-0.10.0.dist-info → coreason_manifest-0.12.0.dist-info}/licenses/NOTICE +0 -0
@@ -1,15 +0,0 @@
1
- # Copyright (c) 2025 CoReason, Inc.
2
- #
3
- # This software is proprietary and dual-licensed.
4
- # Licensed under the Prosperity Public License 3.0 (the "License").
5
- # A copy of the license is available at https://prosperitylicense.com/versions/3.0.0
6
- # For details, see the LICENSE file.
7
- # Commercial use beyond a 30-day trial requires a separate license.
8
- #
9
- # Source Code: https://github.com/CoReason-AI/coreason-manifest
10
-
11
- from coreason_manifest.definitions.agent import AgentDefinition as Agent
12
- from coreason_manifest.definitions.topology import GraphTopology as Topology
13
- from coreason_manifest.recipes import RecipeManifest as Recipe
14
-
15
- __all__ = ["Agent", "Recipe", "Topology"]
@@ -1,22 +0,0 @@
1
- coreason_manifest/__init__.py,sha256=X-z7w4F_JY-VPf4oZ6VEw2pewuNQO6mtXd8kb6e6Fl0,2384
2
- coreason_manifest/definitions/__init__.py,sha256=EH1lUmBClFA3TqWqRaTDRc4tE66-MIhvZ-D1-Yl6hEE,1483
3
- coreason_manifest/definitions/agent.py,sha256=ZOvV_M8YKYPEPnqPPF_5DiUaPGlEjZoOUPto8EtLXi4,13468
4
- coreason_manifest/definitions/audit.py,sha256=TA8rKomxoentyHBE0oRcUo2EQZNcf1yCfCB08UuMbEY,6665
5
- coreason_manifest/definitions/base.py,sha256=rGgGAw-tcLHHgZmzCL5WXfuRzkpL6ZwsM3h-Wr-rIvA,1770
6
- coreason_manifest/definitions/events.py,sha256=OrVA1JD4TfZvMRXuzGmHbz_mWJ94PpXHs4tzEkdS91k,12576
7
- coreason_manifest/definitions/message.py,sha256=Vtgbippo5LdAl1RHv-G6JIXoHES_EY357W6pJyYwZyk,5446
8
- coreason_manifest/definitions/simulation.py,sha256=YYXJlxDhANWc01GIwcfbKIcAc7pMUwQaog8Hs7B2zGo,3231
9
- coreason_manifest/definitions/simulation_config.py,sha256=6uj8lEac_-YBVEjHoLWGrxrRbaR_6ImCjFvi4OdxrEc,1605
10
- coreason_manifest/definitions/topology.py,sha256=va3B1p3LY3sLCcZWAaMKh1vEoMfFTyBnCE4YIF6rUcg,12730
11
- coreason_manifest/recipes.py,sha256=BfEBnxGZLVIfjcR0XH4L0S0A9g40VmAvxnNe3lP5HSo,3559
12
- coreason_manifest/schemas/__init__.py,sha256=g1cCu1DprGcnGAiuvYWz5VeKKXIHYYwlrsqdkg9fRZY,412
13
- coreason_manifest/schemas/agent.schema.json,sha256=HSWamoZ3rR7WRMnP6jVJUApuPiNbC-qbouaAzIdz8YE,31724
14
- coreason_manifest/schemas/recipe.schema.json,sha256=sWZmiFem9kmHlnEtslu_OUiar-RwFFDSdQy__CNMwOs,25140
15
- coreason_manifest/utils/__init__.py,sha256=Kdz519fMq6c7Px3MP5oD_9jfqqFbCiaHPBQTc0LhyII,848
16
- coreason_manifest/utils/logger.py,sha256=dwvFVR2CuOjKsE0_59JsGqoIh8GpAwO6ATJDFt2SOlg,1640
17
- coreason_manifest/v1/__init__.py,sha256=CuUt8RU9OoMSm-SNnDH6iOPKwF-DbIzRYNPfKtH3ltg,669
18
- coreason_manifest-0.10.0.dist-info/METADATA,sha256=UiNbcyi8vQfPnxe4L8W9eSLmBy5mtdIDnkyG_WztHFQ,9484
19
- coreason_manifest-0.10.0.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
20
- coreason_manifest-0.10.0.dist-info/licenses/LICENSE,sha256=3tYb7ZQe7sVXcbNmX22fDESFjOSIlCZodUGpZMkuSlk,3063
21
- coreason_manifest-0.10.0.dist-info/licenses/NOTICE,sha256=tqzUyP9VTCGxoHLgBI0AC1i0G7m_PSyESFL8Jwuw0dA,610
22
- coreason_manifest-0.10.0.dist-info/RECORD,,