AbstractIntegratedModule 0.8.7__tar.gz → 0.8.9__tar.gz
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.8.7 → abstractintegratedmodule-0.8.9}/AbstractIntegratedModule.egg-info/PKG-INFO +6 -12
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/AbstractIntegratedModule.py +442 -157
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/AbstractOptimizedModules.c +533 -453
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/PKG-INFO +6 -12
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/README.md +5 -11
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/setup.py +1 -1
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/AbstractIntegratedModule.egg-info/SOURCES.txt +0 -0
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/AbstractIntegratedModule.egg-info/dependency_links.txt +0 -0
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/AbstractIntegratedModule.egg-info/requires.txt +0 -0
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/AbstractIntegratedModule.egg-info/top_level.txt +0 -0
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/AbstractOptimizedModules.pyx +0 -0
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/MANIFEST.in +0 -0
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/abstract_model_storage/Cargo.toml +0 -0
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/abstract_model_storage/pyproject.toml +0 -0
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/abstract_model_storage/src/lib.rs +0 -0
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/abstract_model_storage/target/debug/build/libsqlite3-sys-ed07b882cd2aa5e2/out/bindgen.rs +0 -0
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/abstract_model_storage/target/debug/build/serde_core-ebc15f2e9cad7f5f/out/private.rs +0 -0
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/abstract_model_storage/target/debug/build/target-lexicon-08527f45de28143d/out/host.rs +0 -0
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/abstract_model_storage/target/release/build/libsqlite3-sys-bf0400df4523274c/out/bindgen.rs +0 -0
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/abstract_model_storage/target/release/build/serde_core-5cdb76131825e4af/out/private.rs +0 -0
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/abstract_model_storage/target/release/build/target-lexicon-43eb95a0588bf457/out/host.rs +0 -0
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/pyproject.toml +0 -0
- {abstractintegratedmodule-0.8.7 → abstractintegratedmodule-0.8.9}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: AbstractIntegratedModule
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.9
|
|
4
4
|
Summary: Library for Advanced Integrated Non-LLM AI Models - Optimized Backend Framework For Non-LLM AI Agent
|
|
5
5
|
Author: Micro-Novelty
|
|
6
6
|
Author-email: hernikpuspita5@gmail.com
|
|
@@ -42,7 +42,7 @@ https://github.com/Micro-Novelty/IntegratedPipeline-Specialized-Non-LLM-AI-Agent
|
|
|
42
42
|
#### 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.
|
|
43
43
|
|
|
44
44
|
### Library Short Description:
|
|
45
|
-
- Development Stage: 0.8.
|
|
45
|
+
- Development Stage: 0.8.9 Official Release.
|
|
46
46
|
- Maintainer: Micro-Novelty.
|
|
47
47
|
- library Source-Code is Open-sourced on github.
|
|
48
48
|
- Purpose: Specifically Designed for providing Non-LLM AI Agent Framework for edge Devices, Optimized for ARM64 architecture.
|
|
@@ -80,17 +80,11 @@ https://github.com/Micro-Novelty/IntegratedPipeline-Specialized-Non-LLM-AI-Agent
|
|
|
80
80
|
- Transformer Optimized using Cython, to reduce Memory overhead and Reduce CPU Usage, With Reduced Training Time.
|
|
81
81
|
______________
|
|
82
82
|
- Changelog:
|
|
83
|
-
- v0.8.
|
|
83
|
+
- v0.8.9:
|
|
84
84
|
- [=] New features:
|
|
85
|
-
-
|
|
86
|
-
-
|
|
87
|
-
-
|
|
88
|
-
- Empty allowed_ips in PRODUCTION/HARDENED mode now DENIES external IPs instead of allowing all
|
|
89
|
-
- Startup validation warns about dangerous config combinations
|
|
90
|
-
- Loopback (127.0.0.1) always permitted for local agent comms
|
|
91
|
-
- DEVELOPMENT/STAGING retains allow-all behavior with explicit warning since local P2P testing requires it
|
|
92
|
-
- pickle.loads() replaced by json.loads with utf-8 encoding order.
|
|
93
|
-
- generate self signed cert fixes and added client.crt for fallback when users dont provide any SSL cert and key for both server and client.
|
|
85
|
+
- Ensemble method prediction is now secondary after conditions are met, and no longers acts as the Main prediction flow, Single pass (One Model) prediction now governs the Main prediction for long term stability and determinism in its learning capability.
|
|
86
|
+
- Modifed advanced prediction to use single pass prediction as its main prediction method, ensemble prediction will be triggered when conditions are met.
|
|
87
|
+
- Modifed advanced batch prediction to use single pass prediction for faster and more reliable prediction method.
|
|
94
88
|
|
|
95
89
|
____________
|
|
96
90
|
<img width="1280" height="600" alt="WhatsApp Image 2026-05-27 at 07 16 32" src="https://github.com/user-attachments/assets/4b58a556-45a3-419b-96fd-9c1b76cac574" />
|