[codex] Add agent loop eval smoke suite#988
Draft
mimeding wants to merge 8 commits into
Draft
Conversation
a5cb884 to
2af0f9c
Compare
Contributor
Author
|
Author-side cleanup complete; this PR is now ready for review. Verification:
The previous failing run was the stale DerivedData/EventSource dependency class, not the eval smoke-suite changes. Current head includes the same CI hardening and FluidAudio |
2af0f9c to
1d8948e
Compare
added 8 commits
May 1, 2026 13:14
This reverts commit b1d7d8a.
1d8948e to
c34e8dc
Compare
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.
Summary
Adds a model-free AgentLoop eval domain and smoke suite for todo, complete, and clarify helper contracts.
This PR is intentionally stacked on top of #986, which already includes #985 beneath it. #985 fixes the current
origin/mainFluidAudio/PocketTTS build break, and #986 carries the currently green development-plan and CI-readiness base. Once #985 and #986 merge, this PR should reduce to the eval smoke-suite commit.Changes
agent_loopeval expectations and runner path for pure-data cases.Packages/OsaurusEvals/README.md.Validation
git diff --checkjq empty Packages/OsaurusEvals/Suites/AgentLoop/*.jsonmake evals EVALS_SUITE=Packages/OsaurusEvals/Suites/AgentLoopswift build --package-path Packages/OsaurusCoreDependency
Depends on #986, which depends on #985.