Add reasoning cache and viewer

This commit is contained in:
Jordan Wages 2025-06-27 01:39:02 -05:00
commit b6abe758b1
6 changed files with 240 additions and 7 deletions

17
reasoning.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AI Reasoning</title>
<link rel="stylesheet" href="options/bulma.css">
</head>
<body>
<section class="section">
<div class="container">
<h1 class="title" id="subject"></h1>
<div id="rules"></div>
</div>
</section>
<script src="reasoning.js"></script>
</body>
</html>