Conversation
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
- 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
- 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
- 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
- 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)
Integrated latest upstream changes while preserving Issue #10 LLM client work. Conflict resolutions: - DeepResearch/src/datatypes/__init__.py: Added LLM model types to __all__ without duplicates - Accepted upstream versions for bioinformatics_tools.py, deep_agent_tools.py, README.md
…in permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Tonic <joseph@legml.ai>
…in permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Tonic <joseph@legml.ai>
Signed-off-by: Tonic <joseph.pollack@emle.eu>
…/DeepCritical into perf/codecovtrigger
Signed-off-by: Tonic <joseph.pollack@emle.eu>
…/DeepCritical into perf/codecovtrigger
Signed-off-by: Tonic <joseph.pollack@emle.eu>
…/DeepCritical into perf/codecovtrigger
Signed-off-by: Tonic <joseph.pollack@emle.eu>
…/DeepCritical into perf/codecovtrigger
Signed-off-by: Tonic <joseph.pollack@emle.eu>
…/DeepCritical into perf/codecovtrigger
Signed-off-by: Tonic <joseph.pollack@emle.eu>
…/DeepCritical into perf/codecovtrigger
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.
fix ci