Skip to content

Commit

Permalink
Merge pull request #8 from BCG-X-Official/github-com/develop
Browse files Browse the repository at this point in the history
chore: update docs, public repository
  • Loading branch information
kaikun213 committed Feb 1, 2024
2 parents ecbe102 + 427cfc4 commit 2456279
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
* @heyder-jakob
* @kaikun213
* @drivian
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<img src="static/agentkit_logo_color.png" alt="AgentKit logo" style="width:500px;"/>

[![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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down Expand Up @@ -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',
},
],
},
Expand Down

0 comments on commit 2456279

Please sign in to comment.