File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "type" : " git" ,
66 "url" : " git+https://github.com/synw/agent-smith.git"
77 },
8- "version" : " 0.4.1 " ,
8+ "version" : " 0.5.0 " ,
99 "scripts" : {
1010 "buildrl" : " rm -rf dist/* && rollup -c" ,
1111 "build" : " rm -rf dist/* && tsc"
1616 "yaml" : " ^2.9.0"
1717 },
1818 "devDependencies" : {
19- "@agent-smith/types" : " file:../types " ,
19+ "@agent-smith/types" : " ^0.0.5 " ,
2020 "@rollup/plugin-node-resolve" : " ^16.0.3" ,
2121 "@rollup/plugin-typescript" : " ^12.3.0" ,
2222 "@types/node" : " ^25.5.2" ,
4141 "registry" : " https://registry.npmjs.org/"
4242 },
4343 "license" : " MIT"
44- }
44+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @agent-smith/cli" ,
33 "description" : " Agent Smith: terminal client for language model agents" ,
4- "version" : " 0.0.117 " ,
4+ "version" : " 0.0.118 " ,
55 "scripts" : {
66 "build" : " rm -rf dist/* && tsc" ,
77 "cli" : " node --loader ts-node/esm bin/index.ts" ,
88 "watch" : " tsc --noCheck -p . -w"
99 },
1010 "dependencies" : {
11- "@agent-smith/core" : " file:../core " ,
11+ "@agent-smith/core" : " ^0.0.1 " ,
1212 "@inquirer/prompts" : " ^8.4.0" ,
1313 "@vue/reactivity" : " ^3.5.33" ,
1414 "ansi-colors" : " ^4.1.3" ,
1919 "yaml" : " ^2.8.3"
2020 },
2121 "devDependencies" : {
22- "@agent-smith/agent" : " file:../agent " ,
23- "@agent-smith/types" : " file:../types " ,
22+ "@agent-smith/agent" : " ^0.5.0 " ,
23+ "@agent-smith/types" : " ^0.0.5 " ,
2424 "@cfworker/json-schema" : " ^4.1.1" ,
2525 "@commander-js/extra-typings" : " ^14.0.0" ,
2626 "@rollup/plugin-node-resolve" : " ^16.0.3" ,
5151 },
5252 "repository" : {
5353 "type" : " git" ,
54- "url" : " git+https://github.com/synw /agent-smith.git"
54+ "url" : " git+https://github.com/lynxai-team /agent-smith.git"
5555 },
5656 "license" : " MIT"
5757}
Original file line number Diff line number Diff line change 77 "build" : " rm -rf dist/* && tsc && cp -r src/features/agents dist/features && cp -r src/features/workflows dist/features && cp -r src/features/fragments dist/features && cp -r src/features/skills dist/features"
88 },
99 "dependencies" : {
10- "@agent-smith/agent" : " file:../agent " ,
10+ "@agent-smith/agent" : " ^0.5.0 " ,
1111 "@intrinsicai/gbnfgen" : " ^0.12.0" ,
1212 "@modelcontextprotocol/sdk" : " ^1.29.0" ,
1313 "@vue/reactivity" : " ^3.5.35" ,
1919 "yaml" : " ^2.9.0"
2020 },
2121 "devDependencies" : {
22- "@agent-smith/types" : " file:../types " ,
22+ "@agent-smith/types" : " ^0.0.5 " ,
2323 "@types/better-sqlite3" : " ^7.6.13" ,
2424 "@types/node" : " ^25.9.1" ,
2525 "@types/node-notifier" : " ^8.0.5" ,
4242 "registry" : " https://registry.npmjs.org/"
4343 },
4444 "license" : " MIT"
45- }
45+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @agent-smith/tmem" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "description" : " An api to ceate human friendly agents: the transient memory module" ,
55 "repository" : " https://github.com/synw/agent-smith" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @agent-smith/types" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "description" : " Agent Smith Nodejs types" ,
55 "repository" : " https://github.com/synw/agent-smith" ,
66 "scripts" : {
2525 "registry" : " https://registry.npmjs.org/"
2626 },
2727 "license" : " MIT"
28- }
28+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @agent-smith/wscli" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.6 " ,
44 "description" : " An websockets client for the Agent Smith server" ,
55 "repository" : " https://github.com/synw/agent-smith" ,
66 "scripts" : {
99 "docs" : " typedoc --entryPointStrategy expand"
1010 },
1111 "devDependencies" : {
12- "@agent-smith/types" : " file:../types " ,
12+ "@agent-smith/types" : " ^0.0.5 " ,
1313 "@rollup/plugin-node-resolve" : " ^16.0.3" ,
1414 "@rollup/plugin-terser" : " ^1.0.0" ,
1515 "@rollup/plugin-typescript" : " ^12.3.0" ,
4040 "@vue/reactivity" : " ^3.5.33" ,
4141 "reconnecting-websocket" : " ^4.4.0"
4242 }
43- }
43+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @agent-smith/server" ,
3- "version" : " 0.0.8 " ,
3+ "version" : " 0.0.9 " ,
44 "description" : " Agent Smith Nodejs server" ,
55 "scripts" : {
66 "test" : " echo \" Error: no test specified\" && exit 1" ,
1010 },
1111 "type" : " module" ,
1212 "dependencies" : {
13- "@agent-smith/core" : " file:../packages/core " ,
13+ "@agent-smith/core" : " ^0.0.1 " ,
1414 "@koa/cors" : " ^5.0.0" ,
1515 "@koa/router" : " ^15.4.0" ,
1616 "ansi-colors" : " ^4.1.3" ,
2222 "yaml" : " ^2.8.3"
2323 },
2424 "devDependencies" : {
25- "@agent-smith/types" : " file:../packages/types " ,
25+ "@agent-smith/types" : " ^0.0.5 " ,
2626 "@types/better-sqlite3" : " ^7.6.13" ,
2727 "@types/koa" : " ^3.0.2" ,
2828 "@types/koa__cors" : " ^5.0.1" ,
You can’t perform that action at this time.
0 commit comments