Add capability-matrix checks and social action fallbacks

This commit is contained in:
ي
2026-05-18 16:02:08 +05:30
parent 928c2f20aa
commit 6cef7c7257
2 changed files with 114 additions and 0 deletions

View File

@@ -69,6 +69,10 @@ class SocialAmplificationAgent(BaseALwrityAgent):
# Instruction will be provided via orchestrator context or initial prompt
# Instruction should be provided during invocation or via orchestrator context
)
def get_social_integration_capabilities(self) -> Dict[str, Dict[str, bool]]:
"""Expose platform capability flags used by social integration managers."""
return self._get_social_capability_matrix()
# Tool Implementations