Add minimal add-in playgrounds and orchestrator

This commit is contained in:
2025-12-07 21:26:10 -06:00
parent 40bcd939ff
commit ca95d296b5
54 changed files with 13165 additions and 26764 deletions
+6
View File
@@ -0,0 +1,6 @@
Name,Role,Email,Office,Phone
Alice Smith,Manager,alice@example.com,NY,555-0100
Bob Jones,Supervisor,bob@example.com,LA,555-0101
Charlie Davis,Coordinator,charlie@example.com,AUS,555-0102
David Evans,Lead,david@example.com,NY,555-0103
Eve Johnson,Manager,eve@example.com,LA,555-0104
1 Name Role Email Office Phone
2 Alice Smith Manager alice@example.com NY 555-0100
3 Bob Jones Supervisor bob@example.com LA 555-0101
4 Charlie Davis Coordinator charlie@example.com AUS 555-0102
5 David Evans Lead david@example.com NY 555-0103
6 Eve Johnson Manager eve@example.com LA 555-0104