message queue
, but could we integrate a custom MQ for the inter-agent communication messages to be posted to? eg. rabbitmq / SQS, SNS or spawn a lambda call?pika
first but making that work with our stuff felt a bit awkward. Switching to aio-pika
was better. So hopefully there is a good asyncio equipped client for AWS SQS?