meerkat-mobkit 0.8.21

Companion orchestration platform for the Meerkat multi-agent runtime
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="mobkit-base-url" content="" />
    <title>MobKit Console</title>
    <link rel="stylesheet" href="/console/assets/console-app.css?v=212303359777" />
  </head>
  <body>
    <div id="root"></div>
    <script src="/console/assets/console-app.js?v=79b3fc62470b" defer></script>
  </body>
</html>