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 test infrastructure and service architecture issues
Test Infrastructure:
- Fix Task constructor parameters (remove agent_id, use proper status literals)
- Fix async/sync create() method calls (SyncACP, AgenticBaseACP, TemporalACP are sync)
- Add proper import type ignores for yaspin dependency
Service Architecture:
- Fix ProjectConfigLoader Path vs str variable naming issues
- Fix TasksService delete method return type to support both Task and DeleteResponse
- Add proper tracing null-safety patterns with early returns
- Fix EnvironmentVariables forward reference typing
Clean solutions maintaining functionality while resolving type issues.
0 commit comments