-
Notifications
You must be signed in to change notification settings - Fork 13
Perf/codecovtrigger #8
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
Open
Josephrp
wants to merge
62
commits into
Josephrp:perf/codecovtrigger
Choose a base branch
from
DeepCritical:perf/codecovtrigger
base: perf/codecovtrigger
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Perf/codecovtrigger #8
Josephrp
wants to merge
62
commits into
Josephrp:perf/codecovtrigger
from
DeepCritical:perf/codecovtrigger
Conversation
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
Owner
Josephrp
commented
Oct 13, 2025
- try hard
* initial commit - adds bio-informatics tools & mcp * initial commit - adds bio-informatics tools & mcp * improves code quality * refactor bioinformatics tools , utils, prompts * adds docs * adds quite a lot of testing , for windows, docker, linux , testcontainers * adds docker tests and related improvements * Potential fix for code scanning alert no. 21: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Tonic <[email protected]> * Potential fix for code scanning alert no. 17: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Tonic <[email protected]> * adds optional bioinformatics tests * adds optional bioinformatics tests per branch option to allow fail * adds pytest to replace uv * adds dockers , docker tests , tools tests , ci , make file improvements * merge commit * removes docker from ci * removes docker from ci * feat: add bioinformatics MCP servers and tools infrastructure * fix linter types and checks version , fix tests * improves ci
* trigger codecov report
…/DeepCritical into perf/codecovtrigger
* fix: remove misleading @defer decorator comments Removes all references to non-existent @defer decorator from codebase. The @defer decorator never existed in Pydantic AI. Tools are correctly implemented using standard Pydantic AI patterns. Changes: - Removed 16 @defer comments from tool files - Updated README Known Issues section - All tools continue to work correctly (no functional changes) Fixes #2 * feat: add custom LLM model wrappers for Pydantic AI - Implement VLLMModel wrapper around existing VLLMClient - Add OpenAICompatibleModel for vLLM, llama.cpp, TGI servers - Provide factory methods (from_vllm, from_llamacpp, from_tgi) - Include streaming support and message conversion - Add convenience aliases for VLLMModel and LlamaCppModel * fix: update OpenAICompatibleModel to use OllamaProvider and add tests - Replace non-existent OpenAIProvider with OllamaProvider from pydantic_ai - Remove dataclass decorator to properly inherit from OpenAIChatModel - Fix factory methods to pass model_name as positional argument - Add comprehensive test suite with 8 passing tests - Skip integration tests that require actual vLLM servers * refactor: integrate LLM models with Hydra configuration system - Add from_config() method to support Hydra DictConfig - Update all factory methods (from_vllm, from_llamacpp, from_tgi, from_custom) to accept optional config - Support config override via direct parameters - Extract generation settings from config (temperature, max_tokens, etc.) - Add environment variable fallbacks (LLM_BASE_URL, LLM_API_KEY) - Create config files for llamacpp, tgi, and vllm - Update tests to cover both config-based and direct parameter approaches - All 10 tests passing * feat: add LLM client support with Pydantic validation (#10) - Add LLMModelConfig and GenerationConfig datatypes - Remove redundant vllm_model.py - Update openai_compatible_model.py with validation - Rewrite tests to use actual config files (30 tests) * fix: add LLM datatypes to __all__ export list * solves type and style errors * initial commit - adds bio-informatics tools & mcp * initial commit - adds bio-informatics tools & mcp * improves code quality * refactor bioinformatics tools , utils, prompts * adds docs * adds quite a lot of testing , for windows, docker, linux , testcontainers * adds docker tests and related improvements * Potential fix for code scanning alert no. 21: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Tonic <[email protected]> * Potential fix for code scanning alert no. 17: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Tonic <[email protected]> * adds optional bioinformatics tests * adds optional bioinformatics tests per branch option to allow fail * adds pytest to replace uv * adds dockers , docker tests , tools tests , ci , make file improvements * merge commit * removes docker from ci * removes docker from ci * feat: add bioinformatics MCP servers and tools infrastructure * fix linter types and checks version , fix tests * improves ci * trigger codecov report * Update CI to upload test results to Codecov for test analytics * Fix Codecov repository slug to use Josephrp/DeepCritical * adds deepcritical/deepcritical repository slug --------- Signed-off-by: Tonic <[email protected]> Signed-off-by: Tonic <[email protected]> Co-authored-by: MarioAderman <[email protected]> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Tonic <[email protected]>
* attempts codecov trigger
…/DeepCritical into perf/codecovtrigger
Signed-off-by: Tonic <[email protected]>
* attempts codecov trigger
…/DeepCritical into perf/codecovtrigger
* attempts codecov trigger
Signed-off-by: Tonic <[email protected]>
* adds codecov cli
…/DeepCritical into perf/codecovtrigger
Signed-off-by: Tonic <[email protected]>
* adds codecov components and upload
Signed-off-by: Tonic <[email protected]>
Signed-off-by: Tonic <[email protected]>
…/DeepCritical into perf/codecovtrigger
* fix permissions
…/DeepCritical into perf/codecovtrigger
- attempts ci fix
Signed-off-by: Tonic <[email protected]>
* attempts ci fix for upload
…/DeepCritical into perf/codecovtrigger
Signed-off-by: Tonic <[email protected]>
- try hard
…/DeepCritical into perf/codecovtrigger
- attempts make upload optional
…/DeepCritical into perf/codecovtrigger
Signed-off-by: Tonic <[email protected]>
- try hardest
…/DeepCritical into perf/codecovtrigger
Signed-off-by: Tonic <[email protected]>
…/DeepCritical into perf/codecovtrigger
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.