this.me 2.6.5 β 2.6.7
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.
- package/README.md +62 -21
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,44 +12,58 @@ Add to your project:
|
|
|
12
12
|
```js
|
|
13
13
|
let me = require('this.me');
|
|
14
14
|
```
|
|
15
|
-
|
|
16
15
|
**Docs:** [this.me](https://www.neurons.me/this-me)
|
|
17
|
-
|
|
18
16
|
### Conceptual Flow:
|
|
19
|
-
|
|
20
17
|
- [ ] Set up your context with [this.me.](https://www.npmjs.com/package/this.me)
|
|
21
|
-
|
|
22
18
|
- [ ] Create a neural network using [neurons.me](https://www.neurons.me).
|
|
23
|
-
|
|
24
19
|
- [ ] Define the data you'd like your neural network to recognize or process with [this.](https://www.neurons.me/this) modules.
|
|
25
|
-
|
|
26
20
|
- [ ] Use [this.be](https://www.npmjs.com/package/this.be) to maintain a state or context, - watching over [This](https://www.neurons.me/this) and any other states you define for example.
|
|
27
|
-
|
|
28
21
|
- [ ] Define desired status and handlers, [be.this](https://www.npmjs.com/package/be.this).
|
|
29
|
-
|
|
30
22
|
- [ ] Keep [i.mlearning](https://www.npmjs.com/package/i.mlearning).
|
|
31
23
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
24
|
+
# Quick Start with Sandbox.
|
|
25
|
+
|
|
26
|
+
1. **Clone this Sandbox Demo Repository**
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
git clone https://github.com/suiGn/.me.git
|
|
30
|
+
```
|
|
31
|
+
2. **Navigate to the Project Directory**
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
cd .me
|
|
35
|
+
```
|
|
36
|
+
3. **Install Dependencies**
|
|
38
37
|
You can use either Yarn or npm to install the necessary dependencies.
|
|
39
38
|
|
|
40
|
-
Using Yarn
|
|
39
|
+
**Using Yarn:**
|
|
41
40
|
|
|
41
|
+
```bash
|
|
42
42
|
yarn install
|
|
43
|
-
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
**Using npm:**
|
|
44
46
|
|
|
47
|
+
```bash
|
|
45
48
|
npm install
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
4. **Launch the Application**
|
|
52
|
+
|
|
53
|
+
```bash
|
|
54
|
+
npx electron index.js
|
|
55
|
+
```
|
|
56
|
+
|
|
49
57
|
This model turns the traditional web model on its head. Users no longer depend on centralized authorities for identity or data management. They hold the keys (literally) to their identity and data. Services become more user-centric, providing services based on cryptographic proofs rather than centralized databases.
|
|
50
|
-
|
|
58
|
+
|
|
51
59
|
While this approach offers many benefits, including enhanced privacy and user sovereignty, it's still nascent and requires a paradigm shift in development, deployment, and user education.
|
|
52
60
|
|
|
61
|
+
In an audacious twist of fate, I decided to circumvent the monotony of user session code and dive into the cryptographic labyrinth. Rather than getting bogged down by yawn-worthy password management and playing custodian to a sea of data, I embraced a vision where every individual holds the scepter to their digital kingdom. Centralized authorities? Toss 'em out the window. Here, you own your identity, seal it with cryptographic flair, and let no one else govern it. Sure, crafting a cryptographic symphony is no walk in the park, but compared to the drudgery of traditional server management, it feels like reinventing the wheel... but in a world where wheels were never round to begin with. Behold a system where every user is a master, every piece of data a treasure, all guarded by codes and ciphers. A little unorthodox, perhaps, but in an age of digital renaissance, who wants orthodox anyway?
|
|
62
|
+
|
|
63
|
+
I'd sooner recode the Old and New Testaments, heck, throw in the Qabala too, in ASCII, before willingly plunging into the dull abyss of server-side user session management. Why swim in those murky waters when I can bask in the cryptographic labyrinth? Ditching the monotony of password management, I decided to champion a world where every individual becomes the keeper of their digital realms. Centralized authorities? More like relics of a bygone era. Here, you don't just own your identity; you seal it with cryptographic brilliance, untouched and ungoverned by any other. Crafting this cryptographic symphony may seem daunting, but compared to the tedium of server management?
|
|
64
|
+
|
|
65
|
+
POC || GTFO but for now I am traveling to new york.
|
|
66
|
+
|
|
53
67
|
# Setting up your Context. ππ»ππΌππ½ππΎππΏ
|
|
54
68
|
Defining the **environment** and context in which your code runs, especially when you're interacting with intelligent agents or services likeΒ **me.**
|
|
55
69
|
Having a clear declaration of the environment and the context can have a series of implications for security, interoperability, and clarity. The codebase is often vast, dynamic, and continually evolving. Given the dynamic nature of such environments, ensuring the integrity of the code and data becomes paramount. You wouldn't want an agent to execute or rely on code that has been tampered with or is different from the expected version. This is where hashing comes into play.
|
|
@@ -184,8 +198,35 @@ The this. library champions open standards. By leveraging public web standards,
|
|
|
184
198
|
|
|
185
199
|
[neurons.me/this](https://www.neurons.me/this)
|
|
186
200
|
|
|
187
|
-
|
|
201
|
+
# Clone THIS DEMO Playground
|
|
202
|
+
Welcome to the THIS.ME Playground, where the entire THIS.ME suite comes together with NEURONS.ME to provide a rich development and execution environment for your AI adventures.
|
|
203
|
+
|
|
204
|
+
## Sandbox Demo Quick Start
|
|
205
|
+
### 1. Clone the Repository
|
|
188
206
|
|
|
207
|
+
```bash
|
|
208
|
+
git clone https://github.com/suiGn/.me.git
|
|
209
|
+
```
|
|
210
|
+
### 2. Navigate to the Project Directory
|
|
211
|
+
```bash
|
|
212
|
+
cd .me
|
|
213
|
+
```
|
|
214
|
+
### 3. Install Dependencies
|
|
215
|
+
You can use either Yarn or npm to install the necessary dependencies.
|
|
216
|
+
Using Yarn:
|
|
217
|
+
```bash
|
|
218
|
+
yarn install
|
|
219
|
+
```
|
|
220
|
+
Using npm:
|
|
221
|
+
```bash
|
|
222
|
+
npm install
|
|
223
|
+
```
|
|
224
|
+
### 4. Launch the Application
|
|
225
|
+
```
|
|
226
|
+
npx electron index.js
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
### License
|
|
189
230
|
This project is licensed under the MIT License. See the LICENSE file for details.
|
|
190
231
|
|
|
191
232
|
This README provides an overview of the project, instructions for installation and usage, and highlights future projections. Feel free to modify or expand it as needed. Congratulations on building this exciting tool, and good luck with its continued development!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "this.me",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.7",
|
|
4
4
|
"description": "This.me should This.be",
|
|
5
5
|
"bin": {
|
|
6
6
|
".me": "./main.js"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"i.mlearning": "^2.2.0",
|
|
30
30
|
"netget": "^2.2.3",
|
|
31
31
|
"neurons.me": "^2.7.1",
|
|
32
|
-
"this.atom":"1.2.
|
|
32
|
+
"this.atom":"1.2.2",
|
|
33
33
|
"this.audio": "^1.0.6",
|
|
34
34
|
"this.be": "^2.1.6",
|
|
35
35
|
"this.dom": "^1.0.4",
|