Add Generalist agent environment plugin#13
Open
eric-tramel wants to merge 4 commits intomainfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Add
data-designer-generalist-agent-env, a Data Designer plugin with two column types:generalist-agent-environmentassembles generated topics, constraints, database schemas, and database records into executable tool environments.generalist-agent-taskconsumes those environments and emits task prompts, tool-only solutions, verifiers, reference answers, and simple-to-hard task traces.The old single-column compatibility surface was removed. The plugin now expects grounding data to be generated by upstream Data Designer columns rather than fabricated inside the plugin.
Why
This better matches the Generalist workflow: generate an environment first, including schema and data, then generate tasks from that environment. It lets Data Designer use model generation for novel grounding data while keeping the RL rollout verifier deterministic and executable.
Usage
Generated records must include
record_id,name,summary,cost,duration,score, andtags; additional generated fields are preserved.How
generalist-agent-enventry point and compatibility wrapper.describe_schematool so rollouts can inspect generated schemas through tools.Validation
make all.venv/bin/python -m pytest plugins/data-designer-generalist-agent-env/tests/ -qmake lintmake validatemake checkDATA_DESIGNER_HOME=/private/tmp/ddp-live-preview-home-nvidia-internal .venv/bin/data-designer validate /private/tmp/ddp-live-preview/generalist_agent_env_preview_validated_8.pyLive
data-designer previewwithdeepseek-ai/deepseek-v4-proonnvidia-internalis currently blocked by provider rate limiting during model health checks before row generation starts.