Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
</p>

<p align="center">
Python SDK for <a href="https://hcompany.ai">H Company</a>'s <a href="https://hub.hcompany.ai/agent-api">Computer-Use Agents</a>.
Python SDK for <a href="https://hcompany.ai">H Company</a>'s <a href="https://hub.hcompany.ai/computer-use-agents">Computer-Use Agents</a>.
</p>

<p align="center">
<b><a href="https://hub.hcompany.ai/agent-api">Documentation</a></b>
<b><a href="https://hub.hcompany.ai/computer-use-agents">Documentation</a></b>
&nbsp;·&nbsp;
<a href="https://portal.hcompany.ai">Get an API key</a>
&nbsp;·&nbsp;
Expand Down Expand Up @@ -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(
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion src/hai_agents_cli/host_skills/hai-agents/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.