Skip to content

EverOS 1.1.2

Choose a tag to compare

@dani1005 dani1005 released this 20 Jul 22:27
56ee9c8

EverOS 1.1.2

Fixes agent-track search.

Fixed

  • Agent-track search broken by deprecated_by IS NULL filter.
    compile_filters() unconditionally appended a deprecated_by IS NULL
    clause to every LanceDB query, but only the episode and atomic_fact
    tables carry that column. As a result, agent-track search (agent_case,
    agent_skill) failed on every method. The clause is now applied
    conditionally, only when owner_type == "user".

Upgrade

pip install --upgrade everos   # or: uv sync

No configuration or data-migration changes required.

Full changelog: v1.1.1...v1.1.2