Skip to content

Latest commit

 

History

History
127 lines (95 loc) · 6.08 KB

File metadata and controls

127 lines (95 loc) · 6.08 KB

FastReAct Nano Documentation Index

Last updated: 2026-06-23

This is the maintained documentation center for FastReAct Nano 2.4.2. Current behavior is verified against the codebase; historical reports are linked only through archive indexes.

Quick Start

Operations

Architecture

Related current/historical design material:

The root docs/ directory is now a pointer only. Maintained docs belong here.

API And Service

Current endpoint families:

  • Health/readiness: /health, /ready
  • Setup/metrics: /v1/setup, /v1/setup/presets, /v1/setup/config-draft, /v1/metrics
  • Agent invocation: /v1/chat/completions
  • Runs/traces: /v1/runs/*, /v1/traces/*
  • Tasks: /v1/tasks/*
  • Approvals: /v1/approvals/*
  • Policy: /v1/policy, /v1/policy/check
  • Tools/skills: /v1/tools, /v1/skills, /v1/skills/diagnostics
  • Workspace profile: /v1/workspace/profile

Integrations

Multi-Tenant And Policy

When these docs disagree, treat code plus HEADLESS_SERVICE.md and security.md as current. Audit reports may include historical findings.

Development

Archive

Archive documents are not current implementation truth. Use them for background and rationale only.

Documentation Inventory Rules

Include:

  • README.md
  • fastreact-nano/README.md, GETTING_STARTED.md, QUICKSTART.md, CHANGELOG.md, CLAUDE.md
  • fastreact-nano/docs/**/*.md
  • focused README files under examples/, scripts/, tests/, deploy/, mcp_servers/
  • skills/**/SKILL.md when documenting built-in skill behavior

Exclude from maintained documentation inventory:

  • node_modules
  • .pytest_cache
  • MagicMock
  • runtime workspace memory/history such as workspaces/*/HISTORY.md, workspaces/*/MEMORY.md, workspaces/*/SOUL.md, workspaces/*/AGENTS.md
  • generated logs, test output, coverage output, and temporary reports
  • archived files except through archive indexes

Maintenance Rules

  • New current docs go under fastreact-nano/docs/.
  • Root docs/ stays a pointer only.
  • Update existing docs before creating a new one.
  • Add short-lived implementation notes to the appropriate archive.
  • Update this index whenever adding, moving, or retiring a user-facing doc.
  • Validate endpoint claims against src/fastreact/adapters/http.py.
  • Validate version claims against pyproject.toml.