| DeclarativeActionCompletedProgressEvent |
A declarative workflow action finished executing. |
| DeclarativeActionStartedProgressEvent |
A declarative workflow action began executing. |
| DeclarativeWorkflowAgentFactoryExtensions |
Builds executable workflows from declarative YAML documents, resolving the agents they name against Foundry's declared agents. |
| DeclarativeWorkflowErrorProgressEvent |
A declarative workflow raised an error. |
| DeclarativeWorkflowHandlers |
The handlers a declarative workflow calls out through when a document invokes something that is not a Foundry agent. |
| DeclarativeWorkflowParseException |
Thrown when a declarative workflow document cannot be parsed. |
| DeclarativeWorkflowProgressExtensions |
Bridges an upstream declarative workflow event stream onto Foundry progress reporting. |
| DeclarativeWorkflowValidationResult |
The outcome of parsing a declarative workflow document. |
| FoundryAgentProvider |
Resolves the agents a declarative workflow names against Foundry's declared agents, and holds the conversation state the runtime records against. |