From 90d0cc605cbd60486d60a424f3fc171796a68783 Mon Sep 17 00:00:00 2001 From: adeprezh <185077910+adeprezh@users.noreply.github.com> Date: Thu, 25 Jun 2026 17:20:39 +0000 Subject: [PATCH] chore(sdk): sync to agent_platform@929ef2d (v1.0.1) --- openapi.json | 2 +- pyproject.toml | 2 +- src/hai_agents/core/client_wrapper.py | 4 ++-- uv.lock | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/openapi.json b/openapi.json index f73da24..b447237 100644 --- a/openapi.json +++ b/openapi.json @@ -1,7 +1,7 @@ { "openapi": "3.1.0", "info": { - "title": "Agent API", + "title": "Computer-Use Agents", "version": "1.0.0" }, "servers": [ diff --git a/pyproject.toml b/pyproject.toml index 61e2dd6..9201e6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hai-agents" -version = "1.0.0" +version = "1.0.1" description = "Python SDK for H Company's Computer-Use Agents: autonomous agents powered by Holo." requires-python = ">=3.10" readme = "README.md" diff --git a/src/hai_agents/core/client_wrapper.py b/src/hai_agents/core/client_wrapper.py index 4db9121..b9c309b 100644 --- a/src/hai_agents/core/client_wrapper.py +++ b/src/hai_agents/core/client_wrapper.py @@ -29,9 +29,9 @@ def get_headers(self) -> typing.Dict[str, str]: import platform headers: typing.Dict[str, str] = { - "User-Agent": "hai_agents/1.0.0", + "User-Agent": "hai_agents/1.0.1", "X-HCompany-Client-Name": "hai_agents", - "X-HCompany-Client-Version": "1.0.0", + "X-HCompany-Client-Version": "1.0.1", "X-HCompany-Client-Type": "sdk", "X-HCompany-Language": "Python", "X-HCompany-Runtime": f"python/{platform.python_version()}", diff --git a/uv.lock b/uv.lock index cc933e8..7a6923d 100644 --- a/uv.lock +++ b/uv.lock @@ -88,7 +88,7 @@ wheels = [ [[package]] name = "hai-agents" -version = "1.0.0" +version = "1.0.1" source = { editable = "." } dependencies = [ { name = "httpx" },