feat(ui): scaffold multi-agent-mux-ui monorepo structure with Flutter and Melos configurations

This commit is contained in:
2026-07-16 17:30:03 +09:00
parent 39be8d7b43
commit 9778f38d9f
98 changed files with 7623 additions and 0 deletions
@@ -0,0 +1,16 @@
name: mam_pty
description: Pure Dart FFI bindings for PTY and WebSocket bridge server.
version: 1.0.0
publish_to: none
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
ffi: ^2.1.0
shelf: ^1.4.1
shelf_web_socket: ^1.0.4
meta: ^1.9.0
dev_dependencies:
test: ^1.24.0