tsift-resolution 0.1.74

Multi-strategy reference resolution, scoring heuristics, and path blocklist for tsift
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "tsift-resolution"
version = "0.1.74"
edition = "2024"
description = "Multi-strategy reference resolution, scoring heuristics, and path blocklist for tsift"
license = "MIT"
repository = "https://github.com/btakita/tsift"
authors = ["Brian Takita <brian.takita@gmail.com>"]
readme = "README.md"
keywords = ["agent", "search", "rag", "cli", "context"]
categories = ["command-line-utilities", "development-tools"]
publish = true

[dependencies]
anyhow = "1"
serde = { version = "1", features = ["derive"] }
tsift-core = { path = "../tsift-core", version = "0.1.74" }