menu
consciousness_sim package
documentation
agent/tools/tool_interface.dart
ToolRegistry
all property
all property
dark_mode
light_mode
all
property
List
<
Tool
>
get
all
All registered tools.
Implementation
List<Tool> get all => List.unmodifiable(_tools.values.toList());
consciousness_sim package
documentation
agent/tools/tool_interface
ToolRegistry
all property
ToolRegistry class