You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ Monorepo for the **Generalized Dynamical Systems** ecosystem — typed compositi
14
14
|[gds-games](packages/gds-games/)|[](https://pypi.org/project/gds-games/)| Typed DSL for compositional game theory (Open Games) |
15
15
|[gds-stockflow](packages/gds-stockflow/)|[](https://pypi.org/project/gds-stockflow/)| Declarative stock-flow DSL over GDS semantics |
16
16
|[gds-control](packages/gds-control/)|[](https://pypi.org/project/gds-control/)| State-space control DSL over GDS semantics |
|[gds-sim](packages/gds-sim/)|[](https://pypi.org/project/gds-sim/)| Simulation engine for GDS models |
19
+
|[gds-psuu](packages/gds-psuu/)|[](https://pypi.org/project/gds-psuu/)| Parameter space search under uncertainty |
17
20
|[gds-examples](packages/gds-examples/)|[](https://pypi.org/project/gds-examples/)| Tutorial models demonstrating framework features |
18
21
19
22
## Quick Start
@@ -28,7 +31,7 @@ uv sync --all-packages
28
31
uv run --package gds-framework pytest packages/gds-framework/tests -v
0 commit comments