navigation / documentation overview / Agentic LLM Documentation

Agentic LLM Use of the Physics Derivation Graph

The Physics Derivation Graph does not have a local LLM nor does the project call remotely-hosted LLMs. Use of an LLM or agentic LLM is the responsibility of the user and is client-side. The Physics Derivation Graph provides API documentation intended to enable agents.

The workflow for a generic derivation is

The order of the stages is due to the constraint that SYMBOLS.json and OPERATIONS.json have to be determined before EXPRESSIONS.json, and EXPRESSIONS.json have to be determined before STEPS.json.

Stage 1, creation of DERIVATION.tex: see prompt

Stage 2, creation of SYMBOLS.json: see prompt

Stage 5, creation of OPERATIONS.json: see prompt

Stage 8, creation of EXPRESSIONS.json: see prompt

Stage 12, creation of STEPS.json: see prompt