deeppavlov
deprecated
agent
__init__.py +0 -4
agent.py +0 -154
filter.py +0 -50
processor.py +0 -46
rich_content.py +0 -159
agents
default_agent
__init__.py +0 -1
default_agent.py +0 -95
filters
__init__.py +0 -1
transparent_filter.py +0 -45
hello_bot_agent
__init__.py +0 -0
hello_bot_agent.py +0 -40
processors
__init__.py +0 -3
default_rich_content_processor.py +0 -47
highest_confidence_selector.py +0 -41
random_selector.py +0 -41
rich_content
__init__.py +0 -1
default_rich_content.py +0 -203
__init__.py +0 -0
skill
__init__.py +0 -1
skill.py +0 -49
skills
default_skill
__init__.py +0 -1
default_skill.py +0 -94
pattern_matching_skill
__init__.py +0 -1
pattern_matching_skill.py +0 -100
similarity_matching_skill
__init__.py +0 -1
similarity_matching_skill.py +0 -106
__init__.py +0 -0
__init__.py +0 -0
_meta.py +1 -1
README.md +3 -0
+ 0
- 4
deeppavlov/deprecated/agent/agent.py deleted
100644 → 0
+ 0
- 154
+ 0
- 50
+ 0
- 46
+ 0
- 159