v1.4.0#34
Merged
Merged
Conversation
- Support for streaming LLM responses as Oracle CLOB - Bug 39180638 - [PYSAI][ER]: ADD PYTHON API SUPPORT FOR EXTERNAL HOST NETWORK ACCESS CONFIGURATION - Bug 39186946 - PROFILEATTRIBUTES.SET_ATTRIBUTE() CRASHES WHEN PROVIDER IS NOT INITIALIZED - Bug 39186954 - SYNTHETICDATAATTRIBUTES REJECTS STRING-FORM PARAMS INSTEAD OF HANDLING IT CONSISTENTLY - Bug 39201691 - [PYSAI]: CREATE_HTTP_TOOL FAILS WITH ORA-20052: INVALID VALUE FOR TOOL ATTRIBUTE TOOL_TYPE
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.
Features
Added streaming support for LLM responses.
Added network ACL Python APIs in select_ai.privilege.
Added Select AI Agent team import/export APIs.
Added optional CLI support.
Optional install: python3 -m pip install 'select_ai[cli]'
Console command: select-ai
Subcommands:
CLI uses click as an optional dependency.
README now shows base install, CLI install, and the CLI GIF.
Added web framework integration documentation.
Bug Fixes
Removed unsupported HTTP tool creation API and tests.
Fixed ProfileAttributes.set_attribute() crash when provider was not initialized.
Fixed SyntheticDataAttributes params coercion behavior.
Tests
Samples
Added streaming samples:
Added network access samples:
Added agent team import/export samples:
Docs
Added/updated docs for:
Added CLI demo assets: