version bump; add badges, test/publish workflows

This commit is contained in:
2025-01-09 16:55:20 -05:00
parent e5e3e65efd
commit a7e7a0a063
4 changed files with 51 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
# manifold-workflow-engine
[![npm version](https://img.shields.io/npm/v/toak)](https://www.npmjs.com/package/toak)
![Tests](https://github.com/seemueller-io/toak/actions/workflows/tests.yml/badge.svg)
![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)
![Node Version](https://img.shields.io/badge/node-%3E%3D18-brightgreen)
A TypeScript/JavaScript library for building dynamic, LLM-driven workflows using a region-based execution model.
![workflow_function_manifold.png](https://github.com/seemueller-io/manifold-workflow-engine/blob/main/workflow_function_manifold.png?raw=true)
![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)
![Node Version](https://img.shields.io/badge/node-%3E%3D18-brightgreen)
## Overview
`manifold-workflow-engine` is a powerful library for creating dynamic, LLM-driven workflows that leverage a region-based execution model. It enables seamless navigation between different execution regions based on natural language prompts and maintains consistent workflow state throughout the execution process.