Fix circular import in ACP agent/message modules blocking direct ACP Agent import #296
pauleveritt
started this conversation in
Bugs
Replies: 3 comments
|
Hi Paul. I think some of the imports of Mode should be moved inside a |
0 replies
|
Should be fixed now. But note that I never really intended Toad to be treated as a library. Something that may impact you. I've pinned dependancies. With the recent supply chain attacks, this seems to be safest approach. And it prevents a bug in a dependency from breaking Toad. |
0 replies
|
@willmcgugan My imports are mostly about confirming behavior, I should have mentioned that it was a lower-than-low priority. Thanks for super-fast response all the same. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey Will, thanks for Toad, I'm wiring it up as the front-end for another crack at my weird agent ideas.
I'm working from
mainand ran into a circular import. When importing Toad's ACP agent directly, the import currently fails with a circular import:The cycle is:
All reactions