The solve package#
Summary#
Solve connection/data-plane backends. |
|
Solve settings catalog (discovery, indexing, retrieval). |
|
Bundled static data for PyFluent-MCP. |
|
Cross-cutting solve helpers that aren’t backend/catalog/agent. |
|
Solve MCP leaf provides Fluent solver live-context and execution tools. |
|
Routing skill for the standalone |
|
Solve MCP leaf: Fluent solver live-context and execution tools. |
Description#
Solve leaf, which provides Fluent solver live-context and execution tools.
The MCP class SolveMCP lives in
ansys.fluent.mcp.solve.mcp; it is re-exported here so both
ansys.fluent.mcp.solve and ansys.fluent.mcp.solve.mcp resolve
to the same class. New code may prefer the direct import for
explicitness.
The product-domain layer is organised into subpackages:
backends (PyFluent / composite
backends), catalog (offline schema,
index, help, retriever), lib (domain
tools, units, patterns) and data
(bundled settings schema).