max-mapper / art-of-node

:snowflake: a short introduction to node.js
https://github.com/maxogden/art-of-node#the-art-of-node
Other
9.79k stars 856 forks source link

asynch file IO how complex it can be? #82

Open AdriOdding opened 6 years ago

Rai-Sahil commented 10 months ago

Hi can i work on this issue?

ctavolazzi commented 7 months ago

@Rai-Sahil Please! Hey @Rai-Sahil,

My humblest of apologies for my ignorance in missing your message. Your contribution would be most welcome!

Just a quick note: we're still shaping up our processes and practices, so things are a bit 'make-it-up-as-we-go' right now.

For your work:

Important bit: We're moving towards a model where each module is its own island, chilling in a container with a queryable API. They should talk to each other in a way that's as smooth as jazz. The master plan for multi-agent convo is brewing with Microsoft Autogen, but it's still in the lab.

So for now, when you're setting up your module, think about how it'll play nice in a containerized setup and chat with its module buddies.

Any snags or brainwaves, just ping. Excited to see what you whip up!

Cheers!

Rai-Sahil commented 7 months ago

Hi @ctavolazzi , No worries. I understand. Sure thanks, I'll start working on it.