vision-agent 0.2.136__py3-none-any.whl → 0.2.137__py3-none-any.whl

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.
@@ -214,7 +214,11 @@ def create_code_artifact(artifacts: Artifacts, name: str) -> str:
214
214
  display(
215
215
  {
216
216
  MimeType.APPLICATION_ARTIFACT: json.dumps(
217
- {"name": name, "content": artifacts[name]}
217
+ {
218
+ "name": name,
219
+ "content": artifacts[name],
220
+ "action": "create",
221
+ }
218
222
  )
219
223
  },
220
224
  raw=True,
@@ -305,7 +309,11 @@ def edit_code_artifact(
305
309
  display(
306
310
  {
307
311
  MimeType.APPLICATION_ARTIFACT: json.dumps(
308
- {"name": name, "content": artifacts[name]}
312
+ {
313
+ "name": name,
314
+ "content": artifacts[name],
315
+ "action": "edit",
316
+ }
309
317
  )
310
318
  },
311
319
  raw=True,
@@ -366,7 +374,16 @@ def generate_vision_code(
366
374
  total_lines = len(code_lines)
367
375
 
368
376
  display(
369
- {MimeType.APPLICATION_ARTIFACT: json.dumps({"name": name, "content": code})},
377
+ {
378
+ MimeType.APPLICATION_ARTIFACT: json.dumps(
379
+ {
380
+ "name": name,
381
+ "content": code,
382
+ "contentType": "vision_code",
383
+ "action": "create",
384
+ }
385
+ )
386
+ },
370
387
  raw=True,
371
388
  )
372
389
  return view_lines(code_lines, 0, total_lines, name, total_lines)
@@ -434,7 +451,15 @@ def edit_vision_code(
434
451
  total_lines = len(code_lines)
435
452
 
436
453
  display(
437
- {MimeType.APPLICATION_ARTIFACT: json.dumps({"name": name, "content": code})},
454
+ {
455
+ MimeType.APPLICATION_ARTIFACT: json.dumps(
456
+ {
457
+ "name": name,
458
+ "content": code,
459
+ "action": "edit",
460
+ }
461
+ )
462
+ },
438
463
  raw=True,
439
464
  )
440
465
  return view_lines(code_lines, 0, total_lines, name, total_lines)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vision-agent
3
- Version: 0.2.136
3
+ Version: 0.2.137
4
4
  Summary: Toolset for Vision Agent
5
5
  Author: Landing AI
6
6
  Author-email: dev@landing.ai
@@ -15,7 +15,7 @@ vision_agent/lmm/__init__.py,sha256=YuUZRsMHdn8cMOv6iBU8yUqlIOLrbZQqZl9KPnofsHQ,
15
15
  vision_agent/lmm/lmm.py,sha256=soWmEjtleQUSH2G3tYZWxOmteIqkgMVcmuZfx4mxszU,16838
16
16
  vision_agent/lmm/types.py,sha256=ZEXR_ptBL0ZwDMTDYkgxUCmSZFmBYPQd2jreNzr_8UY,221
17
17
  vision_agent/tools/__init__.py,sha256=nufZNzbcLTuXwxFmvZNj99qE8EO2qtEPT8wFsuI9vyE,2397
18
- vision_agent/tools/meta_tools.py,sha256=eoraWbf_ivZrh8Rxiz3i5vNOaeUDR849UPXx7TnubzA,21979
18
+ vision_agent/tools/meta_tools.py,sha256=9ZxoLkFFknN9dqYAlHdDDQFKuSGprdL19Ok5Qs_m0zo,22525
19
19
  vision_agent/tools/prompts.py,sha256=V1z4YJLXZuUl_iZ5rY0M5hHc_2tmMEUKr0WocXKGt4E,1430
20
20
  vision_agent/tools/tool_utils.py,sha256=ZYqzcw_e937reoNr7gJgyKjQ7Gudxz1ttfIyo7F65w8,7758
21
21
  vision_agent/tools/tools.py,sha256=WKeB99ED0o_ISS_vZc-ch_1Dc8_Fl2fhnGlfVNwNouc,70024
@@ -27,7 +27,7 @@ vision_agent/utils/image_utils.py,sha256=zTTOJFOieMzwIquTFnW7T6ssx9o6XfoZ0Unqyk7
27
27
  vision_agent/utils/sim.py,sha256=ebE9Cs00pVEDI1HMjAzUBk88tQQmc2U-yAzIDinnekU,5572
28
28
  vision_agent/utils/type_defs.py,sha256=BE12s3JNQy36QvauXHjwyeffVh5enfcvd4vTzSwvEZI,1384
29
29
  vision_agent/utils/video.py,sha256=hOjfEOZNcddYdoa0CoviXA4Vo9kwURKuojIJgLLJdp0,4745
30
- vision_agent-0.2.136.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
31
- vision_agent-0.2.136.dist-info/METADATA,sha256=4BUmLW-JtgdCv7TT0fTDSe0vEzPwwLBHJb-I8RRorCc,12252
32
- vision_agent-0.2.136.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
33
- vision_agent-0.2.136.dist-info/RECORD,,
30
+ vision_agent-0.2.137.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
31
+ vision_agent-0.2.137.dist-info/METADATA,sha256=WAKh-TA7r4hYVD1W6FlJ-W6_1VdlU4WrWnDAo2phJHY,12252
32
+ vision_agent-0.2.137.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
33
+ vision_agent-0.2.137.dist-info/RECORD,,