- Add IopConsoleContract and IopConsoleOverview components - Update iop_console.dart entry point - Update iop_agent_panel with new console integration - Update iop_console_shell for workbench embedding - Add agent task documentation for m-embeddable-iop-console-workbench
5 lines
153 B
Dart
5 lines
153 B
Dart
export 'src/iop_agent_panel.dart';
|
|
export 'src/iop_console_contract.dart';
|
|
export 'src/iop_console_shell.dart';
|
|
export 'src/iop_console_overview.dart';
|
|
|