orgo 0.0.5__tar.gz → 0.0.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orgo
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: Desktop infrastructure for AI agents
5
5
  Author: Orgo Team
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "orgo"
7
- version = "0.0.5"
7
+ version = "0.0.6"
8
8
  description = "Desktop infrastructure for AI agents"
9
9
  authors = [{name = "Orgo Team"}]
10
10
  license = {text = "MIT"}
@@ -46,10 +46,10 @@ class ApiClient:
46
46
  return self._request("POST", "projects", {"config": config} if config else None)
47
47
 
48
48
  def connect_computer(self, project_id: str) -> Dict[str, Any]:
49
- return self._request("GET", f"computers/{project_id}")
49
+ return self._request("GET", f"projects/{project_id}")
50
50
 
51
51
  def get_status(self, project_id: str) -> Dict[str, Any]:
52
- return self._request("GET", f"computers/{project_id}/status")
52
+ return self._request("GET", f"projects/{project_id}")
53
53
 
54
54
  def restart_computer(self, project_id: str) -> Dict[str, Any]:
55
55
  return self._request("POST", f"computers/{project_id}/restart")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orgo
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: Desktop infrastructure for AI agents
5
5
  Author: Orgo Team
6
6
  License: MIT
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes