Skip to content

feat: Enable agentic retrieval by default across all deployments - #54

Merged
EricNGOntos merged 1 commit into
stagingfrom
fix/wuchengke/fix-issue-52
May 13, 2026
Merged

EricNGOntos merged 1 commit into
stagingfrom
fix/wuchengke/fix-issue-52

Conversation

@EricNGOntos

Copy link
Copy Markdown
Contributor

This PR enables agentic retrieval mode by default across all deployments (cloud, SDK, and self-hosted). It also synchronizes environment variables and fixes the legacy SPLIT_CHAR inconsistency. No issue creation is required per user request.

@EricNGOntos EricNGOntos added the enhancement New feature or request label May 13, 2026
@EricNGOntos EricNGOntos self-assigned this May 13, 2026
@EricNGOntos
EricNGOntos merged commit c077050 into staging May 13, 2026
6 of 7 checks passed
@EricNGOntos
EricNGOntos deleted the fix/wuchengke/fix-issue-52 branch May 13, 2026 14:19
EricNGOntos added a commit that referenced this pull request May 13, 2026
* feat: implement decomposed retrieval workflow system with query planning, synthesis, and execution budget management.

* fix(agentic): resolve asset reconciliation and navigation orchestrator bugs

* test: update retrieval contract test to assert new agentic response fields

* feat: enable agentic retrieval by default and sync env configs (#54)

* chore: remove stale SDK scaffolds from monorepo (#56)

The real SDKs live in standalone repos:
- Python: Ontos-AI/knowhere-python-sdk
- Node: Ontos-AI/knowhere-node-sdk

Deleted:
- packages/sdk-python/ (only contained build artifacts)
- packages/sdk-typescript/ (only contained dist/node_modules)
- packages/openapi-specs/ (empty, only node_modules)

Updated AGENTS.md project structure accordingly.

* feat: add per-request use_agentic toggle and slim retrieval API contract (#57)

- Add use_agentic (bool|null) request parameter: true=force agentic,
  false=force legacy, null=server default (RETRIEVAL_AGENTIC_ENABLED).
- Remove deprecated enable_decomposition parameter (was ignored).
- Strip debug-only response fields (plan, steps, wallet_snapshot,
  planner_snapshot, final_strategy_used, evidence_text).
- Keep core response: namespace, query, router_used, answer_text,
  referenced_chunks, results.

* docs: concisely update AGENTS.md for WorkflowOrchestrator and use_agentic (#58)

* fix: remove agentic internal fields from empty query contract test (#59)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant