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
Copy file name to clipboardExpand all lines: src/app/docs/kagent/observability/audit-prompts/page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,7 @@ After the OpenTelemetry collector is running, configure kagent to send logs.
265
265
266
266
## Verify the setup
267
267
268
-
1. Generate some traffic by invoking a kagent agent that uses OpenAI or Anthropic. For example, you might as the Helm agent how many Helm releases are currently deployed in your cluster.
268
+
1. Generate some traffic by invoking an agent that uses OpenAI or Anthropic. For example, you might ask the Helm agent how many Helm releases are currently deployed in your cluster.
269
269
270
270
2. Check that logs are being collected by the OpenTelemetry collector.
Copy file name to clipboardExpand all lines: src/app/docs/kagent/observability/launch-ui/page.mdx
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ export const metadata = {
12
12
13
13
# Launch the UI
14
14
15
-
Access the kagent dashboard to manage your agents, tools, and monitor your kagent installation. You can open the dashboard using either the kagent CLI command or by manually port-forwarding the kagent UI service.
15
+
Access the kagent dashboard to manage your agents, tools, and models. You can open the dashboard by using the kagent CLI command or by port-forwarding the kagent UI service.
16
16
17
17
## Before you begin
18
18
19
-
Make sure that kagent is installed in your cluster and the kagent UI service is running. Verify the service exists:
19
+
Make sure that kagent is installed in your cluster and the kagent UI service is running.
20
20
21
21
```bash
22
22
kubectl get svc -n kagent kagent-ui
@@ -26,6 +26,8 @@ kubectl get svc -n kagent kagent-ui
26
26
27
27
The easiest way to launch the kagent dashboard is by using the `kagent dashboard` command. This command automatically sets up port-forwarding and opens the dashboard in your browser.
28
28
29
+
> **Note**: The `kagent dashboard` command is currently available on macOS. On other platforms, use the port-forwarding method described in the next section.
30
+
29
31
1. Run the dashboard command:
30
32
31
33
```bash
@@ -36,29 +38,26 @@ The easiest way to launch the kagent dashboard is by using the `kagent dashboard
36
38
37
39
2. Access the dashboard at `http://localhost:8082`.
38
40
39
-
3. Press Enter in the terminal to stop the port-forward when you're done.
40
-
41
-
> **Note**: The `kagent dashboard` command is currently available on macOS. On other platforms, use the manual port-forwarding method described below.
41
+
3. When you're done, press `Enter` in the terminal to stop the port-forward.
42
42
43
43
## Launch the UI with port-forwarding
44
44
45
-
If you prefer to manually set up port-forwarding, or if you're on a platform where the CLI command isn't available, you can port-forward the service yourself.
45
+
If you prefer to manually set up port-forwarding, or if you're on a platform where the `kagent` CLI isn't available, you can port-forward the service yourself.
46
46
47
-
1. Port-forward the `kagent-ui` service to your local machine:
47
+
1. Port-forward the `kagent-ui` service to your local machine. The following command forwards port 8080 from the service to port 8082 on your local machine.
0 commit comments