Conversation
This was referenced Jan 21, 2026
Pull Request Test Coverage Report for Build 21270379659Details
💛 - Coveralls |
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.
[0.2.14] - 2025-01-21
Changed
pydantic_deep/processors/module - now uses external summarization-pydantic-ai librarypydantic_deep/toolsets/subagents.pymodule - now uses external subagents-pydantic-ai librarysummarization-pydantic-ai>=0.0.1dependencysubagents-pydantic-ai>=0.0.1dependencySummarizationProcessor,SlidingWindowProcessor,create_summarization_processor,create_sliding_window_processorfrom summarization-pydantic-aiSubAgentToolset,create_subagent_toolset,get_subagent_system_promptfrom subagents-pydantic-aiSubAgentConfig,CompiledSubAgenttypes from subagents-pydantic-aiDeepAgentDeps.clone_for_subagent()to accept optionalmax_depthparameter for nested subagent supportAdded
SlidingWindowProcessor- zero-cost message trimming without LLM calls (new from summarization-pydantic-ai)create_sliding_window_processor()- factory function for sliding window processorscheck_task,list_active_tasks,soft_cancel_task,hard_cancel_taskask_parenttool for subagents to query the parent agentcreate_agent_factory_toolsetTaskHandle,TaskStatus,TaskPriority,TaskCharacteristics,ExecutionModeFixed
chardet>=5.0.0dependency back - was incorrectly removed in 0.2.13 but is still needed forDeepAgentDeps.upload_file()encoding detection (#22)console_toolsetandtodo_toolsetlike in previous versions - the migration tosubagents-pydantic-aiaccidentally removed these default tools (#21)Documentation
docs/advanced/processors.mdwith SlidingWindowProcessor documentationdocs/api/processors.mdwith full API reference for both processorsCLAUDE.mdwith new processor imports and subagent imports from external packagesREADME.mdwith subagents-pydantic-ai references in modular architecturedocs/advanced/subagents.mdwith dual-mode execution and new SubAgentConfig fieldsdocs/api/toolsets.mdwith complete SubAgentToolset API including task management toolsdocs/api/types.mdwith new subagent types (TaskHandle, TaskStatus, TaskPriority, ExecutionMode)docs/examples/subagents.mdwith correct tool names and updated SubAgentConfig exampledocs/concepts/toolsets.mdwith SubAgentToolset tools and correct parameter names