menu
neomage package
documentation
ui/widgets/memory_panel.dart
AgentDefinitionInfo
AgentDefinitionInfo.new const constructor
AgentDefinitionInfo.new const constructor
dark_mode
light_mode
AgentDefinitionInfo
constructor
const
AgentDefinitionInfo
(
{
required
String
agentType
,
String
?
memory
,
bool
isActive
=
true
,
})
Implementation
const AgentDefinitionInfo({ required this.agentType, this.memory, this.isActive = true, });
neomage package
documentation
ui/widgets/memory_panel
AgentDefinitionInfo
AgentDefinitionInfo.new const constructor
AgentDefinitionInfo class