PeriodicAgent Prototype

Periodic Table Agent

A Bulkhead τ domain for querying chemical element data from deterministic substrates.

Overview

The Periodic Agent domain provides a bounded, deterministic view of the chemical elements. It demonstrates the Bulkhead τ principles of data-anchored tools and precise attribute retrieval. By grounding lookups in a verified CSV substrate, the agent avoids common hallucination patterns found in general-purpose LLMs regarding physical constants and atomic properties.

Highlights

Deterministic Retrieval

Atomic mass, numbers, and categories are anchored to frozen data, not model weights.

Categorical Filtering

High-precision filtering by group, period, and category (e.g., noble gases, alkali metals).

Symbol Precision

Case-sensitive symbol matching ensures reliable resolution of element metadata.