Curious about what Tock is or, who is using it? Check out our website!
Open Conversational AI platform to build Bots:
- Natural Language Processing open source stack, compatible with OpenNLP, Stanford, Rasa and more
- Tock Studio user interface to build stories and analytics
- Conversational DSL for Kotlin, Nodejs, Python and REST API
- Built-in connectors for numerous text/voice channels: Messenger, WhatsApp, Google Assistant, Alexa, Twitter and more
- Provided toolkits for custom Web/Mobile integration with React and Flutter
- Deploy anywhere in the Cloud or On-Premise with Docker
🏠 Home: https://doc.tock.ai
🕮 Documentation: https://doc.tock.ai/tock
🐋 Docker configurations: https://github.com/theopenconversationkit/tock-docker
💬 Contact: https://gitter.im/tockchat/Lobby
This project uses pre-commit to automate code checks and formatting before each commit, ensuring consistent code quality and reducing errors.
It is very important to always execute these hooks to maintain the quality of the code.
- Install
pre-commit
:pip install pre-commit
- Set up the hooks in your repository:
pre-commit install
Hooks will run automatically on each commit.
To run them manually on all files, use:
pre-commit run --all-files