wolvever

Results 5 issues of wolvever

**Is your feature request related to a problem? Please describe.** There is no pip package for TaskWeaver, so to use TaskWeaver as library, you have to pull the entire source...

enhancement

LangServe can stream output using `/stream` Endpoint. However, if I want to send an event and wait for human feedback, wait for a parameter value or confirm, for example. It...

streaming

In this code https://github.com/pallets-eco/flask-sqlalchemy/blob/main/src/flask_sqlalchemy/pagination.py#L132 When per_page = 0, it will be set to 20 if error_out = False. ``` if per_page < 1: if error_out: abort(404) else: per_page = 20...

Does current SSE transport or streamingable HTTP spec and python sdk allow call_tool return SSE stream of messages ? Current test shows that in python sdk call_tool result will be...

**Is your feature request related to a problem? Please describe.** By design there is no mapping between one route and set of modules. Thus all routes' traffic might go throught...