vision-agent 0.2.172__py3-none-any.whl → 0.2.173__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -492,19 +492,10 @@ class VisionAgent(Agent):
492
492
  }
493
493
  )
494
494
 
495
+ code_action = response.get("execute_python", None)
495
496
  # sometimes it gets stuck in a loop, so we force it to exit
496
497
  if last_response == response:
497
498
  response["let_user_respond"] = True
498
-
499
- finished = response.get("let_user_respond", False)
500
-
501
- code_action = response.get("execute_python", None)
502
- if code_action is not None:
503
- code_action = use_extra_vision_agent_args(
504
- code_action, test_multi_plan, custom_tool_names
505
- )
506
-
507
- if last_response == response:
508
499
  self.streaming_message(
509
500
  {
510
501
  "role": "assistant",
@@ -514,7 +505,7 @@ class VisionAgent(Agent):
514
505
  "value": "Agent is stuck in conversation loop, exited",
515
506
  "traceback_raw": [],
516
507
  },
517
- "finished": finished and code_action is None,
508
+ "finished": code_action is None,
518
509
  }
519
510
  )
520
511
  else:
@@ -524,10 +515,18 @@ class VisionAgent(Agent):
524
515
  "content": new_format_to_old_format(
525
516
  add_step_descriptions(response)
526
517
  ),
527
- "finished": finished and code_action is None,
518
+ "finished": response.get("let_user_respond", False)
519
+ and code_action is None,
528
520
  }
529
521
  )
530
522
 
523
+ finished = response.get("let_user_respond", False)
524
+
525
+ if code_action is not None:
526
+ code_action = use_extra_vision_agent_args(
527
+ code_action, test_multi_plan, custom_tool_names
528
+ )
529
+
531
530
  if code_action is not None:
532
531
  result, obs = execute_code_action(
533
532
  artifacts,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vision-agent
3
- Version: 0.2.172
3
+ Version: 0.2.173
4
4
  Summary: Toolset for Vision Agent
5
5
  Author: Landing AI
6
6
  Author-email: dev@landing.ai
@@ -2,7 +2,7 @@ vision_agent/__init__.py,sha256=EAb4-f9iyuEYkBrX4ag1syM8Syx8118_t0R6_C34M9w,57
2
2
  vision_agent/agent/__init__.py,sha256=RRMPhH8mgm_pCtEKiVFSjJyDi4lCr4F7k05AhK01xlM,436
3
3
  vision_agent/agent/agent.py,sha256=2cjIOxEuSJrqbfPXYoV0qER5ihXsPFCoEFJa4jpqan0,597
4
4
  vision_agent/agent/agent_utils.py,sha256=eSgg8CwWylX_erLTqTg2pVhEEgVkMLRrQfYRyJzI3so,5443
5
- vision_agent/agent/vision_agent.py,sha256=zzXLIOi5fNLiqCGt18kfOI4OQPq1qhEeKanfrzl7Qj0,26223
5
+ vision_agent/agent/vision_agent.py,sha256=lEda43d-Ri68FIjmn-MPIgLs8_jMpyDVXslusQedhWA,26222
6
6
  vision_agent/agent/vision_agent_coder.py,sha256=aVkl0b9LKvy-auuHGYSag-ixYnue0iRQqD1PYLPBR-s,29312
7
7
  vision_agent/agent/vision_agent_coder_prompts.py,sha256=gPLVXQMNSzYnQYpNm0wlH_5FPkOTaFDV24bqzK3jQ40,12221
8
8
  vision_agent/agent/vision_agent_planner.py,sha256=mjmnXG9CvYf_ZA7ZJ3ri4H-2U_Km55gF1sZYRSOlxpY,19027
@@ -29,7 +29,7 @@ vision_agent/utils/image_utils.py,sha256=rm9GfXvD4JrjnqKrP_f2gfq4SzmqYC0IdC1kKwd
29
29
  vision_agent/utils/sim.py,sha256=ZuSS07TUXFGjipmiQoY8TKRmSes7XXCdtU9PI8PC1sw,5609
30
30
  vision_agent/utils/type_defs.py,sha256=BE12s3JNQy36QvauXHjwyeffVh5enfcvd4vTzSwvEZI,1384
31
31
  vision_agent/utils/video.py,sha256=fOPR48-SuwMbE5eB5rc2F7lVo6k1mVHn26eEJ0QCslc,5602
32
- vision_agent-0.2.172.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
33
- vision_agent-0.2.172.dist-info/METADATA,sha256=igL_7hfPKB2VSQgOobgmqVSLtmWOltFUsKE58MNYQDM,18342
34
- vision_agent-0.2.172.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
35
- vision_agent-0.2.172.dist-info/RECORD,,
32
+ vision_agent-0.2.173.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
33
+ vision_agent-0.2.173.dist-info/METADATA,sha256=xSZ3aKwFKG81BoBIHXLKN2CSqGFmmzMnalcbLPYrV7w,18342
34
+ vision_agent-0.2.173.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
35
+ vision_agent-0.2.173.dist-info/RECORD,,