From d1b71828fbbaa9a585b621e9388d0e0cf5f4bd22 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 29 Jan 2025 16:00:40 -0500 Subject: [PATCH 1/2] Update README.md --- profile/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/profile/README.md b/profile/README.md index 42ffb1c..23c26cc 100644 --- a/profile/README.md +++ b/profile/README.md @@ -43,6 +43,7 @@ OSS extensions and apps: - [`Email assistant`](https://github.com/langchain-ai/executive-ai-assistant) - AI assistant that helps you maintain your emails (Python) - [`LangChain + Next.js template`](https://github.com/langchain-ai/langchain-nextjs-template) - template LangChain.js + Next.js application - [`Social media agent`](https://github.com/langchain-ai/social-media-agent) - agent for sourcing, curating, and scheduling social media posts with human-in-the-loop (TypeScript) +- [`Agent Protocol`](https://github.com/langchain-ai/agent-protocol) - Agent Protocol is our attempt at codifying the framework-agnostic APIs that are needed to serve LLM agents in production. ## Learn more From 135c99b40a0b53160c18f68413cd3288d3384bb3 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 29 Jan 2025 16:01:18 -0500 Subject: [PATCH 2/2] Update profile/README.md --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 23c26cc..df22ae3 100644 --- a/profile/README.md +++ b/profile/README.md @@ -43,7 +43,7 @@ OSS extensions and apps: - [`Email assistant`](https://github.com/langchain-ai/executive-ai-assistant) - AI assistant that helps you maintain your emails (Python) - [`LangChain + Next.js template`](https://github.com/langchain-ai/langchain-nextjs-template) - template LangChain.js + Next.js application - [`Social media agent`](https://github.com/langchain-ai/social-media-agent) - agent for sourcing, curating, and scheduling social media posts with human-in-the-loop (TypeScript) -- [`Agent Protocol`](https://github.com/langchain-ai/agent-protocol) - Agent Protocol is our attempt at codifying the framework-agnostic APIs that are needed to serve LLM agents in production. +- [`Agent Protocol`](https://github.com/langchain-ai/agent-protocol) - Agent Protocol is our attempt at codifying the framework-agnostic APIs that are needed to serve LLM agents in production ## Learn more