Skip to content

v0.11.0: Flow Stopper

Compare
Choose a tag to compare
@jlowin jlowin released this 15 Oct 23:21
· 82 commits to main since this release
80fca97

The 0.11 release includes new ways of controlling the agentic loop to introduce custom early termination conditions.

What's Changed

New Features πŸŽ‰

  • Introduce ways to control agentic loop termination by @jlowin in #348

Enhancements πŸš€

  • Improve type hints by @jlowin in #343
  • Improve task rendering by @jlowin in #344
  • Allow parent tasks to optionally wait for subtasks by @jlowin in #346
  • Allow model_kwargs to be passed to llm API by @jlowin in #347
  • Add LLM rules for custom or unrecognized models by @jlowin in #350
  • Add compilation flag for removing all system messages by @jlowin in #355

Fixes 🐞

  • Show all data in live even when taller than terminal by @jlowin in #345

Breaking Changes πŸ›«

Docs πŸ“š

Other Changes 🦾

Full Changelog: v0.10.0...v0.11.0