Skip to content

Ligatrix/ligatrix-agent-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ligatrix Agent Runtime

Small workflow runner for repeatable task flows and review steps.

It demonstrates a simple pattern Ligatrix uses when a task needs to move through clear steps:

  • receive the request;
  • choose the next action;
  • run checks;
  • write a short record;
  • prepare a handoff note.

This is not a model wrapper and does not call external APIs by default. It is a plain example of workflow structure.

Run

npm run check

Example

node examples/run-workflow.mjs

About

Small workflow runner for repeatable task flows and review steps

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors