UNPKG

sf-agent-framework

Version:

AI Agent Orchestration Framework for Salesforce Development - Two-phase architecture with 70% context reduction

44 lines (43 loc) 1.02 kB
{ "name": "sf-agent-framework-installer", "version": "4.1.1", "description": "SF-Agent Framework installer - Salesforce AI Agent Framework", "main": "lib/installer.js", "bin": { "sf-agent": "./bin/sf-agent.js", "sf-agent-framework": "./bin/sf-agent.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "sf-agent", "agile", "ai", "development", "framework", "installer", "agents" ], "author": "SF-Agent Team", "license": "MIT", "dependencies": { "chalk": "^5.5.0", "commander": "^14.0.0", "fs-extra": "^11.3.0", "inquirer": "^12.9.1", "js-yaml": "^4.1.0", "ora": "^8.2.0" }, "engines": { "node": ">=20.0.0" }, "repository": { "type": "git", "url": "https://github.com/sf-agent-team/sf-agent-framework.git" }, "bugs": { "url": "https://github.com/sf-agent-team/sf-agent-framework/issues" }, "homepage": "https://github.com/sf-agent-team/sf-agent-framework#readme" }