Add deep research example with planning and research routers#13
Merged
santoshkumarradha merged 11 commits intomainfrom Nov 20, 2025
Merged
Add deep research example with planning and research routers#13santoshkumarradha merged 11 commits intomainfrom
santoshkumarradha merged 11 commits intomainfrom
Conversation
Improves dashboard and table visuals with more consistent spacing, new typography utilities, and subtle animations for a more modern, readable, and interactive feel. Updates badge and button sizing for compactness, enhances sidebar and workflow node visuals, and reworks execution/header sections for higher information density and easier scanning. Aims to boost usability and professional appeal without altering core logic.
Refines messaging to position the project as "Kubernetes for AI Agents" and emphasizes production-oriented infrastructure over frameworks. Streamlines quick start, enhances feature explanations, and adds guidance for various user types. Improves onboarding, troubleshooting, and interoperability instructions, making the project more accessible and appealing for backend, platform, and enterprise teams.
Introduces a "See It In Action" section with a visual preview, highlighting real-time observability and execution DAGs to help users quickly understand key capabilities and interface.
Updates the documentation to better communicate the project's private beta phase, encourage exploration and feedback, and provide direct contact details for early users. Removes a redundant section header for improved clarity.
…esearch routers Introduces new classes for task merging and search strategies in schemas. Enhances planning router with functions for deduplicating tasks and deciding search strategies based on dependencies. Updates research router to execute tasks with enhanced search capabilities using dependency context. Improves task management by ensuring distinct and non-overlapping tasks, and refines user prompts for clarity and specificity.
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.
This PR adds a new deep research example that demonstrates hierarchical task planning and research capabilities.
Changes
Testing