-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "app",
"version": "1.0.0",
"description": "This project provides a complete solution for deploying a high-performance, low-latency conversational AI pipeline on a cluster of legacy, resource-constrained desktop computers. It uses Ansible for automated provisioning, Nomad for cluster orchestration, and a state-of-the-art AI stack to create a responsive, streaming, and embodied voice agent. For a detailed technical description of the system's layers, see the [Holistic Project Architecture](ARCHITECTURE.md) document.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "bash scripts/lint.sh",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LokiMetaSmith/llama-cluster-upbringing-script.git"
},
"keywords": [],
"author": "",
"license": "GPL-3.0",
"type": "commonjs",
"bugs": {
"url": "https://github.com/LokiMetaSmith/llama-cluster-upbringing-script/issues"
},
"homepage": "https://github.com/LokiMetaSmith/llama-cluster-upbringing-script#readme",
"devDependencies": {
"husky": "^9.1.7",
"markdownlint-cli": "^0.48.0",
"oh-my-opencode": "^2.12.2"
},
"dependencies": {
"acorn": "^8.16.0",
"opencode-ai": "^1.1.4"
},
"overrides": {
"js-yaml": "^4.2.0",
"markdown-it": "^14.1.2"
}
}