eno — vault indexing, parsing, and query primitives
Project description
enowiki
Structural intelligence and gardening for your Obsidian vault — the library and eno CLI.
A markdown vault grows into a pile. Notes go orphaned, stubs never get
finished, pages drift into saying the same thing twice, and every "what does
my vault know about X?" costs a full-text grep plus a fat LLM read. enowiki
indexes the vault into a queryable surface and gardens it — from the command
line, with no LLM dependency and no model runtime to stand up.
The PyPI distribution is
enowiki(the bareenowas already taken on PyPI by an unrelated package). The command, the config vars, and theimport enomodule are all justeno.
Install
pip install enowiki
Requires Python 3.12+. The core has no network dependency at all.
Quickstart
export ENO_VAULT_DIR=~/vault # or pass --vault to any command
eno index # build the index (writes <vault>/.eno/index.db)
eno hygiene # frontmatter contract audit
eno search "mechanism design" # paths + excerpts, not full notes
There is no default vault path — a tool that operates on your notes should
never guess which directory that is. Set $ENO_VAULT_DIR or pass --vault.
The index lives at <vault>/.eno/ (override with $ENO_DIR). Add --json to
any command for machine-readable output.
What it does
Retrieve — search, note, neighbors, frontier, hot. Graph-aware,
excerpt-first retrieval over frontmatter, wikilinks, tags, and headings.
Queries return paths and small excerpts, not whole notes, so nothing loads
your vault into a prompt.
Garden & check health — orphans, stubs, stale, broken-links,
hygiene, garden. The garden command writes a dated report back into the
vault (under 9 Vault Health/) so it's wikilinkable, graph-visible, and
indexable by eno itself. Structural changes always keep a human in the loop —
eno never auto-merges or auto-deletes.
Write back — create-note and append-to-note file notes with provenance
frontmatter (origin: llm, an author wikilink), so later gardening passes
stay provenance-aware.
The [llm] extra
The LLM-backed features are behind an optional extra and import their model dependency lazily — the structural core above needs none of it:
pip install enowiki[llm]
eno fold— distills a date range or a topic (by wikilink, folder, or tag) into a structured, cited rollup note, with supersession metadata and fold-of-folds level stacking. Extractive-only, with a count-check that flags any numeric claim or citation date not present in the sources.eno tiling— body-content semantic dedup: finds notes that say the same thing in different words, in two confidence bands. A signal for human review, never an auto-merge.
Both route through somm, which owns
provider selection and is local-first (ollama) by default — vault prose never
has to leave your machine. Call these without the extra installed and you get a
clean pip install enowiki[llm] hint, not a crash.
The rest of the family
enowiki is the core of a small workspace. Two sibling packages put the same
index behind other faces:
eno-mcp— an MCP stdio server exposing the read/write tools to coding agents.eno-service— a FastAPI face on the read endpoints, for sibling tools.
See the project README for the full picture.
License
MIT — see LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file enowiki-0.1.1.tar.gz.
File metadata
- Download URL: enowiki-0.1.1.tar.gz
- Upload date:
- Size: 69.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbbd9678bffabcdbe9e4979410ed1a27d23900495f08bb2d8e3028d4f1c61b1a
|
|
| MD5 |
184d79394447b2f216fb6566f9f81106
|
|
| BLAKE2b-256 |
459424577179355eac7607ddf2f92b7e623fa33ea26a99e45e4ab600dd92ef70
|
Provenance
The following attestation bundles were made for enowiki-0.1.1.tar.gz:
Publisher:
publish.yml on lavallee/eno
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enowiki-0.1.1.tar.gz -
Subject digest:
dbbd9678bffabcdbe9e4979410ed1a27d23900495f08bb2d8e3028d4f1c61b1a - Sigstore transparency entry: 2169703510
- Sigstore integration time:
-
Permalink:
lavallee/eno@ceaaeb0ea13d316e45a933b4531a50d31fa9c0f3 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/lavallee
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@ceaaeb0ea13d316e45a933b4531a50d31fa9c0f3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file enowiki-0.1.1-py3-none-any.whl.
File metadata
- Download URL: enowiki-0.1.1-py3-none-any.whl
- Upload date:
- Size: 58.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da993fb144ed2ec19599511681fb15eaf12b46b701030ca46a519db1d0414bcc
|
|
| MD5 |
da998be644c2d85bc69c210d7b50cb52
|
|
| BLAKE2b-256 |
02230f2cdd78e98aaebc68b45ff8e315cb0985877294a6c3658ab319af11e44d
|
Provenance
The following attestation bundles were made for enowiki-0.1.1-py3-none-any.whl:
Publisher:
publish.yml on lavallee/eno
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
enowiki-0.1.1-py3-none-any.whl -
Subject digest:
da993fb144ed2ec19599511681fb15eaf12b46b701030ca46a519db1d0414bcc - Sigstore transparency entry: 2169703536
- Sigstore integration time:
-
Permalink:
lavallee/eno@ceaaeb0ea13d316e45a933b4531a50d31fa9c0f3 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/lavallee
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@ceaaeb0ea13d316e45a933b4531a50d31fa9c0f3 -
Trigger Event:
release
-
Statement type: