-
Notifications
You must be signed in to change notification settings - Fork 2
MetaboT v1.1 0 Update dependencies, replace code interpreter, some other improvements #170
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
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
0574e5a
Merge pull request #166 from HolobiomicsLab/main
lfnothias 90d2a01
Update litellm version to 1.83.0 in environment.yml and requirements.txt
lfnothias 1a46419
Update dependencies in environment.yml and requirements.txt for langc…
lfnothias 10e9a55
Update python-dotenv, requests, streamlit, and tqdm versions in envir…
lfnothias f9bf608
Add big_benchmark.csv for automated evaluation
madina1203 69ec4a5
Fix deprecated pydantic imports and update requirements
madina1203 2dd5135
Update the order of questions to be consistent with automated evaluation
madina1203 3aa9458
Update installation_test
madina1203 5384796
Clean the evaluation dateset (remove redundant column)
madina1203 085c973
Merge pull request #169 from HolobiomicsLab/dev_madina
lfnothias 8adb7a3
Replace codeinterpreterapi with PythonREPL and update models to gpt-5.4
lfnothias 7227872
Fix node name mismatch
madina1203 09b836c
Merge pull request #171 from HolobiomicsLab/dev_madina
lfnothias b41b611
add CLI file input support for FILE_ANALYZER tool
madina1203 6e65f99
feat: Implement Interpreter Agent with sandbox execution and trusted …
lfnothias 115678a
Harden interpreter file handling and output tracking
lfnothias 1515fec
Add session file preparation error handling and corresponding tests
lfnothias 524c2b1
Harden interpreter sandbox error handling and upload safety
lfnothias 6a32a28
Merge pull request #172 from HolobiomicsLab/dev_madina
lfnothias c72de39
feat: Add OpenAI key support to agent creation and enhance tool funct…
lfnothias 94c7840
feat: Update README for v1.1.0 highlights and improve Streamlit app l…
lfnothias 492636b
Merge branch 'main' into dev
lfnothias 84892c8
Tighten Streamlit startup and test isolation
lfnothias 4bd7a17
Update pr_agent.yml
lfnothias 10af7b6
fix: Add timeout handling for subprocess in test_execute_user_code
lfnothias b708280
Add how to run evaluation.py (LangSmith api key is needed)
madina1203 a1feb1b
Merge pull request #173 from HolobiomicsLab/dev_madina
lfnothias b3e04dd
Merge branch 'main' into dev
lfnothias 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,9 +6,6 @@ on: | |
| branches: | ||
| - main | ||
| - dev | ||
| - dev_lfx | ||
| - dev_madina | ||
| - dev_Mkdocs | ||
| workflow_dispatch: | ||
| inputs: | ||
| branch: | ||
|
|
||
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
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.