Skip to content

Make PyFluent Architecture Agentic-Ready #4615

@seanpearsonuk

Description

@seanpearsonuk

I. Agentic AI Platform

1. Make PyFluent Architecture Agentic-Ready

We’ll need solid scaffolding to make Fluent a safe and robust substrate for agentic workflows.
Key enablers include:

  • Error transparency: Extend the exception hierarchy to support fine-grained error handling.
  • Undo/redo: Explore lightweight transaction support via get_state() snapshots around set_state().
  • Constraints: Expose enums and variable descriptors programmatically (ongoing). Investigate richer runtime constraints (valid ranges, dependencies).
  • Observability: Enable tracing of natural-language → PyFluent calls → Fluent actions for explainability and debugging.
  • Sandboxing: Investigate a future feature that would let users try out changes in a protected ‘test’ environment before anything becomes real. The system would check these trial changes for problems or inconsistencies, catching potential mistakes early and reducing the risk of breaking their actual setup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions