The backends package#
Summary#
Composite backend: deterministic PyFluent solver operations. |
|
Live introspection helpers shared by backends. |
|
Pure-functional parsers for Fluent’s |
|
PyFluent backend for the Solve leaf. |
Description#
Solve connection/data-plane backends.
ansys.fluent.mcp.solve.backends.composite: TheSolveCompositeBackend; PyFluent for execution and live context.ansys.fluent.mcp.solve.backends.pyfluent: local in-processPyFluentBackendover gRPC.ansys.fluent.mcp.solve.backends.introspection: Fluent state probes used exclusively byPyFluentBackend.ansys.fluent.mcp.solve.backends.mesh_report_parsers: Transcript scrapers that lift mesh-quality numbers out of Fluent console output.
Backends are the data plane shared by every higher layer (MCP leaf, agent, gateway). They never know anything about LLMs, prompts, or recipes.