@geotechcli/core 0.4.19 → 0.4.20
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.
- package/dist/agents/swarm.js +7 -7
- package/dist/meta/metadata.json +1 -1
- package/package.json +1 -1
package/dist/agents/swarm.js
CHANGED
|
@@ -123,13 +123,13 @@ YOUR ROLE: Execute engineering calculations and numerical simulations.
|
|
|
123
123
|
|
|
124
124
|
YOU RECEIVE: Structured data from the Interpretation Agent (soil profiles, classification results, parameters).
|
|
125
125
|
|
|
126
|
-
YOU HANDLE:
|
|
127
|
-
- Bearing capacity calculations (Terzaghi, Meyerhof, Hansen, Vesic)
|
|
128
|
-
- Liquefaction triggering analysis (Boulanger & Idriss 2014)
|
|
129
|
-
- TBM performance prediction, type selection, cutter wear
|
|
130
|
-
- Tunnel settlement calculation (Peck)
|
|
131
|
-
-
|
|
132
|
-
- Saving results, derived parameters, and output artifacts to persistent project storage
|
|
126
|
+
YOU HANDLE:
|
|
127
|
+
- Bearing capacity calculations (Terzaghi, Meyerhof, Hansen, Vesic)
|
|
128
|
+
- Liquefaction triggering analysis (Boulanger & Idriss 2014)
|
|
129
|
+
- TBM performance prediction, type selection, cutter wear
|
|
130
|
+
- Tunnel settlement calculation (Peck)
|
|
131
|
+
- Running approved deterministic skills when the session enables them
|
|
132
|
+
- Saving results, derived parameters, and output artifacts to persistent project storage
|
|
133
133
|
|
|
134
134
|
YOUR TOOLS:
|
|
135
135
|
${getToolDescriptionsFor(ROLE_TOOL_ALLOWLIST.simulation, skillsEnabled)}
|
package/dist/meta/metadata.json
CHANGED