# Plexus v0.1.0 - Table of Contents

> BEAM-native semantic actor substrate built on TypeSafeSDK 0.4.0 for high-concurrency populations, recursive decisions, and graph-coordinated semantic work.

## Pages

- Overview
  - [README](readme.md)

- Guides
  - [Guide index](index.md)
  - [Getting started](getting-started.md)
  - [Architecture](architecture.md)
  - [Kernel primitives](kernel-primitives.md)
  - [Actor runtime](actor-runtime.md)
  - [TypeSafe integration](typesafe-integration.md)
  - [Graph and subtrees](graph-and-subtrees.md)
  - [Calibration and replay](calibration-and-replay.md)
  - [Expansion tier](expansion.md)
  - [Testing and release](testing-and-release.md)
  - [Experiments and measured results](experiments.md)
  - [Example applications](examples-1.md)

- Examples
  - [Examples](examples-2.md)
  - [Dataset sources and local-data policy](datasets.md)

- Project
  - [Changelog](changelog.md)
  - [LICENSE](license.md)

## Modules

- [Plexus.Budget.Accounts](Plexus.Budget.Accounts.md): Run-local hierarchical credit grants.
- [Plexus.Expand.InferenceAdapter](Plexus.Expand.InferenceAdapter.md): Expansion through the published `inference` package.
- [Plexus.Record.File](Plexus.Record.File.md): Versioned, checksummed fixed-response replay files.
- [Plexus.Run.Config](Plexus.Run.Config.md): Lock-free read access to run-scoped resources.
- [Plexus.Schedule.Quiescence](Plexus.Schedule.Quiescence.md): Lock-free counters used by stop conditions and barrier experiments.

- [Plexus.Telemetry](Plexus.Telemetry.md): Plexus lifecycle telemetry and privacy-preserving forwarding of TypeSafe events.

- Core
  - [Plexus](Plexus.md): Single-node kernel for massively asynchronous semantic computation.
  - [Plexus.Application](Plexus.Application.md): Application supervisor for Plexus.
  - [Plexus.Contract](Plexus.Contract.md): Shared prepared TypeSafe contracts.
  - [Plexus.Graph](Plexus.Graph.md): Per-run lock-free node and typed-edge graph.
  - [Plexus.Registry](Plexus.Registry.md): Run-scoped process addressing on a partitioned `Registry`.

  - [Plexus.Run](Plexus.Run.md): Run-scoped coordination without a hot coordinator mailbox.

- Actor
  - [Plexus.Actor](Plexus.Actor.md): Ergonomics for semantic actors.
  - [Plexus.Actor.Command](Plexus.Actor.Command.md): Declarative effects emitted by semantic actors.
  - [Plexus.Actor.Context](Plexus.Actor.Context.md): Run-scoped context passed to actors through `init_arg`.
  - [Plexus.Actor.Interpreter](Plexus.Actor.Interpreter.md): Interpreter for `Plexus.Actor.Command` effects.

- Kernel
  - [Plexus.Belief](Plexus.Belief.md): Typed local belief projection for TypeSafe noul, choice and score answers.
  - [Plexus.Belief.Calibration](Plexus.Belief.Calibration.md): Calibration diagnostics and a dependency-free isotonic calibrator.
  - [Plexus.Budget](Plexus.Budget.md): Atomic per-run admission ledger.
  - [Plexus.Cache](Plexus.Cache.md): Bounded per-run ETS response cache keyed by `Plexus.Contract.memo_key/2`.

  - [Plexus.Contract.Registry](Plexus.Contract.Registry.md): Named, versioned per-run prepared contracts.

  - [Plexus.Event](Plexus.Event.md): Run-local one-shot wake subscriptions used by `{:wake_on, event}` commands.
  - [Plexus.Measure](Plexus.Measure.md): Framework-managed local measurement.
  - [Plexus.Measure.Coalescer](Plexus.Measure.Coalescer.md): Dedupe + bounded-window batcher backed by `TypeSafeSDK.evaluate_many/4`.

  - [Plexus.Population](Plexus.Population.md): Population queries and selection operators over the per-run node table.
  - [Plexus.Provenance](Plexus.Provenance.md): Epoch/staleness invalidation over typed `:depends_on` edges.
  - [Plexus.Record](Plexus.Record.md): Append-only run event log plus a fixed-response replay store.

  - [Plexus.Reduce](Plexus.Reduce.md): Population reducers for explicit run answers.
  - [Plexus.Schedule](Plexus.Schedule.md): Run-level execution regime.
  - [Plexus.Stop](Plexus.Stop.md): Composable run stop predicates.

- Expansion
  - [Plexus.Expand.Adapter](Plexus.Expand.Adapter.md): Minimal provider-neutral seam for the expensive expansion tier.
  - [Plexus.Expand.Materializer](Plexus.Expand.Materializer.md): Converts schema-validated proposal objects into interpreter commands.
  - [Plexus.Expand.Queue](Plexus.Expand.Queue.md): Bounded, priority-ordered queue for expensive generative expansion.
  - [Plexus.Expand.Schema](Plexus.Expand.Schema.md): Standard strict JSON schema for graph-expansion proposals.

- Strategy
  - [Plexus.Strategy.Fanout](Plexus.Strategy.Fanout.md): Helper for wide semantic fan-out using shared prepared contracts.

- Examples
  - [Plexus.Examples.EvidenceWorker](Plexus.Examples.EvidenceWorker.md): Example leaf actor using the framework-managed measurement path.
  - [Plexus.Examples.IntakeCoordinator](Plexus.Examples.IntakeCoordinator.md): Example root actor demonstrating interpreter-mediated recursive work.
  - [Plexus.Examples.Sample](Plexus.Examples.Sample.md): Small end-to-end demo helper for IEx or integration tests.

