Skip to main content

πŸŒ€ The Query Language Has Radically Changed

Β· 2 min read
Nicolas Tetha
Localhost CEO, Creator of Norchevsky

Recently, my DSL has undergone several changes: it was renamed, its syntax was modified, and eventually it disappeared entirely.

πŸ”„ Name Change

After the latest updates, the DSL was renamed to:

NorQL - Norchevsky Query Language

This ensures the name is associated with the project rather than just a file format.

But yesterday, the DSL was completely retired, unable to compete with the new concept of agent-database interaction.


πŸ“š NFL - Norchevsky's Functional Library​

Instead of a full DSL, there will now be a library of functions that agents can call.

These functions are similar to tools from the Python LangChain library.

The functions are divided into 3 categories:

Provide direct access to database files.

For example
  • Retrieving subsections
  • Reading section text
  • Updating/adding text or sections

Direct work with YAML files.