You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Install kagent to the cluster by using the CLI. By default, kagent installs a demo profile with agents and MCP tools preloaded for you. If you don't want these default agents, include the `--profile minimal` flag.
47
+
3. Install kagent to the cluster by using the CLI. The following command installs a demo profile with agents and MCP tools preloaded for you. If you don't want these default agents, include the `--profile minimal` flag.
48
48
49
49
```bash
50
-
kagent install
50
+
kagent install --profile demo
51
51
```
52
52
53
53
Example output:
@@ -143,41 +143,8 @@ Interact with kagent in your terminal.
143
143
```shell
144
144
kagent invoke -t "What Helm charts are in my cluster?" --agent helm-agent
As you can see from the example, the agent found the `kagent` Helm chart release. If anything else is running in your cluster, it will probably find that too.
179
146
180
-
Now, keep chatting with the agent to see what other things it can do :)
147
+
In the output, verify that the agent found the `kagent` Helm chart release. If any other Helm charts are in your cluster, it finds those, too. Keep chatting with the agent to see what other things it can do :)
3. Install kagent to the cluster by using the CLI. By default, kagent installs a demo profile with agents and MCP tools preloaded for you. If you don't want these default agents, include the `--profile minimal` flag.
43
+
3. Install kagent to the cluster by using the CLI. The following command installs a demo profile with agents and MCP tools preloaded for you. If you don't want these default agents, include the `--profile minimal` flag.
0 commit comments