C# Class AgentFramework.Core.Handlers.Agents.DefaultAgent

Default agent.
Inheritance: AgentFramework.Core.Handlers.Agents.AgentBase
Show file Open project: trinsic-id/agent-framework

Public Methods

Method Description
DefaultAgent ( IServiceProvider provider ) : System

Initializes a new instance of the T:AgentFramework.Core.Handlers.Agents.DefaultAgent class.

Protected Methods

Method Description
ConfigureHandlers ( ) : void

Configures the handlers.

Method Details

ConfigureHandlers() protected method

Configures the handlers.
protected ConfigureHandlers ( ) : void
return void

DefaultAgent() public method

Initializes a new instance of the T:AgentFramework.Core.Handlers.Agents.DefaultAgent class.
public DefaultAgent ( IServiceProvider provider ) : System
provider IServiceProvider Provider.
return System