Add uv requirement for Python development to example worldview#13
Merged
Conversation
Demonstrates the agent's ability to encode development practices: - Creates Python-development concept with .execution facet - Uses ! modifier for emphasis and | for condition
Demonstrates encoding a concrete life event: - Creates Personal-experiences concept with .social facet - Uses | condition marker for temporal context (sunday)
Add guidance to the agent prompt to reject transient personal events (like "I went to the park on Sunday") that don't represent durable beliefs or worldviews. The agent now politely declines and suggests reframing as a belief instead. Also reverts the test personal-experience entry from example.wvf.
Agent changes:
- Suppress all output unless --verbose flag is used
- Exit 0 for success (including correct rejections)
- Exit 1 only for actual errors
Eval changes:
- Add REJECT task type for testing rejection behavior
- Add should_modify_file field to WriteTestCase
- Add evaluator handling for rejection cases
- Add three new test cases:
- accept-dev-preference: "always use uv to run python..."
- reject-ephemeral-event: "on sunday I went to the park..."
- filter-mixed-ephemeral: statement with both ephemeral
framing and durable belief content
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.
Demonstrates the agent's ability to encode development practices: