Skip to content

diorwave/Automation-Workflow-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation State Machine Demo

Minimal backend + Three.js presentation to show:

  • Backend-only state machine and automation transitions
  • Web3D layer polling backend state
  • No frontend-driven business logic

Run

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn backend.main:app --reload --port 8000

Open http://localhost:8000 for the 3D view.

Trigger the automation once:

curl -X POST http://localhost:8000/start

Check backend state (includes context metadata):

curl http://localhost:8000/state

About

Automation Workflow System provides a framework for defining and executing automated workflows and processes, using configuration and code to streamline repetitive development tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors