README.md
setup.cfg
setup.py
agentMET4FOF/__init__.py
agentMET4FOF/exceptions.py
agentMET4FOF/network.py
agentMET4FOF.egg-info/PKG-INFO
agentMET4FOF.egg-info/SOURCES.txt
agentMET4FOF.egg-info/dependency_links.txt
agentMET4FOF.egg-info/requires.txt
agentMET4FOF.egg-info/top_level.txt
agentMET4FOF/agents/__init__.py
agentMET4FOF/agents/base_agents.py
agentMET4FOF/agents/metrological_base_agents.py
agentMET4FOF/agents/metrological_redundancy_agents.py
agentMET4FOF/agents/metrological_signal_agents.py
agentMET4FOF/agents/noise_jitter_removal_agents.py
agentMET4FOF/agents/signal_agents.py
agentMET4FOF/dashboard/Dashboard.py
agentMET4FOF/dashboard/Dashboard_Control.py
agentMET4FOF/dashboard/Dashboard_agt_net.py
agentMET4FOF/dashboard/Dashboard_layout_base.py
agentMET4FOF/dashboard/LayoutHelper.py
agentMET4FOF/dashboard/__init__.py
agentMET4FOF/dashboard/default_network_stylesheet.py
agentMET4FOF/metrological_agents/__init__.py
agentMET4FOF/metrological_streams/__init__.py
agentMET4FOF/streams/__init__.py
agentMET4FOF/streams/base_streams.py
agentMET4FOF/streams/metrological_base_streams.py
agentMET4FOF/streams/metrological_signal_streams.py
agentMET4FOF/streams/signal_streams.py
agentMET4FOF/utils/__init__.py
agentMET4FOF/utils/buffer.py
agentMET4FOF_tutorials/__init__.py
agentMET4FOF_tutorials/tutorial_1_generator_agent.py
agentMET4FOF_tutorials/tutorial_2_math_agent.py
agentMET4FOF_tutorials/tutorial_3_multi_channel.py
agentMET4FOF_tutorials/tutorial_4_metrological_streams.py
agentMET4FOF_tutorials/tutorial_5_coalition.py
agentMET4FOF_tutorials/tutorial_6_mesa_backend.py
agentMET4FOF_tutorials/tutorial_7_generic_metrological_agent.py
agentMET4FOF_tutorials/agent_module/__init__.py
agentMET4FOF_tutorials/agent_module/ui_main_example.py
agentMET4FOF_tutorials/agent_module/ui_module_example.py
agentMET4FOF_tutorials/buffering/__init__.py
agentMET4FOF_tutorials/buffering/basic_buffering.py
agentMET4FOF_tutorials/buffering/metrological_buffering.py
agentMET4FOF_tutorials/buffering/moving_average.py
agentMET4FOF_tutorials/datastreams/__init__.py
agentMET4FOF_tutorials/datastreams/gaussianshock_generator.py
agentMET4FOF_tutorials/datastreams/multi_generator.py
agentMET4FOF_tutorials/datastreams/simple_generator.py
agentMET4FOF_tutorials/noise_jitter/__init__.py
agentMET4FOF_tutorials/noise_jitter/add_noise_to_existing_signal.py
agentMET4FOF_tutorials/noise_jitter/generate_sine_with_jitter.py
agentMET4FOF_tutorials/noise_jitter/remove_noise_and_jitter.py
agentMET4FOF_tutorials/plotting/__init__.py
agentMET4FOF_tutorials/plotting/basic_memory_plot.py
agentMET4FOF_tutorials/plotting/basic_send_plot.py
agentMET4FOF_tutorials/plotting/custom_memory_multiple_plot.py
agentMET4FOF_tutorials/plotting/custom_memory_plot.py
agentMET4FOF_tutorials/plotting/list_of_plots.py
agentMET4FOF_tutorials/redundancy/__init__.py
agentMET4FOF_tutorials/redundancy/redundancy_agent_four_signals.py
agentMET4FOF_tutorials/redundancy/redundancy_agent_one_signal.py
tests/test_addremove_metrological_agents.py
tests/test_all_imports.py
tests/test_dashboard.py
tests/test_memory_monitor_agent.py
tests/test_metadata_metrological_agent.py
tests/test_naming_monitor_agents.py
tests/test_network.py
tests/test_redundancy_agent.py
tests/test_remove_agent.py
tests/test_send_plot_image.py
tests/test_send_plot_plotly.py
tests/test_tutorials.py