@@ -84,13 +84,24 @@ holodeck deploy agent.yaml --port 8000
8484 </p >
8585 <div class =" two-col" >
8686 <div >
87- <ul style =" padding-left: 18px; margin-top: 14px; font-size: 13px; color: var(--muted); line-height: 1.6;" >
88- <li ><strong >No-Code Agents</strong > — models, prompts, tools, memory, and vector stores defined in YAML.</li >
89- <li ><strong >Hypothesis-Driven Testing</strong > — turn real user journeys into structured test cases.</li >
90- <li ><strong >Integrated Evaluations</strong > — groundedness, relevance, F1, BLEU, ROUGE, and more.</li >
91- <li ><strong >One-Command Deployment</strong > — <code >holodeck deploy</code > turns configs into APIs.</li >
92- <li ><strong >Self-Hosted & Open Source</strong > — no vendor lock-in, ship on your own infra.</li >
93- </ul >
87+ <div class =" mini-grid" >
88+ <div class =" mini-card" >
89+ <h3 >No-Code Agents</h3 >
90+ <p >Models, prompts, tools, memory, and vector stores defined in YAML.</p >
91+ </div >
92+ <div class =" mini-card" >
93+ <h3 >Hypothesis Testing</h3 >
94+ <p >Turn real user journeys into structured test cases and evals.</p >
95+ </div >
96+ <div class =" mini-card" >
97+ <h3 >Integrated Metrics</h3 >
98+ <p >Groundedness, relevance, F1, BLEU, ROUGE, and more in one CLI.</p >
99+ </div >
100+ <div class =" mini-card" >
101+ <h3 >Deploy Anywhere</h3 >
102+ <p ><code >holodeck deploy</code > converts configs to FastAPI services.</p >
103+ </div >
104+ </div >
94105 </div >
95106 <div class =" code-card" >
96107name: "customer-support-agent"
0 commit comments