UNPKG

sf-agent-framework

Version:

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

74 lines (64 loc) 1.69 kB
name: sf-core version: 4.1.1 short-title: SF-Agent Framework Core - Two-Phase Edition description: >- Salesforce-focused AI Agent Framework with Two-Phase Development Architecture. Separates planning (rich context) from development (lean context) for optimal performance. Features 30+ specialized Salesforce agents with phase-aware variants, comprehensive workflows for all Salesforce clouds, deep sfpowerscripts integration for package-based development, and enterprise-grade automation. author: SF-Agent Team license: MIT License tags: - salesforce - sf-agent - devops - sfpowerscripts - ai-agents - development - administration - architecture - framework - enterprise - two-phase - context-optimization dependencies: [] slashPrefix: sf # Two-Phase Development Configuration features: two_phase_development: enabled: true config_file: config/two-phase-config.yaml document_sharding: enabled: true output_dir: docs/sharded/ story_context_engineering: enabled: true story_dir: docs/stories/ lean_agents: enabled: true agent_dir: agents/lean/ phase_aware_orchestration: enabled: true orchestrator: sf-orchestrator-v2 # Phase Configuration phases: planning: max_context_tokens: 128000 agent_variant: rich primary_location: web_ui development: max_context_tokens: 32000 agent_variant: lean primary_location: ide # Context Management context_management: strategy: adaptive monitoring: true optimization: automatic warning_threshold: 0.8 # Backwards Compatibility compatibility: legacy_agents: supported v3_workflows: maintained migration_assistant: available