Skip to content

Graph overhaul - #14

Merged
oksbwn merged 8 commits into
masterfrom
graph_overhaul
Jul 29, 2026
Merged

Graph overhaul#14
oksbwn merged 8 commits into
masterfrom
graph_overhaul

Conversation

@oksbwn

@oksbwn oksbwn commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

Description

Provide a brief summary of the changes made, the goal of this pull request, and any relevant issue links (e.g. Closes #123).

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Code refactoring / Styling update

Checklist

  • Code compiles and runs locally without errors.
  • Follows existing style and patterns of the codebase.
  • Added/updated tests to cover my changes.
  • All new and existing tests passed.
  • Documentation updated (if applicable).

Verification/Screenshots

Provide verification steps, console output logs, or screenshots/videos of UI changes to demonstrate the fix/feature working.

oksbwn added 8 commits July 28, 2026 22:01
- Fix token ID mapping bug in _initVocabMap (item[1] not loop index)
- Implement per-label logit vector decoding across label dimension
- Remove pre-sigmoid logit manipulation and regex label overrides
- Return empty array in mock mode to enforce model-driven extraction
- Add UI confidence threshold propagation to workerProcess and GraphDB
- Add SQL confidence alter and query-time filtering to GraphDB
- Add unit test suite covering logit decoding, confidence gates, and UI settings sync
- Update VitePress knowledge graph & settings reference docs
- Fix undefined edges variable reference in GraphDB.traversePathOrId()
- Add agent.graphDB property fallback in QueryTools.js
- Bind agentInstance and format graph_triples payload in SemanticTools.js
- Enable baseline workspace_content_search for all non-acknowledgment queries in IntentAnalyzer.js
- Add multi-token entity graph traversal unit test (PASS 10/10)
@oksbwn
oksbwn merged commit c672ee0 into master Jul 29, 2026
1 check failed
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