Package

Particles

An append-only ledger of sourced, dated, confidence-scored claims your agent cites and you audit

org.linkedparticles/particlesSource repository
Version1.151.18latest catalog version
ConnectionPackagepypi
PublishedSep 25, 2026catalog
UpdatedSep 25, 2026catalog
Overview

What this server provides

An append-only ledger of sourced, dated, confidence-scored claims your agent cites and you audit

Install

Packages

1
Package 1pypi
linkedparticles1.151.18
  • ANTHROPIC_API_KEY

    Anthropic API key. Required for the tools that call a model — `query` composes a cited natural-language answer, and the semantic half of `lint` reasons over claim pairs. The accessors that only read the store (`particle_show`, `particles_list`, `subjects_*`, `events_*`, `graph_view`, `quality_report`) work without it.

    Required
  • DATABASE_URL

    SQLAlchemy URL of the belief store to serve. Defaults to `sqlite+aiosqlite:///./particles.db` in the working directory.

    Default: sqlite+aiosqlite:///./particles.db
    Optional
  • PARTICLES_CONFIG

    Path to a `config.yaml` holding the rest of the engine's settings — additional stores, model selection per purpose, and the `mcp.write.enabled_stores` allowlist that turns the write tools on.

    Format: filepath
    Optional
View server metadata