ZAI Core โ Adaptive Intelligence with auto-learn, insights, persistent & networked memory
Project description
๐ง ZAI Core
v0.2.3 โ Networked Intelligence Update
๐งฉ Overview
ZAI Core v0.2.3 brings the Networked Intelligence Update โ connecting local AI memory with remote cloud systems.
Now ZAI Core can sync memory online, load plugins, and merge offline knowledge with live data.
โFrom thinkingโฆ to connecting.โ
โ๏ธ New in v0.2.3
- ๐ Remote Memory Sync โ link AI memory to an online API endpoint.
- ๐ Plugin System โ integrate tools like
websearchor external APIs. - ๐ฌ Hybrid Chat Mode โ use local + remote knowledge in conversation.
- ๐ง Diagnostics Command โ view AI status and sync info in CLI.
- ๐ง Improved Reasoning Engine โ better matching and context recognition.
๐งฑ Folder Structure
./ZAI-Core/
โ
โโโ ./zaicore/
โ โโโ ./__init__.py
โ โโโ ./__main__.py
โ โโโ ./core.py # Main brain (offline + remote memory)
โ โโโ ./reasoning.py # Contextual recall logic
โ โโโ ./network.py # Handles API sync for remote memory
โ โโโ ./plugins/ # Plugin directory
โ โ โโโ ./__init__.py
โ โ โโโ ./websearch_connector.py
โ โโโ ./utils/
โ โโโ ./__init__.py
โ โโโ ./data_handler.py
โ
โโโ ./setup.py
โโโ ./README.md
โโโ ./LICENSE
๐ป Installation
pip install zaicore
โก Quick Start
Local Mode
from zaicore import ZAICore
ai = ZAICore()
ai.learn("mission", "to build adaptive AI frameworks")
ai.recall("mission")
Remote Mode
ai = ZAICore(remote_mode=True, remote_url="https://example.com/zai_core_api")
ai.learn("language", "Python")
Output:
๐ Loading remote memory ...
โฌ๏ธ Remote memory downloaded.
๐ง ZAI Core v0.2.3 initialized โ Networked Intelligence Online.
[Learning] language โ Python
๐ Memory synced remotely.
๐ง CLI Usage
Run directly from terminal:
python -m zaicore --remote
Example session:
๐ ZAI Core CLI v0.2.3 โ Networked Intelligence Mode
๐ง > learn motto = explore beyond limits
๐ Memory synced remotely.
๐ง > status
ZAI Core v0.2.3 | Remote: True | Entries: 1
๐งฉ Development Roadmap
| Version | Feature | Status |
|---|---|---|
| v0.1.0 | Basic Learn & Recall | โ Released |
| v0.2.1 | Persistent Brain | โ Released |
| v0.2.2 | Cognitive Layer | โ Released |
| v0.2.3 | Networked Intelligence | ๐ง Active |
| v0.3.0 | Plugin API + Cloud Dashboard | ๐ Planned |
๐งโ๐ป Author
Muhammad Zaidan Faiz
๐ผ LinkedIn
๐ GitHub
๐ง muhammadzaidanfaiz8@gmail.com
๐ License
Released under the MIT License โ free to learn, modify, and expand.
โญ ZAI Core โ The brain that connects.
๐ฌ โDonโt just build AI. Build something that learns and grows beyond limits.โ
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zaicore-0.2.4.tar.gz.
File metadata
- Download URL: zaicore-0.2.4.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdf8315fda4e88839b70b2be9fcda5401c5561d416ee1afeb39f95060c463fb4
|
|
| MD5 |
ca220125a5c5d34ec93c148853536645
|
|
| BLAKE2b-256 |
1b5b039cd58f9ebe9ef91b7a8de75c405c83697dd48d19e0cc1b838e28332340
|
File details
Details for the file zaicore-0.2.4-py3-none-any.whl.
File metadata
- Download URL: zaicore-0.2.4-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f6a5a247464a37590172e591290f19e95ae1713124526f927d25ee5082479b0
|
|
| MD5 |
791fb8655d8ae076354a7dbd8ab9d27f
|
|
| BLAKE2b-256 |
41f2a85ec6a9a752ce17780ddaf4c0f2dc3bb4e225ab3367ad72c93d099f0eb3
|