Skip to content

Configurable A2A sync timeout - #33

Open
pxp9 wants to merge 2 commits into
actioncard:mainfrom
pxp9:main
Open

Configurable A2A sync timeout#33
pxp9 wants to merge 2 commits into
actioncard:mainfrom
pxp9:main

Conversation

@pxp9

@pxp9 pxp9 commented Aug 21, 2026

Copy link
Copy Markdown

Summary

creates a compile time option to the module a2ui a2a, resolves #32

Type of change

  • New feature

pxp9 added 2 commits August 21, 2026 10:29
  (@a2a_sync_timeout), overridable via config :a2ui, :a2a_sync_timeout
  (default 5_000ms).

Make phoenix deps compulsory again; keep configurable A2A sync timeout

Reverts the optional-dependency guards: phoenix_live_view and
phoenix_html are required deps again, and the Code.ensure_loaded?
wrappers around the renderer modules are removed. The configurable
@a2a_sync_timeout (config :a2ui, :a2a_sync_timeout) stays.
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.

Make compile time configurable the timeout of the agent

1 participant