You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve critical issues in architectural violations PR
- Fix AgentExecutorInterface import error by aliasing ExecutorInterface
- Fix dead telemetry code by calling _ensure_telemetry_defaults in PraisonAI.__init__
- Fix MCP schedule tools to use proper SDK schedule_tools instead of broken AgentScheduler calls
- Fix type annotations in tool_resolver.py to use Mapping for immutable cache
- Fix misleading deprecation warning in async_agent_scheduler.py
These fixes resolve the 2 P1 critical regressions and 1 P2 issue identified
by multiple reviewers (Greptile, CodeRabbit, Copilot).
Co-authored-by: Mervin Praison <MervinPraison@users.noreply.github.com>
0 commit comments