The command assumes uv is present but the file never said so; an agent with only pip would hit "command not found" with no signal that a fallback path exists. State the Python floor and the uv requirement up front, and point the Optional README link at the pip-only path explicitly rather than describing it as just an "alternative". Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011mVhrxD21mPtaLMrGdixUq
15 lines
619 B
Text
15 lines
619 B
Text
# llm-ingestion-okf
|
|
|
|
> Shared OKF (Open Knowledge Format) ingestion library: spec-based connectors, bundle inbox, and external-bundle import. Security delegated to llm-ingestion-guard.
|
|
|
|
Requires Python 3.10+ and [uv](https://docs.astral.sh/uv/). Neither this package
|
|
nor the guard it depends on is on a package index yet; with uv, one command
|
|
resolves both:
|
|
|
|
```
|
|
uv pip install "llm-ingestion-okf @ git+https://git.fromaitochitta.com/open/llm-ingestion-okf.git@v0.4.0"
|
|
```
|
|
|
|
## Optional
|
|
|
|
- [README](README.md): the pip-only fallback if uv is unavailable, phase status, requirements, and the upstream OKF version policy.
|