Skip to content

Dev#96

Merged
zTgx merged 5 commits intomainfrom
dev
Apr 20, 2026
Merged

Dev#96
zTgx merged 5 commits intomainfrom
dev

Conversation

@zTgx
Copy link
Copy Markdown
Contributor

@zTgx zTgx commented Apr 20, 2026

Summary

Changes

Checklist

  • Code compiles (cargo build)
  • Tests pass (cargo test --lib --all-features)
  • No new clippy warnings (cargo clippy --all-features)
  • Public APIs have documentation comments
  • Python bindings updated (if Rust API changed)

Notes

zTgx added 5 commits April 21, 2026 00:31
…yIndexOptions

- Add timeout_secs parameter to PyIndexOptions constructor with optional u64 value
- Implement timeout setting logic using with_timeout_secs method
- Remove Pilot metrics report functionality from Python bindings
- Remove PyPilotMetricsReport class registration from module
- Update method documentation to reflect timeout functionality instead of max tokens

BREAKING CHANGE: Removed pilot metrics reporting functionality
Set generate_description to true in IndexOptions default configuration
to enable automatic description generation for improved search
functionality.
… tracking

- Remove CancelFlag and active_ops fields from Engine struct
- Delete all cancellation-related methods (cancel, reset_cancel, is_cancelled, check_cancel)
- Remove ActiveGuard struct and associated increment/decrement logic
- Eliminate cancellation checks from index, query, and related operations
- Update metrics_report documentation to reflect removed pilot decision metrics
- Clean up unused imports and dependencies
…approach

Replace the old "reasoning-native" terminology with "agentic-based" to better
describe the document engine's architecture. Remove outdated bullet points
about reasoning principles that are no longer accurate.

feat(retrieval): refactor engine to use agent-based architecture

Change the retrieval engine from using search strategies (greedy DFS, beam
search, MCTS) to an agent-based system with Orchestrator coordinating
Workers. The new system uses LLM-guided navigation commands (ls, cd, cat,
find, grep) with progress evaluation and replanning capabilities while
maintaining budget awareness.
- Update workspace package version from 0.1.30 to 0.1.31 in Cargo.toml
- Update vectorless package version from 0.1.9 to 0.1.10 in pyproject.toml
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vectorless Ready Ready Preview, Comment Apr 20, 2026 5:19pm

@zTgx zTgx merged commit 5d7d85a into main Apr 20, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant