Skip to content

brittonr/clanker-loop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clanker-loop

Iterative loop execution engine on tokio.

Run tasks for a fixed number of iterations, poll until a condition matches, or watch until timeout. Includes output truncation utilities for large tool outputs.

Loop kinds

  • Fixed — run N iterations
  • Until — run until a break condition matches output
  • Poll — run at intervals until condition or timeout

Features

  • Break conditions with pattern matching against output
  • Safety bounds: max active loops, hard iteration limit
  • Output truncation: cap at N lines or N bytes, overflow to temp file

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages