v1

latestOpenAPI 3.1.02026-07-17193883.6 KB
agent/config

Agent Stream Events With Config

This endpoint is to be used with share links generated by the LangServe playground. The hash is an LZString compressed JSON string. For regular use cases, use the /stream_events endpoint without the c/{config_hash} path parameter.

post/agent/c/{config_hash}/stream_events

Path parameters

config_hashstring required

Request body

configAgentLangGraphConfig
include_namesstring[] nullable

If specified, filter to runnables with matching names

include_typesstring[] nullable

If specified, filter to runnables with matching types

include_tagsstring[] nullable

If specified, filter to runnables with matching tags

exclude_namesstring[] nullable

If specified, exclude runnables with matching names

exclude_typesstring[] nullable

If specified, exclude runnables with matching types

exclude_tagsstring[] nullable

If specified, exclude runnables with matching tags

kwargsobject

Response

Successful Response

{"stackTrail":"paths:/agent/c/{config_hash}/stream_events:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}