Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 0 additions & 77 deletions src/app/docs/kagent/concepts/memory/page.txt

This file was deleted.

2 changes: 1 addition & 1 deletion src/app/docs/kagent/examples/slack-a2a/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const metadata = {

# Integrating kagent with Slack

Kagent enables you to create AI agents that run inside your Kubernetes cluster. They have access to a variety of [built-in tools](/docs/kagent/concepts/tools) like Kubernetes, Istio, Grafana, Prometheus, Argo and can be extended with any other tools [using MCP](/docs/kagent/examples/documentation). They can also draw information [from your data](/docs/kagent/concepts/memory) and execute other agents.
Kagent enables you to create AI agents that run inside your Kubernetes cluster. They have access to a variety of [built-in tools](/docs/kagent/concepts/tools) like Kubernetes, Istio, Grafana, Prometheus, Argo and can be extended with any other tools [using MCP](/docs/kagent/examples/documentation).

![Slack - A2A - MCP - kagent](/images/slack-a2a/slack-a2a-kagent.png)

Expand Down
9 changes: 0 additions & 9 deletions src/app/docs/kagent/getting-started/first-agent/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,6 @@ Let's create an agent that can use Kubernetes tools to interact with the cluster

![Create new agent](/images/kagent-new.png "Create a new agent")

{/* TODO memory
## Adding memory

Memories are database instances with information that you want the agent to have access to when completing tasks.

Before you can add memories to an agent, you must first create a memory instance. For now, let's skip memory. When you're ready, you can check out the [memory guide](/docs/kagent/concepts/memory).

![Memory](/images/kagent-memory.png "Skip adding memory for now") */}

## Adding tools

Tools are an essential building block of the agent. They are the commands that the agent can run to interact with the environment. As LLMs don't have the ability to run commands, tools are the way to bridge the gap between the agent and the environment. Kagent provides a set of built-in tools that you can use to interact with Kubernetes, Istio, Prometheus and projects. You can also [build your own tools](/tools)!
Expand Down
Loading