rocdev-foundation / medera

Is a chat bot the new "Hello, World"?
GNU General Public License v3.0
1 stars 2 forks source link

Create Simple Agent #9

Closed geowa4 closed 7 years ago

geowa4 commented 7 years ago

Make an Agent application to handle all messages from Slack. For now, this means our current response to "Hi" should be moved to the Agent. It should be assumed this Agent will run on a remote instance. The node running the Agent must connect to the Master node on boot.

dantswain commented 7 years ago

I'm trying to decide if this should be a separate project (as in mix new medera_agent). I think it makes sense - the agent probably wants to keep a smallish footprint to live beside other applications. The main problem I foresee is that we either end up with some duplicated code or a third project with shared code, which just makes organization more complicated. An umbrella project might work, but in my experience umbrella projects are rough to work with.

geowa4 commented 7 years ago

Want to try an umbrella project and see how it goes?

dantswain commented 7 years ago

Not really. I've done them in the past and they never turned out to be the right solution.

dantswain commented 7 years ago

Closed by #20