CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
distributedapps_mas.egg-info/PKG-INFO
distributedapps_mas.egg-info/SOURCES.txt
distributedapps_mas.egg-info/dependency_links.txt
distributedapps_mas.egg-info/requires.txt
distributedapps_mas.egg-info/top_level.txt
examples/data_pipeline/README.md
examples/data_pipeline/config.json
examples/data_pipeline/test_data_pipeline.py
examples/document_processing/README.md
examples/document_processing/config.json
examples/document_processing/test_document_processing.py
mas/__init__.py
mas/agent.py
mas/agent_registry.py
mas/workflow.py
mas/agents/__init__.py
mas/agents/data_aggregator.py
mas/agents/data_formatter.py
mas/agents/data_transformer.py
mas/agents/data_validator.py
mas/agents/document_processor.py
mas/agents/document_reader.py
mas/agents/document_writer.py
mas/agents/end_agent.py
mas/agents/error_handler.py
mas/agents/processor_agent.py
mas/agents/starter_agent.py