agno 2.0.1__py3-none-any.whl → 2.0.2__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.
@@ -1,9 +1,3 @@
1
- from agno.knowledge.reranker.cohere import CohereReranker
2
- from agno.knowledge.reranker.infinity import InfinityReranker
3
- from agno.knowledge.reranker.sentence_transformer import SentenceTransformerReranker
1
+ from agno.knowledge.reranker.base import Reranker
4
2
 
5
- __all__ = [
6
- "CohereReranker",
7
- "InfinityReranker",
8
- "SentenceTransformerReranker",
9
- ]
3
+ __all__ = ["Reranker"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agno
3
- Version: 2.0.1
3
+ Version: 2.0.2
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
@@ -139,7 +139,7 @@ agno/knowledge/reader/wikipedia_reader.py,sha256=rTmqpr3IpwioMMZoMx5LLoscR19x6tU
139
139
  agno/knowledge/reader/youtube_reader.py,sha256=z0Udminq7XkUpob129Oq_8w8SvmRVn0CkXHp2S0KUg4,2986
140
140
  agno/knowledge/remote_content/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
141
141
  agno/knowledge/remote_content/remote_content.py,sha256=oCfOU-UEpi9yEPMpFmuiiiM9ItKA5BGrvs08HEz59tQ,2953
142
- agno/knowledge/reranker/__init__.py,sha256=oDv0C4cfoJ7sFG7oQigswdIa16EESoQI6msaWcQ1Bx4,301
142
+ agno/knowledge/reranker/__init__.py,sha256=6EK9EUQQY0ar-Jnev4hmlNyq2GwS_6UDMJXD2IBcFvE,74
143
143
  agno/knowledge/reranker/base.py,sha256=GsPcMmBiI5gOX8XABpmQNeP478mp5ma-W-1n37P0-QM,376
144
144
  agno/knowledge/reranker/cohere.py,sha256=2Be5blVyeZ3vYlnFa2NYvJuytjaCB8G2OWJ11pQz7vQ,2178
145
145
  agno/knowledge/reranker/infinity.py,sha256=N9geg9xZqRdJZksfQcvbGJgMymXrQVJl_K5KICWqH8o,7193
@@ -508,8 +508,8 @@ agno/workflow/step.py,sha256=ZaP3457D1fd8yM4AO4jx3w11pDYAEhofrUiVA9gak3s,47484
508
508
  agno/workflow/steps.py,sha256=uRE4oGWs2cA-TrX881AEa69zu6rheXH81mNOZiRrNvg,23719
509
509
  agno/workflow/types.py,sha256=ZEFyaKH42261_3yx810ABfi70RUfjPGSwiIep7n53yg,17485
510
510
  agno/workflow/workflow.py,sha256=U2spltZRzneAcWFqaHVUMSBzC3YKoKfgmZ_M_D5UKjw,110297
511
- agno-2.0.1.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
512
- agno-2.0.1.dist-info/METADATA,sha256=YMx6d5bn18h_Z_DC-L-CfAqPdbRsHANSXHVNPrwPsB8,21617
513
- agno-2.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
514
- agno-2.0.1.dist-info/top_level.txt,sha256=MKyeuVesTyOKIXUhc-d_tPa2Hrh0oTA4LM0izowpx70,5
515
- agno-2.0.1.dist-info/RECORD,,
511
+ agno-2.0.2.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
512
+ agno-2.0.2.dist-info/METADATA,sha256=W3LuzfB5mGCYgQD4fEC4Pzb_kweLSDIklf7dIQ6nM3s,21617
513
+ agno-2.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
514
+ agno-2.0.2.dist-info/top_level.txt,sha256=MKyeuVesTyOKIXUhc-d_tPa2Hrh0oTA4LM0izowpx70,5
515
+ agno-2.0.2.dist-info/RECORD,,
File without changes