AgentService constructor
AgentService({
- required AiProvider provider,
- required AgentCommandRunner runner,
- required CommandShield shield,
- required AiConfig config,
- required CommandSyntax syntax,
- required AgentEnvironment environment,
- required AgentHandlers handlers,
- AgentStyle style = const AgentStyle(),
- String? language,
Implementation
AgentService({
required this.provider,
required this.runner,
required this.shield,
required this.config,
required this.syntax,
required this.environment,
required this.handlers,
this.style = const AgentStyle(),
this.language,
});