Class AgenticEngineBuilderExtensions
Namespace: Cephalon.Agentics.Registration
Assembly: Cephalon.Agentics.dll
Registers the built-in agentic runtime pack with an
public static class AgenticEngineBuilderExtensionsInheritance
Section titled “Inheritance”object ← AgenticEngineBuilderExtensions
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”AddAgentics(EngineBuilder, Action<AgenticRuntimeOptions>?)
Section titled “ AddAgentics(EngineBuilder, Action<AgenticRuntimeOptions>?)”Adds the agentic runtime pack to the engine.
public static EngineBuilder AddAgentics(this EngineBuilder builder, Action<AgenticRuntimeOptions>? configure = null)Parameters
Section titled “Parameters”builder EngineBuilder
The engine builder to extend.
configure Action<AgenticRuntimeOptions>?
An optional callback that configures the host-owned agentic runtime options.
Returns
Section titled “Returns”The same engine builder for fluent composition.
Remarks
Section titled “Remarks”The pack activates only when the matching technology profile is selected, but registering it here makes its services, capabilities, and runtime surfaces available when that selection is active.