Changelog#
[0.6.2] - 2025-01-09#
Chat USD with omni.ui
[0.6.1] - 2025-01-02#
Changed#
-Fix the RAG message doesn’t have code and decrease the RAG results to 5
[0.6.0] - 2024-11-06#
Added#
Added UICodeInteractiveNode.
[0.5.23] - 2024-11-21#
update chat model name from “P-Sonnet-3.5” to “P-Sonnet-3.5.1”
[0.5.22] - 2024-11-21#
update “omni.ai.langchain.core” version to “1.1.11”
[0.5.21] - 2024-11-20#
Fixed#
Update sonnet register
[0.5.20] - 2024-11-19#
Fixed#
OMPE-24454: handle
Tried to call pure virtual function
issuesOMPE-26756: treeview model needs to be saved
[0.5.19] - 2024-11-15#
Changed#
Re-generate code atlas to include callback type annotation.
[0.5.18] - 2024-11-19#
Changed#
Improve response on multi field widgets.
[0.5.17] - 2024-11-19#
Changed#
Add llama 3.1 70b and 405b models.
[0.5.16] - 2024-11-13#
Clarification to agent_system.md
OmniUICodeRagModifier finds human message
register_retrievers use NVIDIA_EMBEDDING_FUNC_ID and NVCF
[0.5.15] - 2024-11-05#
Changed#
Add
omni.kit.widget.searchable_combobox
extension to the UI agent.Add processing of publicly exposed functions in extension APIs
[0.5.14] - 2024-11-01#
Fixed#
Fix for execution errors from carbonite log not being caught.
[0.5.13] - 2024-10-31#
Changed#
Update omni.ui system prompt to include directions on how to remove callbacks from models.
[0.5.12] - 2024-10-28#
Changed#
Update omni.ui system prompt to include drag & drop.
[0.5.11] - 2024-10-22#
Changed#
In RAG, make sure we retrieve the corresponding model class when the class is using it.
Update classes.md to include model classes.
Add more UI model and UI Scene examples to RAG database from all repositiories within Omniverse group.
Remove examples used omni.kit.ui from RAG database.
[0.5.10] - 2024-10-24#
Changed#
OMPE-24507: guide ai to use state selector for style related question instead of omni.ui.scene’s gesture.
[0.5.9] - 2024-10-18#
Fixed#
OMPE-24483: better support for style questions
Fixed _question_process_async is writing code for non-code input questions
[0.5.8] - 2024-10-17#
Changed#
Add
omni.kit.widget.searchfield
extension to the UI agent.Enabling all extensions via CodeAtlas entries instead of hardcoding.
[0.5.7] - 2024-10-16#
Fixed#
Fix for errors after code execution are not captured.
Fix for error when capturing screenshot when cropping area is out of bounds.
[0.5.6] - 2024-10-15#
Changed#
added
_question_process_async
to handle debug code type of questions.fixed the
OmniUICodeInterpreterModifier
append RunnableHumanNode which could triggerOmniUICodeRagModifier
again.
[0.5.5] - 2024-10-16#
Fixed#
Remove api key
[0.5.4] - 2024-10-14#
Fixed#
Fix for images not shown when capturing UI screenshots.
[0.5.3] - 2024-10-11#
Changed#
disable image validation for now, since is’s bring up a lot False fail.
[0.5.2] - 2024-10-11#
Fixed#
Set the omni.ai.langchain.core version as dependency
[0.5.1] - 2024-10-11#
Fixed#
Fix for extensions not loaded on code interpreter server.
[0.5.0] - 2024-10-11#
Initial version of the UI agent