-
Notifications
You must be signed in to change notification settings - Fork 0
reference
Duy edited this page May 31, 2026
·
2 revisions
Active contributors: Duy
This section contains detailed reference material for configuration, data models, and external dependencies.
- Configuration — LLM provider settings, solver profiles, sandbox mode, environment variables, CI secrets.
-
Data Models — Core TypeScript interfaces that cross the entire system (
AgentInputPayload,ConstraintSpec+ all 35ConstraintKindvalues,Plan,ScheduleEntry,Violation,DeterministicValidationReport,ExecutionResult,LocalAgentFinalResult,AIProviderConfig). - Dependencies — Key external libraries and why they exist (Radix + Tailwind + shadcn/ui, Zustand + React Query, OpenAI SDK, xlsx, zod, ortools, Docker/bubblewrap, relaxed ESLint rules).
These pages are intentionally dense and link-heavy. They exist so that developers (and future agents) can quickly find the exact type or configuration surface they need without reading the entire source tree.