orgo 0.0.34__tar.gz → 0.0.35__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.34
3
+ Version: 0.0.35
4
4
  Summary: Computers 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.34"
7
+ version = "0.0.35"
8
8
  description = "Computers for AI agents"
9
9
  authors = [{name = "Orgo Team"}]
10
10
  license = {text = "MIT"}
@@ -330,11 +330,11 @@ class Computer:
330
330
  display_width: int = 1024,
331
331
  display_height: int = 768,
332
332
  callback: Optional[Callable[[str, Any], None]] = None,
333
- thinking_enabled: bool = False,
333
+ thinking_enabled: bool = True,
334
334
  thinking_budget: int = 1024,
335
335
  max_tokens: int = 4096,
336
- max_iterations: int = 20,
337
- max_saved_screenshots: int = 5,
336
+ max_iterations: int = 100,
337
+ max_saved_screenshots: int = 3,
338
338
  api_key: Optional[str] = None) -> List[Dict[str, Any]]:
339
339
  """Control the computer with natural language instructions using an AI assistant"""
340
340
  provider_instance = get_provider(provider)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orgo
3
- Version: 0.0.34
3
+ Version: 0.0.35
4
4
  Summary: Computers 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