NexusLabs.Needlr.AgentFramework.Testing
NexusLabs.Needlr.AgentFramework.Testing Namespace¶
| Classes | |
|---|---|
| AgentScenarioRunner | Executes IAgentScenario instances with proper workspace isolation, execution context scoping, and diagnostics capture. |
| ScenarioRunResult | Result of running a single IAgentScenario. |
| ScenarioVerificationException | Thrown when a scenario's Verify(IWorkspace, IAgentRunDiagnostics) method detects a failure. |
| Interfaces | |
|---|---|
| IAgentScenario | Defines a self-contained agent test scenario with seed → execute → verify lifecycle. Scenarios are discovered automatically when registered via DI. |