lightcone-cli¶
lightcone-cli is Lightcone Research's agentic execution layer for
ASTRA (Agentic Schema for Transparent Research Analysis).
It serves as the machinery that ties an analysis astra.yaml specification to a tree
of materialized outputs, whether you drive it from Claude Code, Codex, or Pi.
Choose your path to the documentation¶
-
I want to try it out –
Installation instructions, step-by-step tutorial, and fast tour of the lightcone framework and its agentic and workflow capabilities.
-
I want to contribute –
In depth tour of the software architecture, agentic skills and API docs, as well as contribution instructions, aimed for contributors and maintainers.
Two libraries, one toolchain¶
-
lightcone-cli
The library that ships the
lcCLI plus the shared agent bundle for Claude Code, Codex, and Pi. It owns the agent surface (skills, plugins/extensions, guardrails) as well as the workflow execution layer. Depends on astra-tools, the SDK for working with ASTRA analysis specifications. -
astra-tools
The SDK for working with ASTRA analysis specifications. This library provides the
astraCLI which handles the ASTRA lifecycle and validation process (schema, prior insights & findings, evidence verification helpers).