-
Notifications
You must be signed in to change notification settings - Fork 105
Multiaction Support and refactoring #257
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
40 commits
Select commit
Hold shift + click to select a range
f57a919
Enhance goal application to support dynamic system messages based on …
recursix 3a21dc7
Merge branch 'main' into allac/next-agent
recursix 0b9a985
Modify API for parallel tool calls add parallel tool support for anth…
amanjaiswal73892 89376ab
enable screenshot tagging in xray for mutli-actions
amanjaiswal73892 81b1a88
add tool call and tool response markdown in xray
amanjaiswal73892 c244db3
update tests for parallel tool calls in claude for responses_api.py
amanjaiswal73892 e7613d6
Add support for openai CUA for tool use agent
amanjaiswal73892 b4c283f
update openai cache tracking usage to support Chat Completion and Res…
amanjaiswal73892 c15331a
Merge remote-tracking branch 'origin' into allac/next-agent
amanjaiswal73892 00da78a
fix: join action_list into a single string with new-lines
amanjaiswal73892 1d7060c
Refactor OpenAiResponsesModel to isolate env specific functionality a…
amanjaiswal73892 997cc7b
Change func names to use 'env' instead of 'bgym'
amanjaiswal73892 b3d409f
Add TODO's and WIP config classes
amanjaiswal73892 f5443b6
Refactor OpenAICUAModel to streamline action handling and improve cod…
amanjaiswal73892 ddc8f56
fix typo in tracking
amanjaiswal73892 a375a35
Refactor TrackAPIPricingMixin to remove init inside mixin class
amanjaiswal73892 8ce9885
Multiaction support and cleaner API usage with ToolCalls.
amanjaiswal73892 df3bc6d
Use APIPayload obj to call llms in tool use agent.
amanjaiswal73892 0ec59f8
remove is_env_action method from ToolCalls.
amanjaiswal73892 e716b8b
remove stale method and black formatting
amanjaiswal73892 2fc5b5f
remove OAI cua reference from tool use agent
amanjaiswal73892 160fb93
remove openai cua from this PR
amanjaiswal73892 d31f49f
Refactor APIPayload validation
amanjaiswal73892 d4368fe
Update test for the new API
amanjaiswal73892 1305892
Add tests to check parallel tool calling ability of APIs and models.
amanjaiswal73892 8f2ee28
add tool_call_to_python_code in response_api.py
amanjaiswal73892 dff3e33
fix qoutes in response API test
amanjaiswal73892 1fb1b0a
Merge with main
amanjaiswal73892 fe37bb8
Make gaia test conditional on successful import
amanjaiswal73892 72feab7
add tool calls to message for pretty xray output
amanjaiswal73892 f8a5a3c
use tool_call_to_python_code in to_markdown for responded tool calls
amanjaiswal73892 12b6d50
black formatting.
amanjaiswal73892 42aa680
make darglint compliant
amanjaiswal73892 ddf672b
black formatting
amanjaiswal73892 119a43d
Log warning if effective cost is negative
amanjaiswal73892 8f3105f
update test mock object to incude cache info.
amanjaiswal73892 16d334c
fix nested mock object in test.
amanjaiswal73892 f60b314
Fix Reponses API mock object specification in test_responses_api.py
amanjaiswal73892 22f9385
fix obs indentation and remove unnessesary code.
amanjaiswal73892 a6f5349
improve type hints
amanjaiswal73892 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
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.