Skip to content

Tock - the open source conversational AI toolkit

License

Notifications You must be signed in to change notification settings

CreditMutuelArkea/tock

This branch is 7 commits behind theopenconversationkit/tock:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 7, 2025
Feb 10, 2025
Feb 27, 2025
Feb 27, 2025
Nov 2, 2022
Jul 11, 2024
Feb 24, 2025
Feb 16, 2025
Oct 4, 2022
Mar 28, 2024
Feb 16, 2025
Feb 16, 2025
Feb 16, 2025
Feb 16, 2025
Jan 26, 2021
Feb 7, 2025
Jan 14, 2025
Jun 27, 2022
Feb 27, 2025
Mar 20, 2017
Feb 27, 2025
Feb 16, 2025

Repository files navigation

Build Status Maven Central Release Date

Gitter Contributors Commit Activity

Home Demo License

Tock - The Open Conversation Kit

Tock Logo

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/master/

🐋 Docker configurations: https://github.com/theopenconversationkit/tock-docker

▶️ Live demo: https://demo.tock.ai

💬 Contact: https://gitter.im/tockchat/Lobby

Using Pre-commit

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.

Installation

  1. Install pre-commit:
    pip install pre-commit
  2. Set up the hooks in your repository:
     pre-commit install

Usage

Hooks will run automatically on each commit.
To run them manually on all files, use:

pre-commit run --all-files

About

Tock - the open source conversational AI toolkit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 70.5%
  • TypeScript 15.4%
  • HTML 6.6%
  • Python 5.6%
  • SCSS 1.0%
  • CSS 0.7%
  • Other 0.2%