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/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
4 months ago
..
__init__.py core[patch], langchain[patch]: fix required deps (#14373) 10 months ago
test_async_base_tracer.py core[minor]: Add an async root listener and with_alisteners method (#22151) 4 months ago
test_base_tracer.py core[minor]: Add an async root listener and with_alisteners method (#22151) 4 months ago
test_imports.py core[patch], langchain[patch]: fix required deps (#14373) 10 months ago
test_langchain.py core: tracer: remove numeric execution order (#21220) 5 months ago
test_memory_stream.py core[patch]: Check if event loop is closed in memory stream (#21841) 4 months ago
test_run_collector.py community[patch]: update use of deprecated llm methods (#20393) 5 months ago
test_schemas.py core[patch], langchain[patch], community[patch]: Revert #15326 (#15546) 9 months ago