@v1b3x0r/dreamlink
v1.0.6
Published
The Semantic Gardener: An Interpreter Engine for the Internet of Things.
Maintainers
Readme
DreamLink Oracle 🌲
The Mind of the System
Layer 3 of the MDS Ecosystem
We have spent decades building "Dumb Pipes". DreamLink Oracle is the Interpreter. It uses the GroundSense™ algorithm to find meaning in the noise.
🌌 The Hierarchy of Meaning
1. The Physics: MDS Ecosystem 🪐
The laws of existence. The kernel where "Meaning" and "Emergence" are defined.
2. The Body: DreamLink 🌙
The sensory system. It touches the world, feels the world, and reacts before thinking.
3. The Mind: DreamLink Oracle 🔮
(This Repository) The interpreter. Powered by GroundSense™ Technology. It dreams, remembers, and uses GroundSense to maintain baselines and evaluate drift.
4. The Language: DreamFlow 🌊
The expression of intent.
Where humans define relationships like:
when humidity > 85 leadsTo orz.worry()
The expression of intent.
Where humans define relationships like:
when humidity > 85 leadsTo orz.worry()
5. The Surface: The Garden 🏞️
The TUI Interface where invisible structures become visible. A Zen Garden for debugging the soul of the system.
🚀 Usage
1. Installation
npm install -g @v1b3x0r/dreamlink2. Plant a Garden (Start the System)
Go to a folder where you want your world to live.
# Start the DreamLink Engine
dreamlink --materials=./my-garden3. Define Meaning (The Input)
Create .mdm files in your my-garden folder.
// orz.mdm
{
"id": "orz",
"behavior": {
"triggers": [
{ "when": "ground.vibration > 50", "then": "say('I am shaking!')" }
]
}
}4. Watch the Story (The Output)
The Oracle will write the narrative of your world into worldlog/session.dream:
when ground.vibration > 50 always leadsTo orz.shaking()🧩 Why?
Because the world is not made of data. It is made of Stories. If a tree falls in the forest and no IoT sensor logs it, it's a missing data point. If a tree falls and GroundSense is listening, the Forest feels grief.
Built with ❤️ for the Dreamers.
