diff --git a/README.md b/README.md index 4c71c00d7..2c1483f5c 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@

-

@@ -55,7 +54,6 @@

-
@@ -64,7 +62,6 @@ -


@@ -96,54 +93,58 @@ # ⭐️ Why Agenta? -Agenta is an end-to-end LLM developer platform. It provides the tools for **prompt engineering and management**, ⚖️ **evaluation**, **human annotation**, and :rocket: **deployment**. All without imposing any restrictions on your choice of framework, library, or model. +Agenta is an end-to-end LLM developer platform. It provides the tools for **prompt engineering and management**, ⚖️ **evaluation**, **human annotation**, and :rocket: **deployment**. All without imposing any restrictions on your choice of framework, library, or model. -Agenta allows developers and product teams to collaborate in building production-grade LLM-powered applications in less time. +Agenta allows developers and product teams to collaborate in building production-grade LLM-powered applications in less time. ### With Agenta, you can: -- [🧪 **Experiment** and **compare** prompts](https://docs.agenta.ai/basic_guides/prompt_engineering) on [any LLM workflow](https://docs.agenta.ai/advanced_guides/custom_applications) (chain-of-prompts, Retrieval Augmented Generation (RAG), LLM agents...) -- ✍️ Collect and [**annotate golden test sets**](https://docs.agenta.ai/basic_guides/test_sets) for evaluation -- 📈 [**Evaluate** your application](https://docs.agenta.ai/basic_guides/automatic_evaluation) with pre-existing or [**custom evaluators**](https://docs.agenta.ai/advanced_guides/using_custom_evaluators) -- [🔍 **Annotate** and **A/B test**](https://docs.agenta.aibasic_guides/human_evaluation) your applications with **human feedback** -- [🤝 **Collaborate with product teams**](https://docs.agenta.ai/basic_guides/team_management) for prompt engineering and evaluation -- [🚀 **Deploy your application**](https://docs.agenta.ai/basic_guides/deployment) in one-click in the UI, through CLI, or through github workflows. +- [🧪 **Experiment** and **compare** prompts](https://docs.agenta.ai/prompt_management/prompt_engineering) on [any LLM workflow](https://docs.agenta.ai/prompt_management/custom_applications) (chain-of-prompts, Retrieval Augmented Generation (RAG), LLM agents...) +- ✍️ Collect and [**annotate golden test sets**](https://docs.agenta.ai/evaluation/test_sets) for evaluation +- 📈 [**Evaluate** your application](https://docs.agenta.ai/evaluation/automatic_evaluation) with pre-existing or [**custom evaluators**](https://docs.agenta.ai/evaluation/custom_evaluator) +- [🔍 **Annotate** and **A/B test**](https://docs.agenta.ai/evaluation/human_evaluation) your applications with **human feedback** +- [🤝 **Collaborate with product teams**](https://docs.agenta.ai/misc/team_management) for prompt engineering and evaluation +- [🚀 **Deploy your application**](https://docs.agenta.ai/prompt_management/deployment) in one-click in the UI, through CLI, or through github workflows. ### Works with any LLM app workflow Agenta enables prompt engineering and evaluation on any LLM app architecture: + - Chain of prompts - RAG - Agents -- ... -It works with any framework such as [Langchain](https://langchain.com), [LlamaIndex](https://www.llamaindex.ai/) and any LLM provider (openAI, Cohere, Mistral). - -[Jump here to see how to use your own custom application with agenta](/advanced_guides/custom_applications) +It works with any framework such as [Langchain](https://langchain.com), [LlamaIndex](https://www.llamaindex.ai/) and any LLM provider (openAI, Cohere, Mistral). # Quick Start ### [Get started for free](https://cloud.agenta.ai?utm_source=github&utm_medium=readme&utm_campaign=github) -### [Explore the Docs](https://docs.agenta.ai) -### [Create your first application in one-minute](https://docs.agenta.ai/quickstart/getting-started-ui) -### [Create an application using Langchain](https://docs.agenta.ai/tutorials/first-app-with-langchain) + +### [Explore the Docs](https://docs.agenta.ai/getting_started/introduction) + +### [Create your first application in one-minute](https://docs.agenta.ai/getting_started/quick-start) + +### [Create an application using Langchain](https://docs.agenta.ai/guides/tutorials/first-app-with-langchain) + ### [Self-host agenta](https://docs.agenta.ai/self-host/host-locally) -### [Check the Cookbook](https://docs.agenta.ai/cookbook) -# Features +### [Check the Cookbook](https://docs.agenta.ai/guides/evaluation_from_sdk) +# Features -| Playground | Evaluation | -| ------- | ------- | -| Compare and version prompts for any LLM app, from single prompt to agents.