Skip to main content

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 bare eno was already taken on PyPI by an unrelated package). The command, the config vars, and the import eno module are all just eno.

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

Retrievesearch, 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 healthorphans, 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 backcreate-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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

enowiki-0.1.1.tar.gz (69.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

enowiki-0.1.1-py3-none-any.whl (58.9 kB view details)

Uploaded Python 3

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

Hashes for enowiki-0.1.1.tar.gz
Algorithm Hash digest
SHA256 dbbd9678bffabcdbe9e4979410ed1a27d23900495f08bb2d8e3028d4f1c61b1a
MD5 184d79394447b2f216fb6566f9f81106
BLAKE2b-256 459424577179355eac7607ddf2f92b7e623fa33ea26a99e45e4ab600dd92ef70

See more details on using hashes here.

Provenance

The following attestation bundles were made for enowiki-0.1.1.tar.gz:

Publisher: publish.yml on lavallee/eno

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

Hashes for enowiki-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 da993fb144ed2ec19599511681fb15eaf12b46b701030ca46a519db1d0414bcc
MD5 da998be644c2d85bc69c210d7b50cb52
BLAKE2b-256 02230f2cdd78e98aaebc68b45ff8e315cb0985877294a6c3658ab319af11e44d

See more details on using hashes here.

Provenance

The following attestation bundles were made for enowiki-0.1.1-py3-none-any.whl:

Publisher: publish.yml on lavallee/eno

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page