LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
live_agent/__init__.py
live_agent/live_agent.py
live_agent.egg-info/PKG-INFO
live_agent.egg-info/SOURCES.txt
live_agent.egg-info/dependency_links.txt
live_agent.egg-info/not-zip-safe
live_agent.egg-info/requires.txt
live_agent.egg-info/top_level.txt
live_agent/modules/__init__.py
live_agent/modules/chatbot/__init__.py
live_agent/modules/chatbot/constants.py
live_agent/modules/chatbot/logic_adapters/__init__.py
live_agent/modules/chatbot/logic_adapters/base.py
live_agent/modules/chatbot/logic_adapters/internal.py
live_agent/modules/chatbot/logic_adapters/live.py
live_agent/modules/chatbot/logic_adapters/monitors.py
live_agent/modules/chatbot/logic_adapters/variables.py
live_agent/modules/chatbot/monitors/__init__.py
live_agent/modules/chatbot/monitors/chatbot.py
live_agent/modules/chatbot/src/__init__.py
live_agent/modules/chatbot/src/actions.py
live_agent/modules/chatbot/src/bot.py
live_agent/modules/las/__init__.py
live_agent/modules/las/datasources/__init__.py
live_agent/modules/las/datasources/las_mapper.py
live_agent/modules/las/datasources/las_replayer.py
live_agent/modules/las/utils/__init__.py
live_agent/modules/las/utils/loop.py
live_agent/scripts/add-agent-module
live_agent/scripts/agent-control
live_agent/scripts/create-agent
live_agent/scripts/validate-settings
live_agent/services/__init__.py
live_agent/services/daemon.py
live_agent/services/importer.py
live_agent/services/processes.py
live_agent/services/state.py
live_agent/services/monitors/__init__.py
live_agent/services/monitors/base.py
live_agent/services/monitors/utils/__init__.py
live_agent/services/monitors/utils/query.py
live_agent/templates/.pre-commit-config.yaml
live_agent/templates/README.md
live_agent/templates/dev-requirements.txt
live_agent/templates/pyproject.toml
live_agent/templates/settings.json
live_agent/templates/module/__init__.py
live_agent/templates/module/sample/__init__.py
live_agent/templates/module/sample/requirements.txt
live_agent/templates/module/sample/settings_template.json
live_agent/templates/module/sample/datasources/__init__.py
live_agent/templates/module/sample/datasources/krakenfx.py
live_agent/templates/module/sample/logic_adapters/__init__.py
live_agent/templates/module/sample/logic_adapters/trades_counter.py
live_agent/templates/module/sample/monitors/__init__.py
live_agent/templates/module/sample/monitors/trade_frequency.py
live_agent/templates/tools/launcher-daemon-control.sh
live_agent/templates/tools/package.sh
live_agent/templates/tools/package_task.sh
live_agent/templates/tools/rpm.spec
live_agent/templates/tools/vars.sh
live_agent/templates/tools/builder/Dockerfile-c6
live_agent/templates/tools/builder/Dockerfile-c7
live_agent/templates/tools/builder/entrypoint.sh
live_agent/templates/tools/test-envs/run_centos_container.sh
live_agent/templates/tools/test-envs/RedHat6/Vagrantfile
live_agent/templates/tools/test-envs/RedHat6/transf/.gitignore
live_agent/templates/tools/test-envs/RedHat7/Vagrantfile
live_agent/templates/tools/test-envs/RedHat7/transf/.gitignore