Cornelius Carstens

Results 10 comments of Cornelius Carstens

Hi @simileV , I am the person who got around the issue using multi processing. You can check out the code in my public repository 'Ava' for reference. Feel free...

Hey @Marterido I‘m not working on the project any more but maybe I can help. Can you post a minimal reproducible example of what you’ve tried so far? [MRE](https://stackoverflow.com/help/minimal-reproducible-example) Maybe...

@emadshaaban92 You just helped me figuring a similar issue out when deploying to Vercel! Thank you!

Hi Niklas, Thank you for writing python-agentspeak! I just saw the warning `warning: recovery plans are ignored as of yet`, is there an estimated date for when this will be...

Okay thank you, that's good to know! C

Hey Niklas, thank you for the explanations, that helps a lot already. I am using my fork of the spade_bdi plugin for spade that is built on python-agentspeak. Some functionalities...

About agentspeak.LinkedList, I saw that the constructor takes `head` and `tail` as arguments. ``` LinkedList([1, 2, 3], [4, 5, 6]) ``` results in ``` [ [1, 2, 3], [4, 5,...

Oh okay, I see. I guess using tuples and knowing that they'll be cast to agent speak lists does the job! :)

@anfragment I'm interested in picking this up! Do you have thoughts on making this testable, e.g. by having a Command interface that can be mocked in tests?

@anfragment that's a fair point! I tested my implementation manually and added a retry for the deactivation of the proxy as well.