nyxora 1.1.2 → 1.1.3
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/package.json +48 -48
- package/user.md +9 -9
package/package.json
CHANGED
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "nyxora",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "dist/gateway/cli.js",
|
|
6
|
-
"files": [
|
|
7
|
-
"dist",
|
|
8
|
-
"dashboard/dist",
|
|
9
|
-
"user.md",
|
|
10
|
-
"IDENTITY.md",
|
|
11
|
-
"SECURITY.md",
|
|
12
|
-
"README.md"
|
|
13
|
-
],
|
|
14
|
-
"bin": {
|
|
15
|
-
"nyxora": "./dist/gateway/cli.js"
|
|
16
|
-
},
|
|
17
|
-
"scripts": {
|
|
18
|
-
"build": "npm run build --prefix dashboard && tsc",
|
|
19
|
-
"start": "node dist/gateway/cli.js",
|
|
20
|
-
"dashboard": "npm run build && node dist/gateway/cli.js",
|
|
21
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
22
|
-
"deploy": "npm run build && git add . && git commit -m \"chore: auto-deploy new feature\" && git push && git push --tags && npm publish"
|
|
23
|
-
},
|
|
24
|
-
"keywords": [],
|
|
25
|
-
"author": "",
|
|
26
|
-
"license": "ISC",
|
|
27
|
-
"type": "commonjs",
|
|
28
|
-
"dependencies": {
|
|
29
|
-
"@clack/prompts": "^1.4.0",
|
|
30
|
-
"concurrently": "^9.2.1",
|
|
31
|
-
"cors": "^2.8.6",
|
|
32
|
-
"express": "^5.2.1",
|
|
33
|
-
"node-telegram-bot-api": "^0.67.0",
|
|
34
|
-
"open": "^11.0.0",
|
|
35
|
-
"openai": "^6.39.0",
|
|
36
|
-
"picocolors": "^1.1.1",
|
|
37
|
-
"viem": "^2.51.0",
|
|
38
|
-
"yaml": "^2.9.0"
|
|
39
|
-
},
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"@types/cors": "^2.8.19",
|
|
42
|
-
"@types/express": "^5.0.6",
|
|
43
|
-
"@types/node": "^25.9.1",
|
|
44
|
-
"@types/node-telegram-bot-api": "^0.64.14",
|
|
45
|
-
"ts-node": "^10.9.2",
|
|
46
|
-
"typescript": "^6.0.3"
|
|
47
|
-
}
|
|
48
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "nyxora",
|
|
3
|
+
"version": "1.1.3",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "dist/gateway/cli.js",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist",
|
|
8
|
+
"dashboard/dist",
|
|
9
|
+
"user.md",
|
|
10
|
+
"IDENTITY.md",
|
|
11
|
+
"SECURITY.md",
|
|
12
|
+
"README.md"
|
|
13
|
+
],
|
|
14
|
+
"bin": {
|
|
15
|
+
"nyxora": "./dist/gateway/cli.js"
|
|
16
|
+
},
|
|
17
|
+
"scripts": {
|
|
18
|
+
"build": "npm run build --prefix dashboard && tsc",
|
|
19
|
+
"start": "node dist/gateway/cli.js",
|
|
20
|
+
"dashboard": "npm run build && node dist/gateway/cli.js",
|
|
21
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
22
|
+
"deploy": "npm run build && git add . && git commit -m \"chore: auto-deploy new feature\" && git push && git push --tags && npm publish"
|
|
23
|
+
},
|
|
24
|
+
"keywords": [],
|
|
25
|
+
"author": "",
|
|
26
|
+
"license": "ISC",
|
|
27
|
+
"type": "commonjs",
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@clack/prompts": "^1.4.0",
|
|
30
|
+
"concurrently": "^9.2.1",
|
|
31
|
+
"cors": "^2.8.6",
|
|
32
|
+
"express": "^5.2.1",
|
|
33
|
+
"node-telegram-bot-api": "^0.67.0",
|
|
34
|
+
"open": "^11.0.0",
|
|
35
|
+
"openai": "^6.39.0",
|
|
36
|
+
"picocolors": "^1.1.1",
|
|
37
|
+
"viem": "^2.51.0",
|
|
38
|
+
"yaml": "^2.9.0"
|
|
39
|
+
},
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@types/cors": "^2.8.19",
|
|
42
|
+
"@types/express": "^5.0.6",
|
|
43
|
+
"@types/node": "^25.9.1",
|
|
44
|
+
"@types/node-telegram-bot-api": "^0.64.14",
|
|
45
|
+
"ts-node": "^10.9.2",
|
|
46
|
+
"typescript": "^6.0.3"
|
|
47
|
+
}
|
|
48
|
+
}
|
package/user.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
Write custom instructions, special rules, user profiles, or the persona you want for Nyxora AI in this file.
|
|
2
|
-
|
|
3
|
-
Every time the agent reads your messages, it will read this file first as its primary guideline.
|
|
4
|
-
|
|
5
|
-
Examples:
|
|
6
|
-
|
|
7
|
-
* "Call me Yudha"
|
|
8
|
-
* "Use casual and slang language"
|
|
9
|
-
* "Focus analysis from a technical trading perspective"
|
|
1
|
+
Write custom instructions, special rules, user profiles, or the persona you want for Nyxora AI in this file.
|
|
2
|
+
|
|
3
|
+
Every time the agent reads your messages, it will read this file first as its primary guideline.
|
|
4
|
+
|
|
5
|
+
Examples:
|
|
6
|
+
|
|
7
|
+
* "Call me Yudha"
|
|
8
|
+
* "Use casual and slang language"
|
|
9
|
+
* "Focus analysis from a technical trading perspective"
|