Luis Rueda

Results 14 issues of Luis Rueda

When sending the output of langchain's astream_events via EventSource like in the following example: ```python @chat_router.post("/astream_events") async def astream_events( request: Request, body: ChatInvokeInputModel, graph: Annotated[CompiledGraph, Depends(get_compiled_graph)], ) -> EventSourceResponse: """Return...

While trying out the example in node_target = example_to_state | app.nodes["agent"] I get the following error: ``` node_target = example_to_state | graph.nodes["classify_node"] ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ File "/usr/local/lib/python3.11/site-packages/langgraph/pregel/read.py", line 255, in __ror__ raise...

##### SUMMARY Add support for setting IPv4 and IPv6 duplicate address detection (DAD) timeout parameters in the community.general.nmcli module. This enables users to configure NetworkManager's `ipv4.dad-timeout` and `ipv6.dad-timeout` settings directly...

feature
module
needs_revision
stale_ci
new_contributor
needs_info
needs_rebase
plugins
check-before-release
backport-12

### Summary Add support for setting ipv4.dad-timeout and ipv6.dad-timeout parameters in the community.general.nmcli module to enable duplicate address detection configuration. ### Issue Type Feature Idea ### Component Name nmcli ###...

feature
module
plugins