From e1e3474e44ff123df4abc9ee1074f0e7e9e0c604 Mon Sep 17 00:00:00 2001 From: "namrata.ghadi" Date: Tue, 10 Mar 2026 21:13:34 -0700 Subject: [PATCH] fix port --- core/overview.mdx | 2 +- core/quickstart.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/overview.mdx b/core/overview.mdx index 66688c5..d3f82fa 100644 --- a/core/overview.mdx +++ b/core/overview.mdx @@ -42,7 +42,7 @@ curl -L https://raw.githubusercontent.com/agentcontrol/agent-control/refs/heads/ **What this does:** - ✅ Starts Agent Control server at `http://localhost:8000` -- ✅ Starts UI dashboard at `http://localhost:4000` +- ✅ Starts UI dashboard at `http://localhost:8000` - ✅ Installs Python SDK (`agent-control-sdk`) **Next:** Jump to [Step 3: Register your agent](#step-3-register-your-agent) diff --git a/core/quickstart.mdx b/core/quickstart.mdx index 14466fb..c9ee4de 100644 --- a/core/quickstart.mdx +++ b/core/quickstart.mdx @@ -22,7 +22,7 @@ curl -L https://raw.githubusercontent.com/agentcontrol/agent-control/refs/heads/ **What this does:** - ✅ Starts Agent Control server at `http://localhost:8000` -- ✅ Starts UI dashboard at `http://localhost:4000` +- ✅ Starts UI dashboard at `http://localhost:8000` - ✅ Installs Python SDK (`agent-control-sdk`) **Next:** Jump to [Step 3: Register your agent](#step-3-register-your-agent)