langchain/libs/core/tests/unit_tests/tracers
Nicolas Nkiere 51005e2776
core[minor]: Add an async root listener and with_alisteners method (#22151)
- [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
2024-06-06 16:03:44 -04:00
..
__init__.py core[patch], langchain[patch]: fix required deps (#14373) 2023-12-07 14:24:58 -08:00
test_async_base_tracer.py core[minor]: Add an async root listener and with_alisteners method (#22151) 2024-06-06 16:03:44 -04:00
test_base_tracer.py core[minor]: Add an async root listener and with_alisteners method (#22151) 2024-06-06 16:03:44 -04:00
test_imports.py core[patch], langchain[patch]: fix required deps (#14373) 2023-12-07 14:24:58 -08:00
test_langchain.py core: tracer: remove numeric execution order (#21220) 2024-05-02 15:38:55 -07:00
test_memory_stream.py core[patch]: Check if event loop is closed in memory stream (#21841) 2024-05-17 21:53:59 +00:00
test_run_collector.py community[patch]: update use of deprecated llm methods (#20393) 2024-04-12 17:28:23 -04:00
test_schemas.py core[patch], langchain[patch], community[patch]: Revert #15326 (#15546) 2024-01-04 10:39:37 -05:00