Django friendly finite state machine support
-
Updated
Apr 16, 2024 - Python
A finite-state machine (FSM), finite-state automaton (FSA), or simply state machine is a mathematical model of computation and an abstract machine that can be in exactly one of a finite number of states at any given time.
The FSM can change from one state to another in response to some inputs; the change from one state to another is called a transition.
An FSM is defined by a list of its states, its initial state, and the inputs that trigger each transition.
In computer science, FSM are widely used in modeling of application behavior (control theory), design of hardware digital systems, software engineering, compilers, network protocols, and computational linguistics.
Django friendly finite state machine support
Python Finite State Machines made easy.
GUI framework on top of aiogram
A Python library for simulating finite automata, pushdown automata, and Turing machines
With alexafsm, developers can model dialog agents with first-class concepts such as states, attributes, transition, and actions. alexafsm also provides visualization and other tools to help understand, test, debug, and maintain complex FSM conversations.
OWASP Raider: a novel framework for manipulating the HTTP processes of persistent sessions
Python library for Kakaotalk chatbot
Versatile and flexible Python State Machine library
Django Logic - easy way to implement state-based business logic with pure functions
保险行业回访外呼机器人
Visual Automata is a Python 3 library built as a wrapper for the Automata library to add more visualization features.
Home Assistant Packages
Framework for state machines with run-to-completion concurrency using asyncio. Python 3.4 or later
🏀🔥🏀 LINE Bot that implemented FSM model with 9 features.
Python Event Driven System
A Finite State Machine hybrid with Large Language Models