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
refactor: remove TYPE_CHECKING dependency for circular imports
- Remove typing.TYPE_CHECKING import and usage
- Use runtime import only where needed (in toAgent method)
- Remove return type annotation to avoid forward reference issues
- Cleaner approach without typing module dependencies
- All tests continue to pass
🤖 Assisted by Amazon Q Developer
0 commit comments