deeppavlov.agents.hello_bot_agent

Simple hello bot agent built on pattern matching skill.

deeppavlov.agents.hello_bot_agent.hello_bot_agent.make_hello_bot_agent() → deeppavlov.agents.default_agent.default_agent.DefaultAgent[source]

Builds agent based on PatternMatchingSkill and HighestConfidenceSelector.

This is agent building tutorial. You can use this .py file to check how hello-bot agent works.

Returns

Agent capable of handling several simple greetings.

Return type

agent