landing-ai / vision-agent

Vision agent
Apache License 2.0
885 stars 86 forks source link

Fix missing typing module error and improve load_image() #116

Closed humpydonkey closed 1 month ago

humpydonkey commented 1 month ago

Changes

  1. My previous PR (#114) doesn't fix the import typing.* error properly. This PR fixes it and improve the way we append default imports, make it easier to maintain.
  2. Tweak docs to avoid code failure around load_image()
  3. Minor fix for lint errors