@vionwilliams/agent-os 1.0.0-alpha.5

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.
Files changed (4) hide show
  1. package/LICENSE +60 -0
  2. package/README.md +321 -0
  3. package/dist/cli.js +549637 -0
  4. package/package.json +140 -0
package/package.json ADDED
@@ -0,0 +1,140 @@
1
+ {
2
+ "name": "@vionwilliams/agent-os",
3
+ "version": "1.0.0-alpha.5",
4
+ "description": "Agent-OS — AI Agent Operating System with Knowledge Engine and Super-Coordination. BYOK Claude Code fork.",
5
+ "type": "module",
6
+ "private": false,
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "license": "SEE LICENSE IN LICENSE",
11
+ "author": "VION WILLIAMS",
12
+ "homepage": "https://github.com/VIONWILLIAMS/agent-os#readme",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://github.com/VIONWILLIAMS/agent-os.git"
16
+ },
17
+ "bugs": {
18
+ "url": "https://github.com/VIONWILLIAMS/agent-os/issues"
19
+ },
20
+ "keywords": [
21
+ "agent",
22
+ "ai",
23
+ "cli",
24
+ "claude",
25
+ "byok",
26
+ "anthropic",
27
+ "knowledge-forge",
28
+ "fca",
29
+ "multi-model-router",
30
+ "super-coordination"
31
+ ],
32
+ "bin": {
33
+ "agent-os": "dist/cli.js"
34
+ },
35
+ "files": [
36
+ "dist/cli.js",
37
+ "LICENSE",
38
+ "README.md"
39
+ ],
40
+ "engines": {
41
+ "bun": ">=1.3.0"
42
+ },
43
+ "scripts": {
44
+ "build": "bash scripts/build.sh",
45
+ "start": "bun dist/cli.js",
46
+ "dev": "bun run src/entrypoints/cli.tsx",
47
+ "typecheck": "tsc --noEmit",
48
+ "test": "bun test",
49
+ "test:panels": "bun test test/coordination/panels/",
50
+ "test:global": "bun run scripts/codex-test-global.ts",
51
+ "test:global:quick": "bun run scripts/codex-test-global.ts --quick",
52
+ "test:global:json": "bun run scripts/codex-test-global.ts --json",
53
+ "build:ui": "vite build",
54
+ "dev:ui": "vite dev",
55
+ "prepublishOnly": "bash scripts/build.sh"
56
+ },
57
+ "dependencies": {
58
+ "@alcalzone/ansi-tokenize": "^0.1.0",
59
+ "@ant/claude-for-chrome-mcp": "file:./stubs/ant-claude-for-chrome-mcp",
60
+ "@anthropic-ai/claude-agent-sdk": "^0.2.87",
61
+ "@anthropic-ai/mcpb": "^2.1.2",
62
+ "@anthropic-ai/sdk": "^0.81.0",
63
+ "@aws-sdk/client-bedrock-runtime": "^3.700.0",
64
+ "@commander-js/extra-typings": "^14.0.0",
65
+ "@modelcontextprotocol/sdk": "^1.12.0",
66
+ "ajv": "^8.17.0",
67
+ "asciichart": "^1.5.25",
68
+ "auto-bind": "^5.0.1",
69
+ "axios": "^1.7.0",
70
+ "bidi-js": "^1.0.3",
71
+ "chalk": "^5.4.0",
72
+ "chokidar": "^4.0.0",
73
+ "cli-boxes": "^3.0.0",
74
+ "code-excerpt": "^4.0.0",
75
+ "color-diff-napi": "^0.0.1",
76
+ "commander": "^14.0.0",
77
+ "diff": "^7.0.0",
78
+ "emoji-regex": "^10.4.0",
79
+ "env-paths": "^3.0.0",
80
+ "execa": "^9.5.0",
81
+ "fflate": "^0.8.2",
82
+ "figures": "^6.1.0",
83
+ "fuse.js": "^7.0.0",
84
+ "get-east-asian-width": "^1.3.0",
85
+ "google-auth-library": "^9.14.0",
86
+ "highlight.js": "^11.10.0",
87
+ "https-proxy-agent": "^7.0.0",
88
+ "ignore": "^6.0.0",
89
+ "indent-string": "^5.0.0",
90
+ "jsonc-parser": "^3.3.0",
91
+ "lodash-es": "^4.17.21",
92
+ "lru-cache": "^11.0.0",
93
+ "marked": "^15.0.0",
94
+ "p-map": "^7.0.0",
95
+ "picomatch": "^4.0.0",
96
+ "proper-lockfile": "^4.1.2",
97
+ "qrcode": "^1.5.4",
98
+ "react": "^19.0.0",
99
+ "react-dom": "^19.2.4",
100
+ "react-reconciler": "^0.31.0",
101
+ "semver": "^7.6.0",
102
+ "shell-quote": "^1.8.0",
103
+ "signal-exit": "^4.1.0",
104
+ "stack-utils": "^2.0.6",
105
+ "strip-ansi": "^7.1.0",
106
+ "supports-hyperlinks": "^3.1.0",
107
+ "tree-kill": "^1.2.2",
108
+ "turndown": "^7.2.2",
109
+ "type-fest": "^4.30.0",
110
+ "undici": "^7.0.0",
111
+ "usehooks-ts": "^3.1.0",
112
+ "vscode-jsonrpc": "^8.2.0",
113
+ "vscode-languageserver-protocol": "^3.17.0",
114
+ "vscode-languageserver-types": "^3.17.0",
115
+ "wrap-ansi": "^9.0.0",
116
+ "ws": "^8.18.0",
117
+ "xss": "^1.0.15",
118
+ "yaml": "^2.8.3",
119
+ "zod": "^3.24.0"
120
+ },
121
+ "devDependencies": {
122
+ "@tailwindcss/postcss": "^4.2.2",
123
+ "@tailwindcss/vite": "^4.2.2",
124
+ "@types/bun": "latest",
125
+ "@types/diff": "^7.0.0",
126
+ "@types/lodash-es": "^4.17.12",
127
+ "@types/proper-lockfile": "^4.1.4",
128
+ "@types/qrcode": "^1.5.0",
129
+ "@types/react": "^19.0.0",
130
+ "@types/react-dom": "^19.2.3",
131
+ "@types/shell-quote": "^1.7.0",
132
+ "@types/ws": "^8.5.0",
133
+ "@vitejs/plugin-react": "^6.0.1",
134
+ "autoprefixer": "^10.4.27",
135
+ "postcss": "^8.5.9",
136
+ "tailwindcss": "^4.2.2",
137
+ "typescript": "^5.7.0",
138
+ "vite": "^8.0.7"
139
+ }
140
+ }