File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11<div class =" hero-title " >
2- <h1 class =" main-title " >Building a minimal AI agent</h1 >
3- <p class =" subtitle " >for software engineering, terminal use and more</p >
2+ <h1 class =" main-title " >Building a minimal AI agent from scratch </h1 >
3+ <p class =" subtitle " >for software engineering, terminal use, and more</p >
44</div >
55
66<div class =" author-box " >
77 <p ><strong >Authors:</strong > Kilian Lieret, Carlos Jimenez, John Yang, Ofir Press.</p >
8- <p ><strong >Contributions by</strong > <a href =" #contribute " >Contribute</a ></p >
8+ <p ><strong >Contributions by</strong > ... <a href =" #contribute " >Contribute</a ></p >
99</div >
1010
1111So you want to build your own AI agent from scratch? The good news: It's super simple, especially with more recent language models.
Original file line number Diff line number Diff line change 88}
99
1010.hero-title .main-title {
11- font-size : 3 rem ;
11+ font-size : 2.2 rem ;
1212 font-weight : 700 ;
1313 margin : 0 ;
1414 margin-bottom : 0.5rem ;
2727 background-color : var (--md-default-bg-color );
2828 border : 1px solid var (--md-default-fg-color--lightest );
2929 border-radius : 8px ;
30- padding : 1.5 rem ;
31- margin-bottom : 3 rem ;
30+ padding : 0.75 rem 1 rem ;
31+ margin-bottom : 2 rem ;
3232 text-align : center;
3333}
3434
3535.author-box p {
36- margin : 0.5 rem 0 ;
36+ margin : 0.25 rem 0 ;
3737}
3838
3939.author-box strong {
You can’t perform that action at this time.
0 commit comments