orgo 0.0.3__tar.gz → 0.0.5__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
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: orgo
3
- Version: 0.0.3
3
+ Version: 0.0.5
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.3"
7
+ version = "0.0.5"
8
8
  description = "Desktop infrastructure for AI agents"
9
9
  authors = [{name = "Orgo Team"}]
10
10
  license = {text = "MIT"}
@@ -17,7 +17,7 @@ class Computer:
17
17
  self._info = self.api.connect_computer(project_id)
18
18
  else:
19
19
  response = self.api.create_computer(config)
20
- self.project_id = response.get("id")
20
+ self.project_id = response.get("name")
21
21
  self._info = response
22
22
 
23
23
  if not self.project_id:
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: orgo
3
- Version: 0.0.3
3
+ Version: 0.0.5
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