uezo / ChatdollKit

ChatdollKit enables you to make your 3D model into a chatbot
Apache License 2.0
756 stars 76 forks source link

Devide request processing from conversation loop #169

Closed uezo closed 2 years ago

uezo commented 2 years ago

This architectural change enables you to place whole request processing logic to server, including state management, user management, intent extraction, skill execution and building response.

Breaking changes

See examples to understand how to migrate your app to ChatdollKit 0.5.0.