- Add token API endpoint to server for storing/retrieving pending tokens - Add token polling in frontend to auto-detect and connect with tokens - Add xterm dependencies for terminal functionality - Add terminal page support in toolRegistry
13 lines
226 B
JSON
13 lines
226 B
JSON
{
|
|
"name": "agent-ui-server",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "bun run index.ts",
|
|
"dev": "bun --watch run index.ts"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@skitee3000/bun-pty": "^0.3.3"
|
|
}
|
|
}
|