You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/langchain/callbacks
UmerHA 7388248b3e
Streaming only final output of agent (#2483) (#4630)
# Streaming only final output of agent (#2483)
As requested in issue #2483, this Callback allows to stream only the
final output of an agent (ie not the intermediate steps).

Fixes #2483

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
1 year ago
..
tracers Bold Crumbs (#4876) 1 year ago
__init__.py Callback Handler for MLflow (#4150) 1 year ago
aim_callback.py Harrison/aim integration (#2178) 2 years ago
arize_callback.py Removed duplicate BaseModel dependencies (#2471) 2 years ago
base.py Add on_chat_message_start (#4499) 1 year ago
clearml_callback.py Harrison/clear ml (#2179) 2 years ago
comet_ml_callback.py Fixing issue link for Comet callback (#3212) 1 year ago
manager.py console callback verbose (#4696) 1 year ago
mlflow_callback.py Callback Handler for MLflow (#4150) 1 year ago
openai_info.py Better custom model handling OpenAICallbackHandler (#4009) 1 year ago
stdout.py Callbacks Refactor [base] (#3256) 1 year ago
streaming_aiter.py Fix async task being destroyed before cancelled (#2787) 2 years ago
streaming_stdout.py rfc: callback changes (#1165) 2 years ago
streaming_stdout_final_only.py Streaming only final output of agent (#2483) (#4630) 1 year ago
streamlit.py Harrison/streamlit handler (#3564) 1 year ago
utils.py Harrison/clear ml (#2179) 2 years ago
wandb_callback.py Harrison/clear ml (#2179) 2 years ago