Skip to content

feat!: flip PlatformSettings.agenthub_config default to None#76

Merged
radu-mocanu merged 1 commit into
mainfrom
chore/drop-agenthub-config-default
May 8, 2026
Merged

feat!: flip PlatformSettings.agenthub_config default to None#76
radu-mocanu merged 1 commit into
mainfrom
chore/drop-agenthub-config-default

Conversation

@radu-mocanu
Copy link
Copy Markdown
Collaborator

@radu-mocanu radu-mocanu commented May 8, 2026

Summary

  • PlatformSettings.agenthub_config field default flipped from "agentsruntime" to None
  • when unset, the X-UiPath-AgentHub-Config header is omitted from outgoing requests
  • callers should pass the right value per execution mode via the agenthub_config kwarg added in feat: add agenthub_config kwarg to factory functions #75
  • UIPATH_AGENTHUB_CONFIG env var still wins when set
  • bumps core to 1.11.0 and langchain to 1.11.0

Why

an implicit agentsruntime default sends the wrong header for any caller that didn't know to override it. with the explicit kwarg in place upstream (#75), making the default None closes the loop: no header unless asked.

does NOT affect callers that already set UIPATH_AGENTHUB_CONFIG or pass agenthub_config= explicitly.

@radu-mocanu radu-mocanu force-pushed the chore/drop-agenthub-config-default branch from ff34854 to b4dae01 Compare May 8, 2026 11:59
@radu-mocanu radu-mocanu deployed to LLMGW_SETTINGS May 8, 2026 12:00 — with GitHub Actions Active
@radu-mocanu radu-mocanu merged commit fe88cf5 into main May 8, 2026
8 checks passed
@radu-mocanu radu-mocanu deleted the chore/drop-agenthub-config-default branch May 8, 2026 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants