.gitignore
.readthedocs.yml
.travis.yml
CHANGELOG.rst
LICENSE.md
Makefile
README.rst
pyproject.toml
.github/workflows/python-app.yml
docs/Makefile
docs/agent.rst
docs/amqp.rst
docs/broker.rst
docs/bus.rst
docs/conf.py
docs/example_agents.rst
docs/example_run.rst
docs/hooks.rst
docs/index.rst
docs/kafka.rst
docs/launcher.rst
docs/ma-bus.dia
docs/ma-bus.svg
docs/ma-logo.dia
docs/ma-logo.svg
docs/ma-periodic.dia
docs/ma-periodic.svg
docs/ma-queue.dia
docs/ma-queue.svg
docs/mocks.rst
docs/periodic.rst
docs/redis.rst
docs/requirements.txt
examples/__init__.py
examples/comment_agent.py
examples/email_agent.py
examples/push_agent.py
examples/redis_server.py
examples/requirements.txt
examples/settings.py
examples/signals.json
examples/user_agent.py
microagent/__init__.py
microagent/abc.py
microagent/agent.py
microagent/broker.py
microagent/bus.py
microagent/hooks.py
microagent/launcher.py
microagent/py.typed
microagent/queue.py
microagent/signal.py
microagent/timer.py
microagent/utils.py
microagent.egg-info/PKG-INFO
microagent.egg-info/SOURCES.txt
microagent.egg-info/dependency_links.txt
microagent.egg-info/entry_points.txt
microagent.egg-info/requires.txt
microagent.egg-info/top_level.txt
microagent/tools/__init__.py
microagent/tools/amqp.py
microagent/tools/kafka.py
microagent/tools/mocks.py
microagent/tools/redis.py
tests/__init__.py
tests/conftest.py
tests/stuff.json
tests/test_agent.py
tests/test_api.py
tests/test_broker.py
tests/test_bus.py
tests/test_hook.py
tests/test_launcher.py
tests/test_timer.py
tests/test_tools_amqp.py
tests/test_tools_kafka.py
tests/test_tools_redis.py