mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
51005e2776
- [x] **Adding AsyncRootListener**: "langchain_core: Adding AsyncRootListener" - **Description:** Adding an AsyncBaseTracer, AsyncRootListener and `with_alistener` function. This is to enable binding async root listener to runnables. This currently only supported for sync listeners. - **Issue:** None - **Dependencies:** None - [x] **Add tests and docs**: Added units tests and example snippet code within the function description of `with_alistener` - [x] **Lint and test**: Run make format_diff, make lint_diff and make test |
||
---|---|---|
.. | ||
__init__.py | ||
test_async_base_tracer.py | ||
test_base_tracer.py | ||
test_imports.py | ||
test_langchain.py | ||
test_memory_stream.py | ||
test_run_collector.py | ||
test_schemas.py |