-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
825 lines (810 loc) · 40.2 KB
/
Copy pathindex.html
File metadata and controls
825 lines (810 loc) · 40.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>OpenMaple · Managed Agents without Cloud Lock-in</title>
<meta name="description" content="OpenMaple is an open-source managed-agent control plane you can try in Codespaces or Docker Compose with local Docker runtime and sandbox pools." />
<meta name="robots" content="index,follow,max-image-preview:large,max-video-preview:-1,max-snippet:-1" />
<meta property="og:title" content="OpenMaple · Managed Agents without Cloud Lock-in" />
<meta property="og:description" content="Run the web console, API, MySQL, local Docker runtime, and local Docker sandbox pools with one setup command." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dragonforce2010.github.io/openmaple/" />
<meta property="og:image" content="https://dragonforce2010.github.io/openmaple/assets/openmaple-social-card.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="OpenMaple managed-agent control plane social preview with real console screenshot" />
<meta property="og:video" content="https://dragonforce2010.github.io/openmaple/assets/videos/openmaple-platform-tour.mp4" />
<meta property="og:video:secure_url" content="https://dragonforce2010.github.io/openmaple/assets/videos/openmaple-platform-tour.mp4" />
<meta property="og:video:type" content="video/mp4" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="OpenMaple · Managed Agents without Cloud Lock-in" />
<meta name="twitter:description" content="Try managed agents in Codespaces or Docker Compose, then swap runtime and sandbox providers by policy." />
<meta name="twitter:image" content="https://dragonforce2010.github.io/openmaple/assets/openmaple-social-card.png" />
<meta name="twitter:image:alt" content="OpenMaple managed-agent control plane social preview with real console screenshot" />
<link rel="canonical" href="https://dragonforce2010.github.io/openmaple/" />
<link rel="sitemap" type="application/xml" href="https://dragonforce2010.github.io/openmaple/sitemap.xml" />
<link rel="alternate" type="text/plain" href="https://dragonforce2010.github.io/openmaple/llms.txt" title="OpenMaple llms.txt" />
<link rel="icon" href="./assets/openmaple-mascot.svg" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "OpenMaple",
"description": "OpenMaple is an open-source managed-agent control plane you can try in Codespaces or Docker Compose with local Docker runtime and sandbox pools.",
"codeRepository": "https://github.com/dragonforce2010/openmaple",
"url": "https://dragonforce2010.github.io/openmaple/",
"license": "https://github.com/dragonforce2010/openmaple/blob/main/LICENSE",
"programmingLanguage": ["TypeScript", "JavaScript", "Go", "Python"],
"applicationCategory": "DeveloperApplication",
"softwareVersion": "0.1.0",
"image": "https://dragonforce2010.github.io/openmaple/assets/openmaple-social-card.png",
"video": "https://dragonforce2010.github.io/openmaple/assets/videos/openmaple-platform-tour.mp4",
"sameAs": [
"https://www.npmjs.com/package/maple-agent-sdk",
"https://www.npmjs.com/package/maple-agent-cli",
"https://github.com/dragonforce2010/openmaple/discussions/30"
],
"isBasedOn": "https://www.anthropic.com/engineering/managed-agents"
}
</script>
<style>
:root {
color-scheme: light;
--paper: #f4efe6;
--paper-2: #fffaf1;
--ink: #1c1d19;
--muted: #696a60;
--quiet: #969688;
--line: #ddd5c8;
--line-strong: #c7bdad;
--leaf: #17684f;
--maple: #c65a43;
--blue: #256fbb;
--panel: #fffdf8;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
overflow-x: hidden;
color: var(--ink);
background:
linear-gradient(90deg, rgba(28,29,25,.055) 1px, transparent 1px),
linear-gradient(180deg, rgba(28,29,25,.045) 1px, transparent 1px),
var(--paper);
background-size: 56px 56px, 56px 56px, auto;
font: 16px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--blue); }
img { max-width: 100%; }
code, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.wrap { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.topbar {
position: sticky;
top: 0;
z-index: 30;
border-bottom: 1px solid var(--line);
background: rgba(244, 239, 230, .86);
backdrop-filter: blur(18px);
}
.nav { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 22px; line-height: 1; font-weight: 900; }
.brand img { width: 34px; height: 34px; }
.navlinks { display: flex; align-items: center; gap: 20px; color: var(--muted); font-size: 14px; font-weight: 760; }
.repo {
min-height: 38px;
display: inline-flex;
align-items: center;
padding: 0 14px;
border: 1px solid var(--line-strong);
border-radius: 8px;
background: var(--panel);
color: var(--ink);
}
.hero {
min-height: 0;
display: grid;
align-content: start;
padding: 58px 0 46px;
}
.hero-kicker {
width: fit-content;
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 18px;
color: var(--leaf);
font-size: 13px;
line-height: 18px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .08em;
}
.hero-kicker::before { content: ""; width: 42px; height: 2px; background: var(--maple); }
h1 {
margin: 0;
font-size: clamp(70px, 13vw, 170px);
line-height: .82;
letter-spacing: 0;
}
.hero-grid {
display: grid;
grid-template-columns: minmax(0, .9fr) minmax(380px, .62fr);
gap: 36px;
align-items: end;
margin-top: 24px;
}
.lead {
margin: 0;
max-width: 820px;
color: var(--muted);
font-size: clamp(20px, 2.3vw, 31px);
line-height: 1.22;
}
.lead strong { color: var(--ink); }
.hero-note {
margin: 0;
padding: 18px 0 0;
border-top: 2px solid var(--ink);
color: var(--muted);
font-size: 15px;
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn {
min-height: 46px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 18px;
border: 1px solid var(--line-strong);
border-radius: 8px;
background: var(--panel);
color: var(--ink);
font-weight: 860;
}
.btn.primary { border-color: var(--ink); background: var(--ink); color: var(--paper-2); }
.btn.maple { border-color: var(--maple); color: #fff; background: var(--maple); }
.screen-stage {
width: 100vw;
margin: 10px 0 0 50%;
transform: translateX(-50%);
border-top: 1px solid var(--line-strong);
border-bottom: 1px solid var(--line-strong);
background: #ece5d8;
}
.screen-inner { width: min(1580px, 100%); margin: 0 auto; }
.screen-label {
display: flex;
justify-content: space-between;
gap: 20px;
padding: 12px 18px;
color: var(--muted);
font-size: 12px;
line-height: 18px;
font-weight: 820;
text-transform: uppercase;
letter-spacing: .06em;
}
.screen-stage img {
display: block;
width: 100%;
height: auto;
border-top: 1px solid var(--line);
background: var(--panel);
cursor: zoom-in;
}
.proof-strip {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1px;
border-top: 1px solid var(--line);
background: var(--line);
}
.proof-cell {
min-height: 190px;
display: grid;
align-content: space-between;
padding: 22px;
background: var(--panel);
}
.proof-cell b { font-size: 24px; line-height: 1.1; }
.proof-cell span { color: var(--muted); }
.video-proof {
display: grid;
gap: 18px;
padding: 58px 0;
border-bottom: 1px solid var(--line);
}
.video-proof-head {
display: grid;
grid-template-columns: minmax(0, .76fr) minmax(280px, .36fr);
gap: 34px;
align-items: end;
}
.video-proof h2 {
max-width: 900px;
}
.video-proof p {
margin: 0;
color: var(--muted);
font-size: 18px;
}
.product-video {
display: block;
width: 100%;
aspect-ratio: 16 / 9;
border: 1px solid var(--line-strong);
border-radius: 8px;
background: #111;
}
.product-video + .managed-proof { margin-top: 18px; }
.below-fold-hint {
min-height: 84px;
display: grid;
align-items: center;
color: var(--muted);
border-bottom: 1px solid var(--line);
}
.quickstart {
display: grid;
grid-template-columns: minmax(0, .72fr) minmax(420px, .6fr);
gap: 32px;
align-items: center;
padding: 58px 0;
border-bottom: 1px solid var(--line);
scroll-margin-top: 88px;
}
.quickstart-copy h2 { font-size: clamp(36px, 5vw, 64px); }
.quickstart-copy p {
margin: 18px 0 0;
max-width: 680px;
color: var(--muted);
font-size: 18px;
}
.quickstart-commands {
display: grid;
gap: 14px;
}
.quickstart-commands .code-card {
min-height: 0;
white-space: pre-wrap;
overflow-wrap: anywhere;
}
.quickstart-meta {
margin: 0;
color: var(--muted);
font-size: 14px;
}
.section { padding: 78px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 88px; }
.section-head {
display: grid;
grid-template-columns: minmax(0, .8fr) minmax(280px, .34fr);
gap: 40px;
align-items: end;
margin-bottom: 28px;
}
h2 { margin: 0; font-size: clamp(38px, 6vw, 76px); line-height: .93; letter-spacing: 0; }
.section-head p, .section-lead { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.52; }
.principles {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
}
.managed-proof {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
margin-bottom: 22px;
}
.managed-shot {
margin: 0;
overflow: hidden;
border: 1px solid var(--line);
border-radius: 8px;
background: var(--panel);
}
.managed-shot.primary,
.managed-shot.wide { grid-column: 1 / -1; }
.managed-shot img {
display: block;
width: 100%;
height: auto;
border-bottom: 1px solid var(--line);
cursor: zoom-in;
}
.managed-shot p {
margin: 0;
padding: 14px 18px;
color: var(--muted);
font-size: 14px;
font-weight: 760;
}
.managed-shot b {
display: block;
margin-bottom: 3px;
color: var(--ink);
font-size: 15px;
}
.principle {
min-height: 220px;
display: grid;
align-content: space-between;
padding: 22px;
border: 1px solid var(--line);
border-radius: 8px;
background: var(--panel);
}
.principle small, .plane small, .feature small { color: var(--maple); font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.principle h3, .plane h3, .feature h3 { margin: 12px 0 8px; font-size: 26px; line-height: 1.05; }
.principle p, .plane p, .feature p { margin: 0; color: var(--muted); }
.planes {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.plane {
min-height: 320px;
padding: 24px;
display: grid;
align-content: space-between;
border: 1px solid var(--line);
border-radius: 8px;
background: var(--panel);
}
.plane ul { margin: 26px 0 0; padding: 0; list-style: none; color: var(--muted); }
.plane li { padding: 9px 0; border-top: 1px solid var(--line); }
.feature-grid {
display: grid;
grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
gap: 16px;
}
.feature {
border: 1px solid var(--line);
border-radius: 8px;
overflow: hidden;
background: var(--panel);
}
.screenshot-feature { background: #ece5d8; }
.feature-copy { padding: 22px; }
.product-shots {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
align-items: stretch;
padding: 12px;
background: #ece5d8;
}
.product-shots figure { margin: 0; }
.product-shots figure:first-child { grid-column: 1 / -1; }
.product-shots img {
display: block;
width: 100%;
height: auto;
object-fit: contain;
object-position: center top;
background: var(--panel);
border: 1px solid var(--line);
border-radius: 6px;
cursor: zoom-in;
}
.product-shots figcaption {
margin-top: 8px;
color: var(--muted);
font-size: 12px;
line-height: 16px;
font-weight: 820;
text-transform: uppercase;
letter-spacing: .05em;
}
.feature-list { display: grid; gap: 16px; }
.feature-list .feature { min-height: 168px; }
.module-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
margin: 18px 0 0;
padding: 0;
list-style: none;
}
.module-list li {
padding: 12px 14px;
border: 1px solid var(--line);
border-radius: 6px;
color: var(--muted);
background: #fffaf1;
font-weight: 760;
}
.providers {
display: grid;
grid-template-columns: minmax(0, .86fr) minmax(320px, .56fr);
gap: 16px;
}
.code-card {
margin: 0;
min-height: 100%;
padding: 24px;
color: #f5ebd7;
border-radius: 8px;
border: 1px solid #2f342e;
background: #1c211d;
overflow: auto;
}
.provider-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.provider { min-height: 130px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); }
.provider b { display: block; margin-bottom: 8px; color: var(--blue); }
.provider p { margin: 0; color: var(--muted); }
.cta {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 28px;
align-items: center;
padding: 30px;
border: 1px solid var(--ink);
border-radius: 8px;
background: var(--ink);
color: var(--paper-2);
}
.cta p { margin: 12px 0 0; color: #c9c2b7; }
.cta .btn { border-color: rgba(255,255,255,.24); color: var(--paper-2); background: rgba(255,255,255,.08); }
.cta .btn.primary { border-color: var(--paper-2); background: var(--paper-2); color: var(--ink); }
.cta-actions { display: grid; gap: 14px; justify-items: end; }
.cta-actions .actions { justify-content: flex-end; margin-top: 0; }
.share-row { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; color: #c9c2b7; font-size: 13px; font-weight: 820; }
.share-row span { display: inline-flex; min-height: 34px; align-items: center; }
.share-row a { min-height: 34px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: rgba(255,255,255,.06); color: var(--paper-2); }
.footer { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); padding: 36px 0 54px; }
.lightbox[hidden] { display: none; }
.lightbox {
position: fixed;
inset: 0;
z-index: 80;
display: grid;
grid-template-rows: auto minmax(0, 1fr) auto;
gap: 12px;
padding: 24px;
background: rgba(28, 29, 25, .88);
backdrop-filter: blur(14px);
}
.lightbox img {
max-width: min(1500px, 100%);
max-height: 100%;
align-self: center;
justify-self: center;
border: 1px solid rgba(255,255,255,.2);
border-radius: 8px;
background: var(--panel);
box-shadow: 0 30px 100px rgba(0,0,0,.42);
}
.zoom-close {
justify-self: end;
width: 44px;
height: 44px;
border: 1px solid rgba(255,255,255,.26);
border-radius: 8px;
color: #fff;
background: rgba(255,255,255,.1);
font: inherit;
font-size: 24px;
cursor: pointer;
}
.zoom-caption { margin: 0 auto; color: #ede4d8; text-align: center; }
@media (max-width: 980px) {
.navlinks { display: none; }
.hero-grid, .section-head, .quickstart, .feature-grid, .providers, .product-shots, .proof-strip, .cta, .managed-proof, .video-proof-head { grid-template-columns: 1fr; }
.managed-shot.primary, .managed-shot.wide { grid-column: auto; }
.cta-actions { justify-items: start; }
.cta-actions .actions { justify-content: flex-start; }
.share-row { justify-content: flex-start; }
.principles, .planes, .provider-grid { grid-template-columns: 1fr 1fr; }
.product-shots img { min-height: 0; max-height: 680px; object-fit: contain; }
}
@media (max-width: 620px) {
.wrap { width: min(100% - 28px, 1240px); }
.hero { min-height: auto; padding-top: 38px; }
.principles, .planes, .provider-grid { grid-template-columns: 1fr; }
.screen-label, .footer, .module-list { display: grid; grid-template-columns: 1fr; }
}
</style>
</head>
<body>
<header class="topbar">
<nav class="wrap nav" aria-label="Main navigation">
<a class="brand" href="./"><img src="./assets/openmaple-mascot.svg" alt="" />OpenMaple</a>
<div class="navlinks">
<a href="#quickstart">Quickstart</a>
<a href="#tour">Tour</a>
<a href="#local-docker-tour">Local Docker</a>
<a href="#managed-agents">Managed Agents</a>
<a href="#platform">Platform</a>
<a href="#features">Product</a>
<a href="#providers">Providers</a>
<a href="https://github.com/dragonforce2010/openmaple/blob/main/README.zh-CN.md">中文</a>
<a class="repo" href="https://github.com/dragonforce2010/openmaple">GitHub</a>
</div>
</nav>
</header>
<main>
<section class="wrap hero">
<div>
<div class="hero-kicker">Managed agents without cloud lock-in</div>
<h1>OpenMaple</h1>
<div class="hero-grid">
<div>
<p class="lead"><strong>An open-source control plane for long-running agents.</strong> OpenMaple turns agent prototypes into sessions, sandboxes, runtime pools, vault-backed tools, event logs, SDK calls, and CLI workflows you can try in Codespaces, run locally with Docker, and later move onto your own cloud.</p>
<div class="actions">
<a class="btn primary" href="https://codespaces.new/dragonforce2010/openmaple?quickstart=1">Open Codespaces</a>
<a class="btn" href="#quickstart">Run locally</a>
<a class="btn" href="#tour">Watch tour</a>
<a class="btn maple" href="https://github.com/dragonforce2010/openmaple">Star on GitHub</a>
<a class="btn" href="https://github.com/dragonforce2010/openmaple/discussions/30">Launch discussion</a>
<a class="btn" href="https://github.com/dragonforce2010/openmaple/blob/main/EVALUATION.md">Evaluation guide</a>
<a class="btn" href="https://www.npmjs.com/package/maple-agent-cli">Install CLI</a>
<a class="btn" href="https://github.com/dragonforce2010/openmaple/blob/main/README.zh-CN.md">中文 README</a>
<a class="btn" href="https://www.anthropic.com/engineering/managed-agents">Managed Agents essay</a>
</div>
</div>
<p class="hero-note">OpenMaple is not an Anthropic official product. It implements the same operating idea in an open stack: decouple the brain from the hands, persist the session, isolate computation, and let harnesses evolve behind stable interfaces.</p>
</div>
</div>
</section>
<section class="screen-stage" aria-label="OpenMaple public proof points">
<div class="screen-inner">
<div class="screen-label"><span>Real OpenMaple console capture</span><span>Public-safe crop from the running product</span></div>
<img src="./assets/screenshots/openmaple-quickstart.png" alt="OpenMaple quickstart builder real console screenshot" />
<div class="proof-strip">
<div class="proof-cell"><b>Console + API</b><span>React console and Express control plane live in the same open repo.</span></div>
<div class="proof-cell"><b>SDK + CLI</b><span>Programmatic entry points are packaged as `maple-agent-sdk` and `maple-agent-cli`.</span></div>
<div class="proof-cell"><b>Provider adapters</b><span>Start with local Docker runtime/sandbox pools, then replace providers by policy.</span></div>
</div>
</div>
</section>
<section id="tour" class="wrap video-proof" aria-label="OpenMaple product tour video">
<div class="video-proof-head">
<h2>Watch the real product tour.</h2>
<p>A 2-minute walkthrough built from the running console: agent creation, cited sandbox sessions, vaults, CLI, SDK, skills, deployments, and observability.</p>
<div class="actions"><a class="btn" href="https://www.youtube.com/watch?v=zYhgkFomZ7M">Watch on YouTube</a></div>
</div>
<video class="product-video" controls preload="metadata" poster="./assets/screenshots/openmaple-quickstart.png">
<source src="./assets/videos/openmaple-platform-tour.mp4" type="video/mp4" />
Download the OpenMaple platform tour from the GitHub repository.
</video>
</section>
<section id="quickstart" class="wrap quickstart">
<div class="quickstart-copy">
<h2>Run managed agents locally.</h2>
<p>OpenMaple ships a self-contained local Docker path: separate web, API, and MySQL services, dev login, local Docker runtime pools, and local Docker sandbox pools. E2B and veFaaS keys are not needed for the default local path; model keys are only needed for real model-backed loops.</p>
<div class="actions">
<a class="btn primary" href="https://codespaces.new/dragonforce2010/openmaple?quickstart=1">Open Codespaces</a>
<a class="btn" href="https://github.com/dragonforce2010/openmaple#run-it-locally">Open README</a>
<a class="btn" href="#local-docker-tour">Watch local Docker tour</a>
<a class="btn" href="https://github.com/dragonforce2010/openmaple/blob/main/EVALUATION.md">Evaluation guide</a>
<a class="btn" href="https://github.com/dragonforce2010/openmaple/releases/latest">Latest release</a>
<a class="btn" href="https://github.com/dragonforce2010/openmaple/discussions/30">Feedback thread</a>
</div>
</div>
<div class="quickstart-commands">
<pre class="code-card"><code>./scripts/setup-local-docker.sh
npm run smoke:local
BASE=http://127.0.0.1:27951
curl $BASE/health
curl http://127.0.0.1:8080/health</code></pre>
<p class="quickstart-meta">Console: http://127.0.0.1:8080/ · API: http://127.0.0.1:27951/</p>
</div>
</section>
<section id="local-docker-tour" class="wrap section" aria-label="OpenMaple local Docker walkthrough video and screenshots">
<div class="section-head">
<h2>From one command to local Docker pools.</h2>
<p>The local Docker proof path is captured from the running product in HD: setup command, smoke check, dashboard, runtime pool, sandbox pool, sessions, quickstart, and a session timeline with local Docker metadata.</p>
</div>
<video class="product-video" controls preload="metadata" poster="./assets/screenshots/openmaple-local-setup-terminal.png">
<source src="./assets/videos/openmaple-local-docker-tour.mp4" type="video/mp4" />
Download the OpenMaple local Docker walkthrough from the GitHub repository.
</video>
<div class="managed-proof" aria-label="OpenMaple local Docker proof screenshots">
<figure class="managed-shot primary">
<img src="./assets/screenshots/openmaple-local-setup-terminal.png" alt="OpenMaple local Docker setup terminal output with health checks and local login URL" />
<p><b>One setup command</b>The script starts web, API, MySQL, local dev login, and prints health URLs.</p>
</figure>
<figure class="managed-shot">
<img src="./assets/screenshots/openmaple-local-dashboard.png" alt="OpenMaple local Docker demo workspace dashboard" />
<p><b>Demo workspace</b>The local stack opens with seeded agents, sessions, targets, and provider state.</p>
</figure>
<figure class="managed-shot">
<img src="./assets/screenshots/openmaple-local-settings-overview.png" alt="OpenMaple local Docker workspace settings overview" />
<p><b>Settings overview</b>Runtime, sandbox, model, and workspace settings stay visible in one drawer.</p>
</figure>
<figure class="managed-shot">
<img src="./assets/screenshots/openmaple-local-settings-runtime.png" alt="OpenMaple local Docker runtime provider settings" />
<p><b>Local Docker runtime</b>The runtime provider uses the local Docker daemon and a `node:22-bookworm` image.</p>
</figure>
<figure class="managed-shot">
<img src="./assets/screenshots/openmaple-local-runtime-pool-drawer.png" alt="OpenMaple local Docker runtime pool members drawer" />
<p><b>Runtime pool members</b>Workspace settings show active local Docker runtime members and session counts.</p>
</figure>
<figure class="managed-shot">
<img src="./assets/screenshots/openmaple-local-settings-sandbox.png" alt="OpenMaple local Docker sandbox provider settings" />
<p><b>Local Docker sandbox</b>Sandbox execution uses local containers without E2B or veFaaS keys.</p>
</figure>
<figure class="managed-shot">
<img src="./assets/screenshots/openmaple-local-sandbox-pool-drawer.png" alt="OpenMaple local Docker sandbox pool members drawer" />
<p><b>Sandbox pool members</b>Standby sandbox members expose image, status, claim fields, and TTL.</p>
</figure>
<figure class="managed-shot">
<img src="./assets/screenshots/openmaple-local-sessions-list.png" alt="OpenMaple local Docker sessions list" />
<p><b>Sessions list</b>Local sessions keep run state and session identifiers visible for inspection.</p>
</figure>
<figure class="managed-shot wide">
<img src="./assets/screenshots/openmaple-local-session-dashboard.png" alt="OpenMaple local Docker session timeline with transcript and tool events" />
<p><b>Session timeline</b>The local session view keeps transcript, tool events, sandbox metadata, and debug context together.</p>
</figure>
<figure class="managed-shot wide">
<img src="./assets/screenshots/openmaple-local-quickstart.png" alt="OpenMaple local Docker quickstart builder" />
<p><b>Quickstart</b>Users can move from the local trial into agent creation without changing deployment modes.</p>
</figure>
</div>
</section>
<div class="wrap below-fold-hint">Session, sandbox, runtime, vault, tool calls, and audit log stay separate so managed agents can run longer than a local demo.</div>
<section id="managed-agents" class="wrap section">
<div class="section-head">
<h2>Anthropic's managed-agent idea, made open.</h2>
<p>Anthropic frames Managed Agents as a meta-harness: a system around Claude with general interfaces for stateful sessions, computation, tools, sandboxes, and future harnesses. OpenMaple maps that idea onto an open control plane.</p>
</div>
<div class="managed-proof" aria-label="OpenMaple managed-agent lifecycle screenshots">
<figure class="managed-shot primary">
<img src="./assets/screenshots/openmaple-quickstart.png" alt="OpenMaple quickstart builder real console screenshot inside the managed agents section" />
<p><b>Quickstart builder</b>Turn an agent idea into agent, environment, vault, and session resources from the running console.</p>
</figure>
<figure class="managed-shot">
<img src="./assets/screenshots/openmaple-agents.png" alt="OpenMaple agents registry real console screenshot inside the managed agents section" />
<p><b>Agents</b>Version prompts, tools, MCP servers, skills, model configs, and loop type as managed resources.</p>
</figure>
<figure class="managed-shot">
<img src="./assets/screenshots/openmaple-environments.png" alt="OpenMaple runtime environments real console screenshot inside the managed agents section" />
<p><b>Runtime environments</b>Separate AgentRuntime and SandboxRuntime choices so execution can move behind stable contracts.</p>
</figure>
<figure class="managed-shot wide">
<img src="./assets/screenshots/openmaple-vaults.png" alt="OpenMaple credential vaults real console screenshot inside the managed agents section" />
<p><b>Credential vaults</b>Attach tool credentials by reference without exposing raw secret material to agent runs.</p>
</figure>
</div>
<div class="principles">
<article class="principle">
<div><small>Brain / hands split</small><h3>AgentRuntime thinks. Sandbox acts.</h3><p>The agent loop and the tool execution environment are separate. Credentials and generated code do not need to live in the same blast radius.</p></div>
</article>
<article class="principle">
<div><small>Session as state</small><h3>Every run has a durable event log.</h3><p>User messages, model deltas, tool calls, artifacts, failures, and status changes become an inspectable timeline.</p></div>
</article>
<article class="principle">
<div><small>Meta-harness</small><h3>Claude Code, Codex, or custom loops.</h3><p>OpenMaple is opinionated about interfaces around agents, not about the one harness every future task must use.</p></div>
</article>
<article class="principle">
<div><small>Managed operations</small><h3>Vaults, permissions, runtime pools, observability.</h3><p>The platform owns repeatable operations: secrets by reference, workspace scope, provider identity, long-running sessions, and audit trails.</p></div>
</article>
</div>
</section>
<section id="platform" class="wrap section">
<div class="section-head">
<h2>Control plane first. Execution path second.</h2>
<p>OpenMaple separates managed-agent resources from the providers that execute them. This keeps recovery, cloud migration, and loop experiments practical.</p>
</div>
<div class="planes">
<article class="plane"><div><small>01</small><h3>Control Plane</h3><p>Workspace truth, agents, sessions, vaults, model configs, members, API keys, and audit-ready event records.</p></div><ul><li>Tenant-scoped access</li><li>Workspace API keys</li><li>Session event timeline</li></ul></article>
<article class="plane"><div><small>02</small><h3>Runtime Plane</h3><p>Agent loops run behind provider adapters: local Docker for self-contained evaluation, veFaaS for cloud deployment, and Lambda / FC-style paths as provider work expands.</p></div><ul><li>Runtime pools</li><li>Background provisioning</li><li>Loop-level health</li></ul></article>
<article class="plane"><div><small>03</small><h3>Sandbox Plane</h3><p>Tool execution stays isolated from control data. Use local Docker by default, or swap to E2B, veFaaS Sandbox, Vercel, and future providers by policy.</p></div><ul><li>Tool calls</li><li>Artifacts</li><li>Credential references</li></ul></article>
</div>
</section>
<section id="features" class="wrap section">
<div class="section-head">
<h2>Console, API, SDK, and CLI in one repo.</h2>
<p>OpenMaple exposes the managed-agent lifecycle as resources you can operate from UI or code.</p>
</div>
<div class="feature-grid">
<article class="feature screenshot-feature">
<div class="product-shots">
<figure>
<img src="./assets/screenshots/openmaple-agents.png" alt="OpenMaple agents registry real console screenshot" />
<figcaption>Agents registry</figcaption>
</figure>
<figure>
<img src="./assets/screenshots/openmaple-environments.png" alt="OpenMaple environments real console screenshot" />
<figcaption>Runtime environments</figcaption>
</figure>
<figure>
<img src="./assets/screenshots/openmaple-vaults.png" alt="OpenMaple credential vaults real console screenshot" />
<figcaption>Credential vaults</figcaption>
</figure>
</div>
</article>
<div class="feature-list">
<article class="feature"><div class="feature-copy"><small>Current product</small><h3>Managed-agent resources, not one-off demos.</h3><p>Agents, environments, sessions, vaults, runtime pools, and API access are modeled as product resources.</p></div></article>
<article class="feature"><div class="feature-copy"><small>Quickstart</small><h3>Build from intent.</h3><p>Create a runnable path: agent, environment, model, vault, and session.</p></div></article>
<article class="feature"><div class="feature-copy"><small>Sessions</small><h3>Observe every run.</h3><p>Follow user messages, agent events, sandbox metadata, artifacts, and debugging context.</p></div></article>
<article class="feature"><div class="feature-copy"><small>Vaults</small><h3>Keep tools credentialed.</h3><p>MCP OAuth and API secrets live as references that can be attached without exposing raw keys.</p></div></article>
</div>
</div>
</section>
<section id="providers" class="wrap section">
<div class="section-head">
<h2>Provider identity unlocks multi-cloud agents.</h2>
<p>Tenants configure cloud identities once; runtime, sandbox, and storage selections become provider plus focused options. This is the path toward failover and workload placement.</p>
</div>
<div class="providers">
<pre class="code-card"><code>cloudProviderIdentity:
provider: volcengine | aliyun | aws | gcp
auth: aksk | oidc | role
runtimeProvider:
type: local_docker | vefaas | fc | lambda
sandboxProvider:
type: local_docker | e2b | vefaas_sandbox | vercel
storageProvider:
type: tos | oss | s3 | gcs</code></pre>
<div class="provider-grid">
<div class="provider"><b>Runtime portability</b><p>Start with local Docker, then move agent loops to veFaaS, Alibaba FC, AWS Lambda, or other provider adapters.</p></div>
<div class="provider"><b>Sandbox portability</b><p>Route tool execution to local Docker, E2B, veFaaS Sandbox, or Vercel by policy.</p></div>
<div class="provider"><b>Storage portability</b><p>Use TOS, OSS, S3, or GCS behind one artifact and file contract.</p></div>
<div class="provider"><b>Loop portability</b><p>Run Claude Code and Codex chains under the same session event model.</p></div>
</div>
</div>
</section>
<section class="wrap section">
<div class="cta">
<div><h2>Ship a managed-agent path today.</h2><p>Start with the local setup script, inspect the local Docker runtime and sandbox pools, then connect cloud providers when the evaluation needs them. If this is useful to platform teams, pass the repo to them.</p></div>
<div class="cta-actions">
<div class="actions">
<a class="btn primary" href="https://codespaces.new/dragonforce2010/openmaple?quickstart=1">Open Codespaces</a>
<a class="btn" href="#quickstart">Run locally</a>
<a class="btn" href="https://github.com/dragonforce2010/openmaple">View repo</a>
<a class="btn" href="https://github.com/dragonforce2010/openmaple/discussions/30">Feedback thread</a>
<a class="btn" href="https://www.npmjs.com/package/maple-agent-cli">CLI package</a>
</div>
<div class="share-row" aria-label="Share OpenMaple">
<span>Share:</span>
<a href="https://twitter.com/intent/tweet?text=OpenMaple%20-%20open-source%20managed%20agents%20with%20self-contained%20local%20Docker%20runtime%20and%20sandbox%20pools%0A%0Ahttps%3A%2F%2Fgithub.com%2Fdragonforce2010%2Fopenmaple">X</a>
<a href="https://news.ycombinator.com/submitlink?u=https%3A%2F%2Fgithub.com%2Fdragonforce2010%2Fopenmaple&t=OpenMaple%20-%20open-source%20managed%20agents%20with%20local%20Docker%20runtime%20and%20sandbox%20pools">HN</a>
<a href="https://www.reddit.com/submit?url=https%3A%2F%2Fgithub.com%2Fdragonforce2010%2Fopenmaple&title=OpenMaple%20-%20open-source%20managed%20agents%20with%20local%20Docker%20runtime%20and%20sandbox%20pools">Reddit</a>
</div>
</div>
</div>
</section>
</main>
<footer class="wrap footer">
<span>OpenMaple · open-source Managed Agents platform</span>
<span>Console · REST API · SDK · CLI · Skills</span>
</footer>
<div class="lightbox" hidden>
<button class="zoom-close" type="button" aria-label="Close screenshot preview">x</button>
<img alt="" />
<p class="zoom-caption"></p>
</div>
<script>
const lightbox = document.querySelector(".lightbox");
const lightboxImage = lightbox.querySelector("img");
const lightboxCaption = lightbox.querySelector(".zoom-caption");
const closeLightbox = () => {
lightbox.hidden = true;
lightboxImage.removeAttribute("src");
lightboxCaption.textContent = "";
};
document.querySelectorAll(".screen-stage img, .managed-proof img, .product-shots img").forEach((image) => {
image.addEventListener("click", () => {
lightboxImage.src = image.currentSrc || image.src;
lightboxImage.alt = image.alt;
lightboxCaption.textContent = image.closest("figure")?.querySelector("figcaption")?.textContent || image.alt;
lightbox.hidden = false;
});
});
lightbox.querySelector(".zoom-close").addEventListener("click", closeLightbox);
lightbox.addEventListener("click", (event) => {
if (event.target === lightbox) closeLightbox();
});
document.addEventListener("keydown", (event) => {
if (event.key === "Escape" && !lightbox.hidden) closeLightbox();
});
</script>
</body>
</html>