@forwardimpact/libresource
v0.1.117
Published
Typed resources with identifiers and rich context chunks — trustworthy, retrievable knowledge for agent grounding.
Maintainers
Readme
libresource
Typed resources with identifiers and rich context chunks — trustworthy, retrievable knowledge for agent grounding.
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 for ingesting knowledge sources and building the resource index.
Internal CLIs
fit-process-resources is an internal build-pipeline step (it ingests source
documents into typed resources as part of populating the index). It is not an
agent-facing tool and intentionally ships no skill or user guide. The
agent-facing path is the programmatic resolver documented in the guides above.
