Merged
Conversation
5395daf to
5b4cde8
Compare
Add a lightweight SQLite explorer integrated into the Explorer section
for inspecting agent runtime state persisted in __uipath/state.db.
Backend:
- New statedb routes: status, tables, table data (paginated), custom query
- Read-only connections, SELECT-only query validation
- Generic blob decoder: tries JSON, msgpack, zlib+JSON, zlib+msgpack,
UTF-8, base64 fallback — recursively sanitizes nested structures
- Add aiosqlite dependency, optional msgpack support
Frontend:
- Collapsible "State Database" section in explorer sidebar with refresh
- Collapsible "Files" section for consistency
- Table list view and data viewer with sticky headers
- Expandable JSON rendering for decoded BLOB columns
- SQL query bar with Ctrl+Enter shortcut
- Pagination support
- Hash routes: #/explorer/statedb and #/explorer/statedb/{tableName}
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5b4cde8 to
189a169
Compare
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.
Summary
__uipath/state.dbTest plan
__uipath/state.dbwith sample tables (or use a LangGraph agent that persists state)🤖 Generated with Claude Code