forked from RasaHQ/rasa-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtree-1.out
49 lines (48 loc) · 1.37 KB
/
tree-1.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.
├── augmentedmemo-only.yml
├── data
│ ├── core
│ │ ├── canthelp.md
│ │ ├── chitchat.md
│ │ ├── closetheloop.md
│ │ ├── faqs.md
│ │ ├── feedback.md
│ │ ├── get_started.md
│ │ ├── handoff.md
│ │ ├── oos.md
│ │ ├── step3_install_rasa.md
│ │ ├── step4.md
│ │ └── stories.md
│ ├── intent_description_mapping.csv
│ └── nlu
│ └── nlu.md
├── demo
│ ├── actions.py
│ ├── api.py
│ ├── community_events.py
│ ├── config.py
│ ├── gdrive_service.py
│ └── __init__.py
├── Dockerfile
├── domain.yml
├── endpoints.yml
├── LICENSE
├── Makefile
├── models
│ └── nlu
│ └── current
├── nlu_tensorflow.yml
├── policy.yml
├── pre-install-required-packages.sh
├── rasa_demo.egg-info
│ ├── dependency_links.txt
│ ├── PKG-INFO
│ ├── requires.txt
│ ├── SOURCES.txt
│ └── top_level.txt
├── README.md
├── requirements.txt
├── setup.py
├── travis_gcloud_auth.json.enc
└── tree-1.out
8 directories, 38 files