Skip to content

Commit 1d74640

Browse files
committed
peer rev
Signed-off-by: Art Berger <art.berger@solo.io>
1 parent 6749295 commit 1d74640

2 files changed

Lines changed: 14 additions & 15 deletions

File tree

src/app/docs/kagent/observability/audit-prompts/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ After the OpenTelemetry collector is running, configure kagent to send logs.
265265

266266
## Verify the setup
267267

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.
269269

270270
2. Check that logs are being collected by the OpenTelemetry collector.
271271

src/app/docs/kagent/observability/launch-ui/page.mdx

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ export const metadata = {
1212

1313
# Launch the UI
1414

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.
1616

1717
## Before you begin
1818

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.
2020

2121
```bash
2222
kubectl get svc -n kagent kagent-ui
@@ -26,6 +26,8 @@ kubectl get svc -n kagent kagent-ui
2626

2727
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.
2828

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+
2931
1. Run the dashboard command:
3032

3133
```bash
@@ -36,29 +38,26 @@ The easiest way to launch the kagent dashboard is by using the `kagent dashboard
3638

3739
2. Access the dashboard at `http://localhost:8082`.
3840

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.
4242

4343
## Launch the UI with port-forwarding
4444

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.
4646

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.
4848

4949
```bash
5050
kubectl port-forward -n kagent service/kagent-ui 8082:8080
51-
```
52-
53-
This command forwards port 8080 from the service to port 8082 on your local machine.
51+
```
5452

5553
2. In your browser, open the dashboard at [http://localhost:8082](http://localhost:8082).
5654

57-
3. When you're finished, stop the port-forward by pressing `Ctrl+C` in the terminal where the port-forward is running.
55+
3. When you're done, stop the port-forward by pressing `Ctrl+C` in the terminal where the port-forward is running.
5856

5957
## Next steps
6058

61-
- Create your first agent using the dashboard
62-
- Add MCP tools to your agents
63-
- Review agent configurations and status
59+
You can use the UI to view and manage your agents, tools, and models. For more information, see the following guides:
6460

61+
- [Create your first agent](/docs/kagent/getting-started/first-agent)
62+
- [Add MCP tools to your agents](/docs/kagent/getting-started/first-mcp-tool)
63+
- [Configure LLM providers](/docs/kagent/supported-providers)

0 commit comments

Comments
 (0)