Skip to main content

A multi-agent system based on asyncio

Project description

aiomas – A multi-agent system based on asyncio

Changelog

0.1.0 – 2014-12-18

Initial release with the following features:

  • A request-reply channel via TCP that allows to send multiple messages and to asynconously wait for results (or an exception).

  • Messages can be serialized with JSON or msgpack.

  • The underlying communication protocol should be compatible with simpy.io (if you use JSON and no custom serializers).

  • Remote procedure calls (RPCs) supporting nested handlers and bidirectional calls (callees can make calls to the caller before returning the actual result).

Authors

The original author of aiomas is Stefan Scherfke.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiomas-0.1.0.tar.gz (631.9 kB view hashes)

Uploaded Source

Built Distribution

aiomas-0.1.0-py2.py3-none-any.whl (13.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page