Planned features and open design questions for ABS.
blocking: trueexact_match, contains, regex, schema, tool_call, llm_judge, custom), 6 chain (sequence, eventually, never, count, within, variable_consistency), plus composition (all_of/any_of/none_of)include:) for composition — inline, single-file, expanded before resolutioncalls, responds, with/with_only, tool_call evaluator)schema/abs.schema.json) — complete and validated by the CLI at parse timeui/): React + Material UI, drag & drop, property sheets, YAML exporttools/mock_agent.py) for local testingaction a closed enum or an open, extensible namespace? VOCABULARY.md currently recommends plain lowercase verbs as a stopgap; a formal extension syntax is still undecided.Background: style. Fragments already solve prefix deduplication, but a Gherkin-style Background: that auto-includes hasn't been designed.content mixes free text, structured payloads, and "displayed" UI content under one untyped field.llm_judge calibration/reproducibility across model versions.target.inconclusive propagation algorithm through variable dependency chains.| Component | TypeScript | Python |
|---|---|---|
| Parser (YAML, multi-doc, fragments, variables) | ✅ | ✅ |
| JSON Schema validation | ✅ | ✅ |
| Runner (OpenAI, Claude, Gemini adapters) | ✅ | ✅ |
| All step-level evaluators | ✅ | ✅ |
| All chain evaluators | ✅ | ✅ |
Composition (all_of/any_of/none_of) | ✅ | ✅ |
| AI Evaluator adapter (LLM judge) | ✅ | ✅ |
CLI (init, run, report) | ✅ | ✅ |
| Table formatter | ✅ | ✅ |
| JSON/JUnit output | ✅ | ✅ |
| Dataset loading (JSONL/JSON) | ✅ | ✅ |
| Test suite | ✅ | ✅ |
| E2E test suite | ✅ | — |
| VSCode extension | ✅ | — |
ABS is a draft standard. Issues and proposals should reference which document and section they affect. Open questions are tracked as GitHub issues.
| Version | Status | Key changes |
|---|---|---|
| v0.1 | Current — public review | Core model, vocabulary, evaluations, fragments, tool interaction, JSON Schema |
| v0.2 | Planned | Parameterized fragments, cross-file fragments, parallel, streaming |
| v0.3 | Planned | Multi-agent, content typing, vocabulary extensibility |
| v1.0 | Target | Stable, ratified standard |