Endle

6 mods across 1 repository, 108 stars between them.

ask-smoke

01

Endle/fireSeqSearch

Agent Claude Code

Run a live smoke test of the /ask endpoint (SSE-streamed RAG). Boots fireseqsearchserver via tests/runlogseq.sh, runs tests/testask.py (protocol/invariant assertions) and tests/testendpoints.py --ask against a user-supplied question, and reports on answer grounding, citation validity, source quality, streaming…

108 10d ago A 100 tokens original MIT

fsq-smoke

02

Endle/fireSeqSearch

Agent Claude Code

Run a live smoke test of fireseqsearchserver. Boots the server via tests/runlogseq.sh, runs tests/testendpoints.py against a user-supplied query, and reports on snippet quality, score distribution, summary status, and any errors in the log. Use when the user wants to validate query behavior end-to-end.

108 10d ago C 72 tokens original MIT

model-compare

03

Endle/fireSeqSearch

Agent Claude Code

A/B-compare two chat models on fireseqsearchserver's two LLM-driven endpoints — /ask (multi-source synthesis, streamed) and /highlight (single-source extraction, one-shot). Boots the server twice (once per model) reusing the same index and summary cache so retrieval is identical; for each test question runs /ask, then…

108 10d ago A 126 tokens original MIT

obsidian-smoke

04

Endle/fireSeqSearch

Agent Claude Code

Run a live smoke test of fireseqsearchserver against an Obsidian vault. Drives tests/runsmoke.sh in one of two modes — lite (committed astro-wiki-lite fixture; fast, proves the plumbing) or full (the real 366-note AstroWiki2.0 vault; the only mode that can grade whether score priority and /ask answers are correct).…

108 10d ago A 112 tokens original MIT

strip-audit

05

Endle/fireSeqSearch

Agent Claude Code

Audit the chunker's stripping quality on the live Logseq corpus. Boots fireseqsearchserver with FIRESEQDUMPPROCESSEDDIR set so every indexed note is mirrored to a dump tree containing RAW / PREPROCESSED / CHUNKS sections. Samples N notes and reports two things per file — lingering noise (Logseq syntax that should have…

108 10d ago B 120 tokens original MIT

Endle/fireSeqSearch

Instructions file

Instructions for Endle/fireSeqSearch, covering fireseqsearch, surface area, locked decisions — don't relitigate without strong evidence, retrieval and chunking (flavour-aware via --notebook obsidian).

108 10d ago A 2,621 tokens original MIT