From 8a96ff0f424409024e39799227d8ac14d067698d Mon Sep 17 00:00:00 2001 From: abonneth Date: Thu, 25 Jun 2026 18:29:32 +0200 Subject: [PATCH] docs: point links to canonical /computer-use-agents path Co-authored-by: Cursor --- README.md | 8 ++++---- pyproject.toml | 2 +- src/hai_agents_cli/host_skills/hai-agents/SKILL.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4197de7..d9dbeac 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@

- Python SDK for H Company's Computer-Use Agents. + Python SDK for H Company's Computer-Use Agents.

- Documentation + Documentation  ·  Get an API key  ·  @@ -182,7 +182,7 @@ A tool that raises is reported to the agent as a tool error rather than crashing ## Browser profiles and vaults -Start a session on a browser that already knows the user. A [browser profile](https://hub.hcompany.ai/agent-api) restores saved cookies and storage from an earlier session, and a [vault](https://hub.hcompany.ai/agent-api) lets the agent sign in to sites with secrets that never enter its context. Bind both through per-run overrides: +Start a session on a browser that already knows the user. A [browser profile](https://hub.hcompany.ai/computer-use-agents/browser-profiles) restores saved cookies and storage from an earlier session, and a [vault](https://hub.hcompany.ai/computer-use-agents/vaults) lets the agent sign in to sites with secrets that never enter its context. Bind both through per-run overrides: ```python result = client.run_session( @@ -275,7 +275,7 @@ Credentials resolve from `--api-key`, then `HAI_API_KEY`, then a local `.env`. R ## Documentation -Guides, core concepts, and the full API reference live at **[hub.hcompany.ai/agent-api](https://hub.hcompany.ai/agent-api)**. +Guides, core concepts, and the full API reference live at **[hub.hcompany.ai/computer-use-agents](https://hub.hcompany.ai/computer-use-agents)**. ## License diff --git a/pyproject.toml b/pyproject.toml index 16c0c00..61e2dd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ hai = "hai_agents_cli:main" Homepage = "https://hcompany.ai" Repository = "https://github.com/hcompai/hai-agents-python" Issues = "https://github.com/hcompai/hai-agents-python/issues" -Documentation = "https://hub.hcompany.ai/agent-api" +Documentation = "https://hub.hcompany.ai/computer-use-agents" [tool.hatch.build.targets.wheel] packages = ["src/hai_agents", "src/hai_agents_cli", "src/hai_agents_common"] diff --git a/src/hai_agents_cli/host_skills/hai-agents/SKILL.md b/src/hai_agents_cli/host_skills/hai-agents/SKILL.md index 5914913..139e74e 100644 --- a/src/hai_agents_cli/host_skills/hai-agents/SKILL.md +++ b/src/hai_agents_cli/host_skills/hai-agents/SKILL.md @@ -42,4 +42,4 @@ User: *"is the H Company Agent API quickstart still showing the curl example"* run_agent agent: h/web-surfer-holo3-1-35b - task: Open https://hub.hcompany.ai/agent-api and confirm whether the quickstart page still shows a curl example. Return yes or no and quote the first line of the example if present. + task: Open https://hub.hcompany.ai/computer-use-agents/quickstart and confirm whether the quickstart page still shows a curl example. Return yes or no and quote the first line of the example if present.