CoolFace
Apppublic

gfernandf/orca-cognitive-runtime

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes
index.html13 linesDownload Raw Back to root
1<!doctype html>2<html>3<head>4  <meta charset="UTF-8">5  <title>ORCA Cognitive Runtime</title>6</head>7<body>8  <h1>ORCA Cognitive Runtime</h1>9  <p>LLM agents should reuse cognition, not recompute it.</p>10  <p><a href="https://github.com/gfernandf/agent-skills" target="_blank" rel="noopener noreferrer">GitHub</a></p>11</body>12</html>13