Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 449 Bytes

File metadata and controls

18 lines (14 loc) · 449 Bytes

Changelog

0.1.1

  • Added training data logger for LLM distillation
  • Added benchmark suite (Banking77)
  • Improved observer mode

0.1.0

  • Initial release
  • Core: RuleChef, Task, Dataset, Example, Rule
  • Task types: NER, Extraction, Classification, Transformation
  • Rule formats: Regex, Code, spaCy
  • Agentic coordinator with rule pruning
  • LLM observation mode with auto-discovery
  • CLI interactive shell
  • grex integration for regex hints