-
Notifications
You must be signed in to change notification settings - Fork 32
Add assert-eval init conversational config designer
#110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
75c59c2
init: add module skeleton and CLI registration
tangym cede9ae
init: add synchronous LLM caller module
tangym ceb7542
init: add validation bridge for proposed configs
tangym 9594e31
init: add context builder for design agent system prompt
tangym 4758f5e
init: implement design agent conversation loop
tangym 69d1073
init: implement atomic file writer for generated configs
tangym 2d88d0a
init: add system prompt and polish design agent UX
tangym 95234a7
Add unit tests for p2m init module
tangym 54656e6
feat(config): allow pipeline.judge.preset to accept a list of presets
tangym 7109e68
test(config): cover multi-preset combining for judge dimensions
tangym 660fb8a
docs: add p2m init documentation across all doc files
tangym 4abac6c
chore: change default model from gpt-4.1-mini to azure/gpt-5.4-mini
tangym a8afd3f
Remove leftover debug hook from conftest.py
tangym 6c6b70f
Fix _emit.py: use replace() and correct docstring
tangym 7d4515a
Make behavior a required field in validation
tangym 15fbfe8
Change default output filename to eval_config.yaml
tangym 9346b13
Thread seed_path to system prompt and add token-budget warning
tangym 9aaa575
Merge remote-tracking branch 'origin/main' into yemingtang/p2m-init
tangym 0b235fc
Rename p2m CLI references to assert-eval in init module
tangym 613c837
docs: use assert-eval naming in cli.md init section
tangym b6b530f
docs: clarify policy_violation and overrefusal are built-in judge dim…
tangym File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| """assert-eval init — conversational eval config designer.""" |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.