test-json-sql-pluck
Test Pluck Primitive
Self-contained: Creates test data internally
Input: Creates $papers collection (4 papers with id, title, year, citations, venue)
Operation: Pluck title field from each paper
Expected Output: $titles collection with 4 items, each containing just the title string
More from bdambrosio/cognitive_workbench
test-json-sql-semantic-scholar
Test JSON SQL primitives with semantic-scholar output
32test-json-sql-setup
Creates test data for JSON SQL primitive tests
27test-json-sql-join
Tests join primitive (INNER JOIN)
27scienceworld-reset
Start a ScienceWorld episode. Reads scenario, difficulty, and seed from scienceworld_config in character YAML. Returns the initial observation plus a session_id for subsequent steps.
26scienceworld-act
Take a ScienceWorld action in the active session. Returns observation, reward, done. No session_id needed - uses active session from executive_node.
26test-json-sql-sort
Tests sort primitive (ORDER BY)
25