lgastako/jevplay

Python

0

5 commits

updated Sep 24, 2026

See the code

See what people are saying

SourceMessageScoreDate

Ollaya – Ollama for open-source, Jev-style decision models

This is just anecdotal and I might be doing it wrong but I made jev and laya versions of a simple semantic grep tool (https://github.com/lgastako/jevplay) and played with them a bit, and at first it seemed like laya was comparable (eg on queries like "this is a mans name" or "this is a womans name"…

0

Sep 26, 2026

README

jevplay

My playground for experimenting with JEV and similar things (so far just Laya).

The two main things right now are jgrep.py and lgrep.py which are both semantic grep implemented with jev and laya respectively.

For lgrep.py I use lserve.py to load the model once and keep it in memory and then talk to it with lclient.py so it's fast.

lserve.py just exposes laya via zmq and then lclient.py accesses it.

I use uv for everything, so eg uv run lgrep.py ... or uv run jgrep.py ...

Contributors

lgastako

5 commits

lgastako/jevplay

Python

0

5 commits

updated Sep 24, 2026

See the code

See what people are saying

SourceMessageScoreDate

Ollaya – Ollama for open-source, Jev-style decision models

This is just anecdotal and I might be doing it wrong but I made jev and laya versions of a simple semantic grep tool (https://github.com/lgastako/jevplay) and played with them a bit, and at first it seemed like laya was comparable (eg on queries like "this is a mans name" or "this is a womans name"…

0

Sep 26, 2026

README

jevplay

My playground for experimenting with JEV and similar things (so far just Laya).

The two main things right now are jgrep.py and lgrep.py which are both semantic grep implemented with jev and laya respectively.

For lgrep.py I use lserve.py to load the model once and keep it in memory and then talk to it with lclient.py so it's fast.

lserve.py just exposes laya via zmq and then lclient.py accesses it.

I use uv for everything, so eg uv run lgrep.py ... or uv run jgrep.py ...

Contributors

lgastako

5 commits

Languages

Python

100.0%