Rename to Dervish, add animated logo to README

This commit is contained in:
tobjend 2026-07-01 10:19:08 +02:00
parent a8a8bddb37
commit 097dfc9954
4 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,8 @@
# Grammar Inference Engine
# Dervish
Infer **regular expression grammars** from example sequences using the BEX family of algorithms. Given a set of example sequences (strings over some alphabet), the engine learns a compact regular expression that describes the general pattern.
![Dervish](dervish.gif)
**Dervish** infers **regular expression grammars** from example sequences using the BEX family of algorithms. Given a set of example sequences (strings over some alphabet), it learns a compact regular expression that describes the general pattern.
## MCP Server

View file

@ -1,4 +1,4 @@
# Grammar Inference Engine — Showcase
# Dervish — Showcase
Infer the **unwritten convention** from existing examples. Given N example
sequences, produce a ~100-char grammar that captures the structural

View file

@ -1,4 +1,4 @@
# Discovering Unwritten Conventions with Grammar Inference
# Dervish: Discovering Unwritten Conventions with Grammar Inference
**How we turned 36 Ansible roles into a 200-character grammar — and why
it matters for LLM agents.**

BIN
dervish.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB