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.2.0.tar.gz (81.1 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.2.0-py3-none-any.whl (64.6 kB view details)

Uploaded Python 3

File details

Details for the file enowiki-0.2.0.tar.gz.

File metadata

  • Download URL: enowiki-0.2.0.tar.gz
  • Upload date:
  • Size: 81.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for enowiki-0.2.0.tar.gz
Algorithm Hash digest
SHA256 ad228e056e42b82db317526bdf24ff28d695f92ec812db694dd9f4787dd26c26
MD5 2a394e2c2157c3a0fab847e83a9195f4
BLAKE2b-256 2a3a78e2f846a3a010619548132cf0de7998b4a2b3e228b2eff745f2e2719cf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for enowiki-0.2.0.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.2.0-py3-none-any.whl.

File metadata

  • Download URL: enowiki-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 64.6 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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 528e75d0c142ce5077392056936b6ef78b79fc4924c386b676334154b5d64b05
MD5 9038eb12c2f2a652bb1a28cb45235485
BLAKE2b-256 3b0c4bdd343881a99e4c18511c9a433a692251ac849c50e832cc4f3a8c2f1276

See more details on using hashes here.

Provenance

The following attestation bundles were made for enowiki-0.2.0-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