Skip to content

Commit cd9735e

Browse files
committed
Update docs to reflect the move from AutoGen to ADK
1 parent 63e032f commit cd9735e

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/app/docs/kagent/concepts/architecture/page.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ In the future, we envision more features for the controller, such as:
2828

2929
## App/Engine
3030

31-
The kagent engine is the core component of kagent. It is a Python application that is responsible for running the agent's conversation loop. It is built on top of the [AutoGen](https://github.com/microsoft/autogen) framework. Currently, we are running the autogenstudio backend, but likely in the near future we will switch to running our own backend as the use-cases begin to diverge.
31+
The kagent engine is the core component of kagent. It is a Python application that is responsible for running the agent's conversation loop. It is built on top of the [ADK](https://google.github.io/adk-docs/) framework.
3232

33-
The autogen team did a wonderful job of creating a flexible, powerful, and most importantly extensible framework for building AI agents. We take full advantage of this by using the framework by adding our own `Teams`, `Agents`, and `Tools`.
33+
The ADK team did a wonderful job of creating a flexible, powerful, and most importantly extensible framework for building AI agents. We take full advantage of this by using the framework by adding our own `Agents`, and `Tools`.
3434

35-
Please see the following links for more information on the AutoGen framework:
35+
Please see the following links for more information on the ADK framework:
3636

37-
- [Serializing Components](https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/serialize-components.html)
38-
- [Component Config](https://microsoft.github.io/autogen/stable/user-guide/core-user-guide/framework/component-config.html)
39-
- [Autogen Agentchat](https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/index.html)
37+
- [Agents](https://google.github.io/adk-docs/agents/)
38+
- [Tools](https://google.github.io/adk-docs/tools/)
39+
- [Context](https://google.github.io/adk-docs/context/)
4040

4141
## CLI
4242

src/app/docs/kagent/introduction/what-is-kagent/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Kagent's architecture consists of three main components:
3030

3131
- **Tools**: Any MCP-style function that agents can leverage to interact with cloud-native systems. Kagent comes with pre-built tools that include capabilities like displaying pod logs, querying Prometheus metrics, generating resources and more. You can check the available tools in the [tool registry](/tools).
3232
- **Agents**: Autonomous systems that plan, execute, and analyze tasks using the available tools. These agents can chain multiple operations together to solve complex problems. Each agent can have access to one or more tools to accomplish its work. Agents can also be grouped into teams where a planning agent comes up with a plan and assigns tasks to individual agents in the team.
33-
- **Framework**: A flexible interface that allows running agents either through a UI or declaratively. Built on Microsoft's AutoGen framework, it provides extensive customization options.
33+
- **Framework**: A flexible interface that allows running agents either through a UI or declaratively. Built on Google's ADK framework, it provides extensive customization options.
3434

3535
## Why kagent?
3636

src/app/docs/kagent/resources/helm/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const metadata = {
1212

1313
# kagent
1414

15-
A Helm chart for kagent, built with Autogen
15+
A Helm chart for kagent, built with ADK
1616

1717
## Requirements
1818

0 commit comments

Comments
 (0)