An open API service indexing awesome lists of open source software.

https://github.com/refract-org/refract-docs

Open infrastructure for agent-readable knowledge change. Turns source histories into replayable semantic change events.
https://github.com/refract-org/refract-docs

documentation knowledge-change refract wikipedia

Last synced: 21 days ago
JSON representation

Open infrastructure for agent-readable knowledge change. Turns source histories into replayable semantic change events.

Awesome Lists containing this project

README

          

# Refract Docs

Public documentation for [Refract](https://github.com/refract-org/refract) — open infrastructure for knowledge-change provenance.

**Refract is open infrastructure for agent-readable knowledge change. It turns source histories into replayable semantic change events about claims, citations, and evidence bindings.**

---

**Live at:** [refract-org.github.io/refract-docs](https://refract-org.github.io/refract-docs/)

## Quick start

```bash
# One command, zero install
npx @refract-org/cli analyze "Earth" --depth brief
```

See [quickstart](https://refract-org.github.io/refract-docs/quickstart/) for a full walkthrough.

## Packages

| Package | Status | License | Description |
|---|---|---|---|
| `@refract-org/evidence-graph` | [![npm](https://img.shields.io/npm/v/@refract-org/evidence-graph)](https://www.npmjs.com/package/@refract-org/evidence-graph) | CC0-1.0 | Core types, schemas, BYO-inference boundaries |
| `@refract-org/ingestion` | [![npm](https://img.shields.io/npm/v/@refract-org/ingestion)](https://www.npmjs.com/package/@refract-org/ingestion) | AGPL-3.0 | Wikimedia API adapters |
| `@refract-org/analyzers` | [![npm](https://img.shields.io/npm/v/@refract-org/analyzers)](https://www.npmjs.com/package/@refract-org/analyzers) | AGPL-3.0 | Deterministic analyzers |
| `@refract-org/cli` | [![npm](https://img.shields.io/npm/v/@refract-org/cli)](https://www.npmjs.com/package/@refract-org/cli) | AGPL-3.0 | CLI tool (`refract` / `wikihistory`, `classify` inference) |
| `@refract-org/eval` | [![npm](https://img.shields.io/npm/v/@refract-org/eval)](https://www.npmjs.com/package/@refract-org/eval) | Evaluation harness |
| `@refract-org/persistence` | Not published | AGPL-3.0 | SQLite storage |
| Observable recipe | — | — | [Copy-paste pattern](./docs/sdk.md#observable-framework-data-loader) for Observable Framework data loaders |

## Project status

Refract is actively developed by [NextConsensus](https://nextconsensus.com). v0.3.1 — deterministic observation layer is production-quality.

## License

CC-BY-4.0