Feature/runtime#6
Merged
Merged
Conversation
1. Fix contextvars not propagating to sync handlers in run_in_executor - Add contextvars.copy_context() to propagate AgentArtsRuntimeContext - Add unit tests for context propagation verification - Fixes issue where workload_access_token was None in sync handlers 2. Add SDK logging configuration with environment variable support - New AGENTARTS_LOG_LEVEL env var (default: INFO) - Add setup_logging() and get_logger() utilities - Suppress urllib3 and huaweicloudsdkcore warnings - Add unit tests for logging configuration
1. Security: Bind to specific IP instead of 0.0.0.0 in Docker - Use to get eth0 IP - Support AGENTARTS_BIND_IP env var for manual override - Fallback to 0.0.0.0 if IP detection fails - Local development still uses 127.0.0.1
SDK Core Clients: - Change RequestConfig.verify_ssl type from bool to bool | str with default True - Support three configuration modes: True (verify), False (skip), str (custom CA path) - Update clients to enable SSL verification by default: - ControlToolsHttpClient / DataToolsHttpClient - MemoryHttpService - MemoryClient - _ControlPlane / _DataPlane - RuntimeClient - MCPGatewayClient SDK Integration: - Add verify_ssl parameter to AgentArtsMemorySessionSaver (default: True)
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.
No description provided.