sf-agent-framework
Version:
AI Agent Orchestration Framework for Salesforce Development - Two-phase architecture with 70% context reduction
75 lines (74 loc) • 1.73 kB
JSON
{
"name": "sf-agent-framework",
"version": "4.1.0",
"description": "CLI tools for SF-Agent Framework - AI Agent Orchestration for Salesforce Development",
"main": "cli.js",
"bin": {
"sf-agent": "./sf-agent-npx-wrapper.js",
"sf-agent-framework": "./sf-agent-npx-wrapper.js",
"sfa": "./cli.js"
},
"scripts": {
"postinstall": "node ./installer/lib/post-install.js || true"
},
"dependencies": {
"chalk": "^5.4.1",
"commander": "^14.0.0",
"fs-extra": "^11.3.0",
"glob": "^11.0.3",
"inquirer": "^12.6.3",
"js-yaml": "^4.1.0",
"ora": "^8.2.0"
},
"keywords": [
"salesforce",
"ai-agents",
"cli",
"sfdx",
"automation",
"framework",
"devops",
"apex",
"lwc",
"sf-agent"
],
"author": "SF-Agent Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kripaSFDC/sf-agent-framework.git"
},
"bugs": {
"url": "https://github.com/kripaSFDC/sf-agent-framework/issues"
},
"homepage": "https://github.com/kripaSFDC/sf-agent-framework#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=20.0.0"
},
"files": [
"cli.js",
"sf-agent-npx-wrapper.js",
"installer/",
"builders/",
"lib/",
"md-assets/",
"upgraders/",
"agent-creator.js",
"agent-handoff-protocol.js",
"codebase-flattener.js",
"document-sharder.js",
"interactive-workflow-builder.js",
"metrics-tracker.js",
"story-queue-manager.js",
"template-converter.js",
"template-processor.js",
"version-bump.js",
"workflow-visualizer.js",
"yaml-format.js",
"README-CLI.md"
]
}