.gitignore
.gitlab-ci.yml
.pylintrc
CONTRIBUTING.md
LICENSE.txt
Makefile
README.md
config.yaml
pyproject.toml
requirements.txt
setup.cfg
setup.py
data/sample_agent.blob
data/sample_intent_tp.csv
data/sample_test_cases.blob
examples/agent_backups.ipynb
examples/bot_building_101.ipynb
examples/bot_building_101.py
examples/copy_paste_pages.ipynb
examples/gsheets_to_cx.ipynb
images/logo.png
src/dfcx_scrapi/__init__.py
src/dfcx_scrapi.egg-info/PKG-INFO
src/dfcx_scrapi.egg-info/SOURCES.txt
src/dfcx_scrapi.egg-info/dependency_links.txt
src/dfcx_scrapi.egg-info/requires.txt
src/dfcx_scrapi.egg-info/top_level.txt
src/dfcx_scrapi/builders/intent.py
src/dfcx_scrapi/core/__init__.py
src/dfcx_scrapi/core/agents.py
src/dfcx_scrapi/core/conversation.py
src/dfcx_scrapi/core/entity_types.py
src/dfcx_scrapi/core/experiments.py
src/dfcx_scrapi/core/flows.py
src/dfcx_scrapi/core/intents.py
src/dfcx_scrapi/core/operations.py
src/dfcx_scrapi/core/pages.py
src/dfcx_scrapi/core/scrapi_base.py
src/dfcx_scrapi/core/sessions.py
src/dfcx_scrapi/core/transition_route_groups.py
src/dfcx_scrapi/core/webhooks.py
src/dfcx_scrapi/soop/__init__.py
src/dfcx_scrapi/soop/project.py
src/dfcx_scrapi/tools/__init__.py
src/dfcx_scrapi/tools/change_history.py
src/dfcx_scrapi/tools/copy_util.py
src/dfcx_scrapi/tools/dataframe_functions.py
src/dfcx_scrapi/tools/maker_util.py
src/dfcx_scrapi/tools/search_util.py
src/dfcx_scrapi/tools/stats_util.py
src/dfcx_scrapi/tools/validation_kit.py
src/dfcx_scrapi/tools/webhook_utils.py
tests/__init__.py
tests/conftest.py
tests/test_agents.py
tests/license/license_check.sh