@forwardimpact/libresource
v0.1.119
Published
Typed resources with identifiers and rich context chunks — trustworthy, retrievable knowledge that grounds agents.
Maintainers
Readme
libresource
Typed resources with identifiers and rich context chunks — trustworthy, retrievable knowledge that grounds agents.
Getting Started
import { createResourceIndex } from '@forwardimpact/libresource';
const index = createResourceIndex('resources');Documentation
- Resolve a Resource — turn a resource identifier into rich, typed context with provenance and access control.
- Give Agents Typed, Retrievable Knowledge — the full workflow to ingest knowledge sources and build the resource index.
Internal CLIs
The fit-process resources build step (in librag)
ingests source documents into typed resources. The step is one part of the
work that populates the index. It is not an agent-facing tool. The
agent-facing path is the programmatic resolver that the guides above document.
