.gitignore
.gitlab-ci.yml
.pylintrc
CONTRIBUTING.md
LICENSE.txt
Makefile
README.md
config.yaml
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/feature-request.md
.github/ISSUE_TEMPLATE/pull-request.md
data/sample_agent.blob
data/sample_intent_tp.csv
data/sample_test_cases.blob
data/ccai_service_kit/example_agent_ccai_sk.blob
data/ccai_service_kit/conf_score_cfx/main.py
data/ccai_service_kit/conf_score_cfx/requirements.txt
examples/template.ipynb
examples/bot_building_series/bot_building_101.ipynb
examples/bot_building_series/bot_building_101.py
examples/copy_paste_series/copy_paste_pages.ipynb
examples/google_sheets_series/cx_to_sheets.ipynb
examples/google_sheets_series/cx_to_sheets_by_flow.ipynb
examples/google_sheets_series/sheets_to_cx.ipynb
examples/intent_analysis/compare_intent_tp_data.ipynb
examples/misc/agent_backups.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/test_cases.py
src/dfcx_scrapi/core/transition_route_groups.py
src/dfcx_scrapi/core/webhooks.py
src/dfcx_scrapi/core_async/test_cases.py
src/dfcx_scrapi/core_ml/__init__.py
src/dfcx_scrapi/core_ml/utterance_generator.py
src/dfcx_scrapi/soop/__init__.py
src/dfcx_scrapi/soop/project.py
src/dfcx_scrapi/tools/__init__.py
src/dfcx_scrapi/tools/analysis_util.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/semantic_clustering.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