Skip to content

Conversation

@vrtornisiello
Copy link
Collaborator

@vrtornisiello vrtornisiello commented Aug 21, 2025

The formatters module was importing prompts from the agents module, which in turn was importing classes from the formatters module, leading to a circular import. To fix this, a new prompts module was created, from which both formatters and agents modules can import from, breaking the circular dependency and decoupling the modules.

@vrtornisiello vrtornisiello merged commit 94ae070 into main Aug 21, 2025
1 check passed
@vrtornisiello vrtornisiello deleted the fix/circular-import-error branch August 21, 2025 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants