fsm
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.
Here are 67 public repositories matching this topic...
Go library for creating finite state machines
-
Updated
Jan 17, 2025 - Go
StateTrooper is a Go package that provides a finite state machine (FSM) for managing states. It allows you to define and enforce state transitions based on predefined rules.
-
Updated
Oct 3, 2024 - Go
WS-Machine is a websocket finite state machine for client websocket connections (Go)
-
Updated
Jul 10, 2017 - Go
Chatto is a minimal chatbot framework in Go.
-
Updated
May 26, 2023 - Go
🚦 Declarative Finite-State Machines in Go
-
Updated
Aug 9, 2023 - Go
Package behaviortree provides a simple and powerful Go implementation of behavior trees without fluff.
-
Updated
Jun 24, 2024 - Go
Finite State Machine for Go inspired by Akka FSM
-
Updated
Jan 22, 2020 - Go
Small finite-state machine library for Go
-
Updated
Aug 25, 2023 - Go
GFSM is small and fast Finity State Machine (FSM) library for Go
-
Updated
Feb 16, 2025 - Go
Finite State Machine for Go telebot
-
Updated
Mar 15, 2025 - Go
finite state machine generation tool
-
Updated
Jul 2, 2018 - Go
Design a bot's conversation flow
-
Updated
Nov 24, 2018 - Go
-
Updated
May 21, 2021 - Go
Golang state machine
-
Updated
Dec 4, 2024 - Go
Finite State Machine in Go (with Blackjack and... using context)
-
Updated
Feb 17, 2023 - Go
Simple Finite State Machine for conversation
-
Updated
Feb 12, 2025 - Go
- Followers
- 25 followers
- Wikipedia
- Wikipedia