-
Notifications
You must be signed in to change notification settings - Fork 25
Plugin UI v2 & other fixes #278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
3aaacdf
Update quickstart.md (#268)
futureisAJASU 00cd589
Add plugin UI configuration panel and refactor plugin management
AnkushMalaker 125b82b
Merge plugin-ui into train-who-spoke
AnkushMalaker e32ea9f
fix
AnkushMalaker fa10c5e
Enhance audio processing and conversation management with always_pers…
AnkushMalaker 67b0400
Add mock transcription failure configuration for testing
AnkushMalaker 98149f8
Improve logging for transcription job failures and session handling
AnkushMalaker 0e73576
Implement miscellaneous settings management and enhance audio processing
AnkushMalaker caafa1e
Enhance test framework and conversation handling for audio persistence
AnkushMalaker 39fbd2f
Implement OpenMemory user registration and enhance MCP client functio…
AnkushMalaker b641f0a
Add Dockerfiles for mock LLM and streaming STT servers
AnkushMalaker ae79399
Merge branch 'dev' into plugin-ui-v2
AnkushMalaker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: SimpleOpenSoftware/chronicle
Length of output: 1689
🏁 Script executed:
Repository: SimpleOpenSoftware/chronicle
Length of output: 1052
🏁 Script executed:
Repository: SimpleOpenSoftware/chronicle
Length of output: 114
🏁 Script executed:
Repository: SimpleOpenSoftware/chronicle
Length of output: 851
🏁 Script executed:
Repository: SimpleOpenSoftware/chronicle
Length of output: 54
🏁 Script executed:
Repository: SimpleOpenSoftware/chronicle
Length of output: 1283
🏁 Script executed:
Repository: SimpleOpenSoftware/chronicle
Length of output: 2689
Move OpenMemory user registration to background task to prevent startup blocking.
This function is directly awaited during startup and makes sequential network calls with 30-second timeouts (up to 90 seconds if OpenMemory is unreachable). Use
asyncio.create_task()or equivalent to defer this initialization, or implement a shorter timeout. This contradicts the stated intent in the preceding comment about avoiding startup blocking.🧰 Tools
🪛 Ruff (0.14.14)
86-86: Do not catch blind exception:
Exception(BLE001)
🤖 Prompt for AI Agents