sahibzada-allahyar/YC-Killer

[Physics Copilot] E2-02 — Assumptions parser

Open

#30 opened on Nov 2, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (126 forks)auto 404
area:agentsgood first issuehelp wantedsize:Stype:feature

Repository metrics

Stars
 (2,780 stars)
PR merge metrics
 (PR metrics pending)

Description

Summary Parse natural-language assumptions into normalized constraints for engines.

Repo Context

Acceptance Criteria

  • assume x>0, t∈ℝ → JSON constraints
  • Ineq/domains/≠ supported

Tasks

  • Small grammar parser
  • Serializer

Test Plan

  • 10 typical forms.

LOC & Simplicity Guardrails

Definition of Done

  • CI green, unit/integration tests added.
  • Docs updated.
  • Demo snippet or example under physics_copilot/examples/.

Contributor guide