agno 2.2.7__py3-none-any.whl → 2.2.8__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.
agno/vectordb/__init__.py CHANGED
@@ -1,4 +1,3 @@
1
1
  from agno.vectordb.base import VectorDb
2
- from agno.vectordb.redis import RedisDB
3
2
 
4
- __all__ = ["VectorDb", "RedisDB"]
3
+ __all__ = ["VectorDb"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agno
3
- Version: 2.2.7
3
+ Version: 2.2.8
4
4
  Summary: Agno: a lightweight library for building Multi-Agent Systems
5
5
  Author-email: Ashpreet Bedi <ashpreet@agno.com>
6
6
  Project-URL: homepage, https://agno.com
@@ -510,7 +510,7 @@ agno/utils/print_response/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
510
510
  agno/utils/print_response/agent.py,sha256=CcpWKVnSAsbHYcTm_QHu43j5-z8mAu7Kl_c7LGCI4bc,35888
511
511
  agno/utils/print_response/team.py,sha256=nJ9KcwdAmj6YyUUjDYPEsRqi5hYw8ovypvkN08hwXsA,78653
512
512
  agno/utils/print_response/workflow.py,sha256=bndej1GUbnirXihDsjewjbc4_McBWsZ3bByMk6gHhIU,78797
513
- agno/vectordb/__init__.py,sha256=Q9iJBmU58EqB84oagylRYA5-6Ql4EV4LGeRrUbsg69Y,115
513
+ agno/vectordb/__init__.py,sha256=P0QP9PUC4j2JtWIfYJX7LeC-oiPuh_QsUaOaP1ZY_dI,64
514
514
  agno/vectordb/base.py,sha256=Z5IN4kcO0privHOOI16z-G--PtjfnMrBNrsLx3umokM,3848
515
515
  agno/vectordb/distance.py,sha256=OjpKSq57_gblZm4VGZTV7B7le45r_2-Fp1X4Hilx1M4,131
516
516
  agno/vectordb/search.py,sha256=9lJjTm2nvykn3MeVg0stB1qDZb_q-S7GG1MMS9P12e8,121
@@ -566,8 +566,8 @@ agno/workflow/step.py,sha256=yKydNQfxsXCd1ujVuuPDRv9-iKHQJBGko_zxb03hdyQ,60988
566
566
  agno/workflow/steps.py,sha256=O3lbKw56ziSnuJndAGm8hjlEwdTh2jQXf1s0587Va3M,25671
567
567
  agno/workflow/types.py,sha256=J474F5MWHCHHVjrzTUPJihlcrRLUnQ3hVW2-9TWdxWw,18519
568
568
  agno/workflow/workflow.py,sha256=KCoPXN4dJ8e5h_aS_5QcyhcQFEvT2SjGOM4yl8Clz0E,185801
569
- agno-2.2.7.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
570
- agno-2.2.7.dist-info/METADATA,sha256=YOo-S_Fsm_gBGLk_LscKWerq3neaKA8pAq1GN_xWkek,28473
571
- agno-2.2.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
572
- agno-2.2.7.dist-info/top_level.txt,sha256=MKyeuVesTyOKIXUhc-d_tPa2Hrh0oTA4LM0izowpx70,5
573
- agno-2.2.7.dist-info/RECORD,,
569
+ agno-2.2.8.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
570
+ agno-2.2.8.dist-info/METADATA,sha256=HJuE8C430c9qWT8Si7q2KqrOKxV6gdXXC7CDLUXS9cs,28473
571
+ agno-2.2.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
572
+ agno-2.2.8.dist-info/top_level.txt,sha256=MKyeuVesTyOKIXUhc-d_tPa2Hrh0oTA4LM0izowpx70,5
573
+ agno-2.2.8.dist-info/RECORD,,
File without changes