Skip to content

Commit 03627cb

Browse files
committed
chore(docs): reposition copy to the agents workspace
Update SDK, docs config, and intro/identity copy from the old LLMOps-platform framing to the new positioning: the open-source workspace for your agents. Prompt management, evaluation, and observability are reframed as supporting capabilities, not removed. Carries the 0.105.8 version bump from main. Claude-Session: https://claude.ai/code/session_013Qe1Vf2yvj33BVd5W1q7HB
1 parent 7b38504 commit 03627cb

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/docs/getting-started/01-introduction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
slug: /
33
title: What is Agenta?
4-
description: "Agenta is an open-source LLMOps platform: prompt playground, prompt management, LLM evaluation, and LLM Observability all in one place."
4+
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."
55
id: introduction
66
sidebar_position: 0
77
---
88

99

10-
Agenta is an **open-source LLMOps platform** that helps **AI engineers** and **subject matter experts** build reliable AI applications.
10+
Agenta is the **open-source workspace for your agents**. You build agents through chat, improve them with feedback, and share them with your whole team. It helps **AI engineers** and **subject matter experts** work on the same agents together.
1111

12-
Agenta covers the entire LLM development lifecycle: **prompt management**, **evaluation**, and **observability**.
12+
Underneath, Agenta gives you everything you need to make those agents reliable: **prompt management**, **evaluation**, and **observability**.
1313

1414
Learn how a typical workflow in Agenta looks like in this 5 minute walkthrough:
1515

docs/docs/misc/01-opensource.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Open Source vs. Commercial
33
sidebar_label: "OSS vs. Commercial"
4-
description: Agenta offers both MIT-licensed open source LLMOps tools and commercial features. Compare self-hosting options, feature availability, and licensing details.
4+
description: Agenta, the open-source workspace for your agents, offers both MIT-licensed open source features and commercial features. Compare self-hosting options, feature availability, and licensing details.
55
---
66

77
## Our Approach
@@ -12,7 +12,7 @@ We believe this approach offers the best balance. You get freedom to use all fun
1212

1313
### Why Open Source?
1414

15-
Open source matters for an LLMOps platform like Agenta because it gives you:
15+
Open source matters for a workspace like Agenta because it gives you:
1616

1717
1. **Flexibility**: Modify and customize the software to fit your needs.
1818
2. **Independence**: Avoid vendor lock-in, ensuring long-term project continuity.

docs/docs/tutorials/cookbooks/02-observability_langchain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import GoogleColabButton from "@site/src/components/GoogleColabButton";
1313

1414
## Introduction
1515

16-
This guide shows you how to set up tracing for a RAG application in Langchain using Agenta, the open-source LLMOps platform.
16+
This guide shows you how to set up tracing for a RAG application in Langchain using Agenta, the open-source workspace for your agents.
1717

1818
Tracing allows us to debug effectively complex LLM applications. It allows us to view exact prompts sent and contexts retrieved.
1919

docs/docusaurus.config.dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type * as OpenApiPlugin from "docusaurus-plugin-openapi-docs";
77

88
const config: Config = {
99
title: "Docs - Agenta",
10-
tagline: "The LLMOps platform.",
10+
tagline: "The open-source workspace for your agents.",
1111
favicon: "images/favicon.ico",
1212
// Local development configuration
1313
url: "http://localhost:5000",

docs/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import "dotenv/config";
88

99
const config: Config = {
1010
title: "Docs - Agenta",
11-
tagline: "The LLMOps platform.",
11+
tagline: "The open-source workspace for your agents.",
1212
favicon: "images/favicon.ico",
1313
// Public site lives on the main domain under /docs
1414
url: "https://agenta.ai",
@@ -690,7 +690,7 @@ const config: Config = {
690690
"docusaurus-plugin-llms-txt",
691691
{
692692
title: "Agenta Documentation",
693-
description: "The LLMOps platform for building and deploying LLM applications.",
693+
description: "The open-source workspace for your agents — build them through chat, improve them with feedback, and share them with your team.",
694694
fullLLMsTxt: true,
695695
},
696696
],

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "agenta"
33
version = "0.105.8"
4-
description = "The SDK for agenta is an open-source LLMOps platform."
4+
description = "Agenta — the open-source workspace for your agents. Build agents through chat, improve them with feedback, and share them with your team."
55
readme = "README.md"
66
requires-python = ">=3.11,<3.14"
77
license = "MIT"

0 commit comments

Comments
 (0)