menu
neomage package
documentation
data/tools/agent_tool.dart
AgentTool
activeAgentIds property
activeAgentIds property
dark_mode
light_mode
activeAgentIds
property
Set
<
String
>
get
activeAgentIds
All active agent IDs.
Implementation
Set<String> get activeAgentIds => _activeAgents.keys.toSet();
neomage package
documentation
data/tools/agent_tool
AgentTool
activeAgentIds property
AgentTool class