EveryDev.ai
Sign inSubscribe
Home
Tools

2,690+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1815
  • Coding1295
  • Infrastructure600
  • Marketing467
  • Projects433
  • Research403
  • Analytics351
  • Design338
  • Security243
  • MCP242
  • Testing238
  • Data230
  • Integration178
  • Prompts160
  • Learning159
  • Communication154
  • Extensions150
  • Voice130
  • Commerce125
  • DevOps108
  • Web80
  • Finance21
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. ASTRA
    ASTRA icon

    ASTRA

    Academic Research
    Featured

    A declarative YAML specification for scientific analyses that captures inputs, outputs, decisions, and evidence to make research reproducible and auditable by agents and humans alike.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under BSD 3-Clause (code) and CC BY 4.0 (schema) licenses.

    Engagement

    Available On

    CLI
    API
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Academic ResearchAgent FrameworksDocumentation

    Alternatives

    RO-CrateASTAK-Dense Web
    Developer
    Lightcone ResearchBerkeley, CAEst. 2025

    Listed May 2026

    About ASTRA

    ASTRA (Agentic Schema for Transparent Research Analysis) is an open-source YAML specification developed by Lightcone Research for structuring scientific analyses. It separates what you want to learn from how to compute it, giving every methodological choice an explicit, machine-readable place in the record. The project is currently in early alpha (v0.0.10), with breaking changes expected between minor versions.

    What It Is

    ASTRA is a structured format — centered on an astra.yaml file — that captures every consequential choice in a scientific analysis: its inputs, outputs, decisions, and the evidence behind them. The core insight is that code captures execution but not the full structure of an analysis; notebooks and scripts scatter methodological choices across comments and memory, making results hard to reproduce, audit, or extend. ASTRA addresses this by making decisions explicit: each decision names the options that were considered, links to evidence, and feeds into a universe — a record of results for a given set of choices. The spec is intentionally agnostic to the execution harness, so agents, workflow runners, and humans can all read and act on the same file.

    Core Concepts

    • Analysis (astra.yaml): Declares the design space — inputs, outputs, and decisions with their options and rationale.
    • Universe: A companion YAML file that picks one option per decision, yielding one set of results. A single analysis can carry many universes.
    • Decisions: Named methodological choices (e.g., fitting method, feature scaling) with explicit options, defaults, and optional dependency constraints between options.
    • Recipes: Commands attached to outputs that reference inputs and decisions, making the execution path traceable.

    CLI and Tooling

    The astra-tools Python package (installable via uv tool install astra-tools) provides the astra CLI with commands for validation (astra validate), inspection (astra info), and visualization (astra viz). The schema itself is defined in LinkML and generates multi-language bindings including Python, TypeScript, JSON Schema, JSON-LD, OWL, and Java. The schema and code are licensed separately: the schema under CC BY 4.0 and the code under BSD 3-Clause, both permissive for commercial and academic use.

    Repository Architecture

    The astra-spec repository holds the LinkML schema source and documentation site. The Python CLI and SDK (astra-tools) live in a separate repository (LightconeResearch/astra-tools), sharing the astra.* Python namespace via PEP 420. The project requires Python 3.9+, uv, and just for development. Versioned documentation is published to GitHub Pages via mike, with each release tagged and injected into generated artifacts at build time.

    Update: v0.0.10

    The latest release is v0.0.10, published on 2026-05-08, with the repository last updated on 2026-05-15. The project is in active early-alpha development — the schema, CLI, and tooling are all still evolving. The maintainers explicitly warn users to pin the schema version in their analyses and to expect breaking changes between minor versions. The project is soliciting bug reports, design challenges, and use cases via GitHub issues and a community forum, and is connected to the Agentic AI 4 Science Developer Summit organized by Lightcone Research.

    ASTRA - 1

    Community Discussions

    Be the first to start a conversation about ASTRA

    Share your experience with ASTRA, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under BSD 3-Clause (code) and CC BY 4.0 (schema) licenses.

    • Full YAML specification for scientific analyses
    • astra-tools CLI (validate, info, viz)
    • Multi-language schema bindings (Python, TypeScript, JSON Schema, JSON-LD, OWL, Java)
    • Versioned schema with pinning support
    • Community support via GitHub issues

    Capabilities

    Key Features

    • Declarative YAML specification for scientific analyses
    • Explicit methodological decision tracking with options and rationale
    • Universe system for recording results per decision configuration
    • CLI for validation, inspection, and visualization (astra-tools)
    • Execution-harness agnostic design
    • LinkML schema with multi-language bindings (Python, TypeScript, JSON Schema, JSON-LD, OWL, Java)
    • Versioned schema with pinning support
    • Reproducible and auditable experiment records
    • Evidence linking for methodological choices
    • Recipe system for traceable output commands

    Integrations

    Python
    uv
    LinkML
    PyPI
    GitHub Actions
    JSON Schema
    JSON-LD
    OWL
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate ASTRA and help others make informed decisions.

    Developer

    Lightcone Research

    Lightcone Research builds open infrastructure for reproducible and auditable scientific analysis in the agentic AI era. The organization develops ASTRA, a declarative YAML specification that gives every methodological choice an explicit, machine-readable record. Lightcone Research also publishes position papers on per-result trust and open substrates for agentic science, and organizes the Agentic AI 4 Science Developer Summit.

    Founded 2025
    Berkeley, CA
    6 employees

    Used by

    UC Berkeley
    CNRS
    CEA
    University of Toronto
    +1 more
    Read more about Lightcone Research
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    RO-Crate icon

    RO-Crate

    A community specification for packaging research data with metadata using JSON-LD, enabling reproducible and citable research objects.

    ASTA icon

    ASTA

    AI-powered tool for synthesizing and analyzing scientific literature to accelerate research discovery.

    K-Dense Web icon

    K-Dense Web

    An AI agent platform that autonomously executes complex research, analysis, and synthesis tasks across science, engineering, healthcare, and finance with access to 250+ databases and 200+ scientific data formats.

    Browse all tools

    Related Topics

    Academic Research

    AI tools designed specifically for academic and scientific research.

    48 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    390 tools

    Documentation

    AI-driven tools that automatically generate, maintain, and organize technical documentation, user guides, and project artifacts with context-aware content and intelligent updating.

    63 tools
    Browse all topics
    Back to all tools
    7views
    Discussions