Agent bench - #2
Merged
Merged
Conversation
…d workflow-related classes and methods for improved functionality.
…pull requests labeled with 'ai_review'.
…llow broader execution on pull requests.
…s listed; fix formatting in __init__.py by adding newline at end of file.
Expose AgentEvalsClient with suite, run, trial, fixture, grader, and attachment APIs, plus tests, an example, and docs. Co-authored-by: Cursor <[email protected]>
The project URLs pointed at fabricate-tools/client-python, which would have become the sidebar links on the PyPI page for this release. Point them at TonicAI/tonic-fabricate-python. publishing.md described the import name as fabricate_client rather than tonic_fabricate, so every verification command in it failed as written. It also claimed __init__.py derives its version from pyproject.toml, when __version__ is hardcoded and can silently drift, and it contained local developer paths in a public repo. The publish scripts printed the same broken import on success and cleaned an egg-info directory that never existed. Co-authored-by: Cursor <[email protected]>
The 3.8 CI leg could not install the package at all: setuptools caps at 75.x on 3.8, which predates PEP 639 and rejects the SPDX `license = "MIT"` string in pyproject.toml. 3.8 has also been end-of-life since Oct 2024, so raise the floor to 3.9 rather than downgrade the license declaration. The repo claimed MIT in its metadata without ever shipping the license text. Add LICENSE and reference it via `license-files` so it is bundled in the sdist and wheel. Co-authored-by: Cursor <[email protected]>
Use the same text as other Tonic repos: the "Tonic AI, Inc." entity name and the current year. The previous version also dropped "THE USE OR" from the final clause, narrowing the warranty disclaimer so it no longer explicitly covered claims arising from use of the software. Co-authored-by: Cursor <[email protected]>
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.
No description provided.