AbstractIntegratedModule 0.2.4__py3-none-any.whl → 0.2.5__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.
- {abstractintegratedmodule-0.2.4.dist-info → abstractintegratedmodule-0.2.5.dist-info}/METADATA +4 -2
- abstractintegratedmodule-0.2.5.dist-info/RECORD +5 -0
- abstractintegratedmodule-0.2.4.dist-info/RECORD +0 -5
- {abstractintegratedmodule-0.2.4.dist-info → abstractintegratedmodule-0.2.5.dist-info}/WHEEL +0 -0
- {abstractintegratedmodule-0.2.4.dist-info → abstractintegratedmodule-0.2.5.dist-info}/top_level.txt +0 -0
{abstractintegratedmodule-0.2.4.dist-info → abstractintegratedmodule-0.2.5.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: AbstractIntegratedModule
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.5
|
|
4
4
|
Summary: Framework forAdvanced Integrated Non-LLM AI Module library - Backend Framework for Non-LLM AI Agent Framework
|
|
5
5
|
Author: Micro-Novelty
|
|
6
6
|
Author-email: hernikpuspita5@gmail.com
|
|
@@ -40,7 +40,7 @@ https://github.com/Micro-Novelty/IntegratedPipeline-Specialized-Non-LLM-AI-Agent
|
|
|
40
40
|
#### Note: The README here you are reading is a direct copy from my README Repository, to download the necessary files, you can visit my Repository with the provided link above.
|
|
41
41
|
|
|
42
42
|
### Library Short Description:
|
|
43
|
-
- Development Stage: Beta, 0.2.
|
|
43
|
+
- Development Stage: Beta, 0.2.5.
|
|
44
44
|
- Maintainer: Micro-Novelty.
|
|
45
45
|
- library Source-Code is Open-sourced on github.
|
|
46
46
|
- Purpose: Specifically Designed for providing Non-LLM AI Agent Framework for edge Devices, Optimized for ARM64 architecture.
|
|
@@ -729,6 +729,8 @@ try:
|
|
|
729
729
|
disable_sync=True
|
|
730
730
|
) # await using asyncio, multi_modal_peer_ensemble is already async by design (Inside ConsecutivePeerAgent), no need to put asyncio.run()
|
|
731
731
|
|
|
732
|
+
# must have agent2 peer ensemble function after agent1 peer ensemble prediction function,
|
|
733
|
+
# so agent1 can receive agent2 peer ensemble prediction request.
|
|
732
734
|
result2 = await agent2.multi_modal_peer_ensemble_prediction(
|
|
733
735
|
texts=texts,
|
|
734
736
|
api_key=api_key,
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
AbstractIntegratedModule.py,sha256=r6BjaoLIDeU2cL5E7YieSz_U1mA5g9nWfINn_qEv7Z4,544050
|
|
2
|
+
abstractintegratedmodule-0.2.5.dist-info/METADATA,sha256=DwaIkgAFmBGGoS-xXYIhkGt9E2DoJc-c40j6eijjdyI,60146
|
|
3
|
+
abstractintegratedmodule-0.2.5.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
abstractintegratedmodule-0.2.5.dist-info/top_level.txt,sha256=H2-a2eP316_DXtZSJz2ztHo8n32qVrJCtyyvuc8m87E,25
|
|
5
|
+
abstractintegratedmodule-0.2.5.dist-info/RECORD,,
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
AbstractIntegratedModule.py,sha256=r6BjaoLIDeU2cL5E7YieSz_U1mA5g9nWfINn_qEv7Z4,544050
|
|
2
|
-
abstractintegratedmodule-0.2.4.dist-info/METADATA,sha256=PgRCtPx2sjX85Q_-c7YwbzqFWz7IKj1i_g_i8c2f2KE,59978
|
|
3
|
-
abstractintegratedmodule-0.2.4.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
-
abstractintegratedmodule-0.2.4.dist-info/top_level.txt,sha256=H2-a2eP316_DXtZSJz2ztHo8n32qVrJCtyyvuc8m87E,25
|
|
5
|
-
abstractintegratedmodule-0.2.4.dist-info/RECORD,,
|
|
File without changes
|
{abstractintegratedmodule-0.2.4.dist-info → abstractintegratedmodule-0.2.5.dist-info}/top_level.txt
RENAMED
|
File without changes
|