loom-agents
Version:
A lightweight, composable framework for building hierarchical AI agent systems using OpenAI's API.
55 lines (54 loc) • 1.13 kB
JSON
{
"name": "loom-agents",
"version": "1.0.19",
"scripts": {
"barrel": "bunx barrelsby --delete -r --directory ./src --noHeader",
"build": "bun run barrel && tsc",
"start": "node dist/index.js",
"prepublishOnly": "bun run build",
"test": "playwright test"
},
"author": "",
"license": "MIT",
"description": "",
"devDependencies": {
"@playwright/test": "^1.51.1",
"@types/node": "^22.13.13",
"barrelsby": "^2.8.1",
"typescript": "^5.8.2"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"openai": "^4.89.0",
"uuid": "^11.1.0"
},
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"require": "./dist/index.js",
"default": "./dist/index.js"
}
},
"keywords": [
"ai",
"agents",
"multi-agent",
"agent framework",
"agent architecture",
"hierarchical agents",
"task orchestration",
"goal-driven",
"ai planner",
"typescript",
"nodejs",
"workflow",
"reasoning",
"automation",
"lightweight"
]
}