Package neqsim.util.agentic


package neqsim.util.agentic
Agentic engineering infrastructure for NeqSim.

Provides session tracking, feedback collection, and result validation for AI agent workflows that solve engineering tasks using NeqSim's thermodynamic and process simulation API.

Key Classes:

  • AgentSession — Tracks a single agent workflow session from scope through reporting, recording phases, tool invocations, and simulation runs
  • AgentFeedbackCollector — Aggregates metrics across sessions for continuous improvement: success rates, failure patterns, API gaps
  • TaskResultValidator — Validates task results.json files against the expected schema for the task-solving workflow

Architecture:

Agent Session Lifecycle:

  SCOPE --> RESEARCH --> ANALYSIS --> VALIDATION --> REPORTING
    |          |            |             |              |
    +----------+------------+-------------+--------------+
                        |
                  AgentSession (tracks phases, tools, simulations)
                        |
                  AgentFeedbackCollector (aggregates across sessions)
                        |
                  TaskResultValidator (validates output schema)
Version:
1.0
Author:
Even Solbraa