Skip to content

Commit 6f6d5b0

Browse files
authored
Merge pull request #5452 from Agenta-AI/fix/website-landing-meta
fix(website): landing meta description matches the site's own copy
2 parents 5ceca94 + 99da791 commit 6f6d5b0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

website/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const orgJsonLd = {
3131

3232
<Base
3333
title="Agenta — The open-source workspace for your agents"
34-
description="Agenta is the open-source workspace for building AI agents and automations. Design and version prompts, evaluate quality, and monitor production — self-hosted or in the cloud."
34+
description="Agenta is the open-source workspace for your agents. Build agents through chat, improve them with feedback, and share them with your whole team — self-hosted or in the cloud."
3535
>
3636
<Fragment slot="head">
3737
<script

website/src/pages/llms.txt.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ const body = `# Agenta
1313
1414
## About
1515
16-
- Design and version prompts, evaluate quality, and monitor production.
16+
- Build agents through chat: describe the job, give the agent context and tools, and improve it through real work and feedback.
17+
- Share agents with your team, and run them on a schedule or when an event happens in a connected app.
1718
- Consequential actions can wait for human approval before they run.
1819
- Prompts, skills, and tools are versioned like code, so you can roll back to any revision.
1920
- MIT-licensed and yours to run: self-host on your own infrastructure to keep your agents and data with you.

0 commit comments

Comments
 (0)