Skip to content

Foveance v0.1.3

Choose a tag to compare

@Aimaghsoodi Aimaghsoodi released this 07 Jul 08:15
· 38 commits to main since this release

Bundles the features merged from the maintenance PRs.

New

  • shrink_anthropic(system, messages, budget) — Anthropic-shaped one-liner (#9)
  • Config file: ~/.foveance.toml / ./.foveance.toml defaults (#2)
  • Exact token counting via --exact-tokens (tiktoken) (#7)
  • LiteLLM + LangChain integrations behind extras (#4, #5)
  • Docker image + GHCR publish workflow — docker run ghcr.io/aimaghsoodi/foveance (#8, thanks @Hayathorium)

Fixed

  • Clear ImportError from LogisticFutureRelevance.fit() when numpy is missing (#14)
  • Cross-platform config-file test (Windows home dir)

pip install -U foveance · Apache-2.0