From d1cfd65be99f0ba79c437ac1a80a5428e21ec319 Mon Sep 17 00:00:00 2001 From: Jakob Heyder Date: Thu, 1 Feb 2024 22:17:41 +0100 Subject: [PATCH 1/2] chore: update docs, public repository --- README.md | 8 ++++---- docs/docusaurus/docusaurus.config.js | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 86919c26..27afaec2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ AgentKit logo -[![Lint-Backend](https://github.com/bcgx-pi-genAI/agent-x/actions/workflows/lint-backend.yml/badge.svg?branch=main)](https://github.com/bcgx-pi-genAI/agent-x/actions/workflows/lint-backend.yml?query=branch%3Amain) -[![Lint-Frontend](https://github.com/bcgx-pi-genAI/agent-x/actions/workflows/lint-frontend.yml/badge.svg?branch=main)](https://github.com/bcgx-pi-genAI/agent-x/actions/workflows/lint-frontend.yml?query=branch%3Amain) -[![Tests](https://github.com/bcgx-pi-genAI/agent-x/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/bcgx-pi-genAI/agent-x/actions/workflows/tests.yml?query=branch%3Amain) +[![Lint-Backend](https://github.com/BCG-X-Official/agentkit/actions/workflows/lint-backend.yml/badge.svg?branch=main)](https://github.com/BCG-X-Official/agentkit/actions/workflows/lint-backend.yml?query=branch%3Amain) +[![Lint-Frontend](https://github.com/BCG-X-Official/agentkit/actions/workflows/lint-frontend.yml/badge.svg?branch=main)](https://github.com/BCG-X-Official/agentkit/actions/workflows/lint-frontend.yml?query=branch%3Amain) +[![Tests](https://github.com/BCG-X-Official/agentkit/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/BCG-X-Official/agentkit/actions/workflows/tests.yml?query=branch%3Amain) # AgentKit: rapidly build high quality Agent apps AgentKit is a LangChain-based starter kit developed by BCG X to build Agent apps. Developers can use AgentKit to @@ -16,7 +16,7 @@ Key advantages of the AgentKit toolkit include: - 📈 **Set up to scale**: Set up to scale to MVP with ready made Queue Management, Auth, Caching, Monitoring etc. -https://github.com/bcgx-pi-genAI/agent-x/assets/125347044/32bf632e-a7e0-4cbd-a172-4ba014e64db0 +https://github.com/BCG-X-Official/agentkit/assets/125347044/32bf632e-a7e0-4cbd-a172-4ba014e64db0 ### Tech stack diff --git a/docs/docusaurus/docusaurus.config.js b/docs/docusaurus/docusaurus.config.js index 6545d552..9dc3dc31 100644 --- a/docs/docusaurus/docusaurus.config.js +++ b/docs/docusaurus/docusaurus.config.js @@ -82,7 +82,7 @@ const config = { }, // {to: '/blog', label: 'Blog', position: 'left'}, { - href: 'https://github.com/bcgx-pi-genai/AgentKit', //TODO: change to public repo + href: 'https://github.com/BCG-X-Official/agentkit', label: 'GitHub', position: 'right', }, @@ -121,7 +121,7 @@ const config = { items: [ { label: 'Github', - href: 'https://github.com/bcgx-pi-genAI/agent-x', //TODO: change to public repo + href: 'https://github.com/BCG-X-Official/agentkit', }, ], }, From 427cfc412d295a2b6ba78a5f02fe042de0fe5415 Mon Sep 17 00:00:00 2001 From: Jakob Heyder Date: Thu, 1 Feb 2024 22:22:31 +0100 Subject: [PATCH 2/2] chore: update codeowners --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 555848cb..3c88c50f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1,3 @@ * @heyder-jakob +* @kaikun213 +* @drivian \ No newline at end of file