lwc 0.17.11

Agent-driven proactive memory CLI for AI agents — autonomously recall, maintain, and evolve persistent, source-grounded knowledge across sessions.
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
    <meta name="description" content="Read-only LWC project inspection" />
    <title>LWC View</title>
  </head>
  <body>
    <lwc-view></lwc-view>
    <script type="module" src="/src/main.ts"></script>
  </body>
</html>