KaybaAI commited on
Commit
71dfc95
·
verified ·
1 Parent(s): 8222ccf

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -3
index.html CHANGED
@@ -7,10 +7,11 @@
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
- <div class="banner">
11
- <img src="Screenshot 2025-10-22 at 17.04.10.png" alt="KAYBA" />
12
- </div>
13
  <div class="card">
 
 
 
 
14
  <h1>We open-sourced Stanford's "Agentic Context Engineering" implementation - agents that learn from execution</h1>
15
 
16
  <p class="intro">We shipped an implementation of Stanford's "Agentic Context Engineering" paper: agents that improve by learning from their own execution.</p>
 
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
 
 
 
10
  <div class="card">
11
+ <div class="banner">
12
+ <img src="Screenshot 2025-10-22 at 17.04.10.png" alt="KAYBA" />
13
+ </div>
14
+ <br>
15
  <h1>We open-sourced Stanford's "Agentic Context Engineering" implementation - agents that learn from execution</h1>
16
 
17
  <p class="intro">We shipped an implementation of Stanford's "Agentic Context Engineering" paper: agents that improve by learning from their own execution.</p>