langchain/libs/community/langchain_community
Sergey Ryabov 8180637345
community[patch]: Fix Playwright Tools bug with Pydantic schemas (#27050)
- Add tests for Playwright tools schema serialization
- Introduce base empty args Input class for BaseBrowserTool

Test Plan: `poetry run pytest
tests/unit_tests/tools/playwright/test_all.py`

Fixes #26758

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
2024-10-30 23:45:36 +00:00
..
adapters
agent_toolkits all: test 3.13 ci (#27197) 2024-10-25 12:56:58 -07:00
agents docs: Add OpenAIAssistantV2Runnable docstrings (#27402) 2024-10-30 15:35:51 +00:00
callbacks community: Added anthropic.claude-3-5-sonnet-20241022-v2:0 cost detials (#27728) 2024-10-30 14:01:01 +00:00
chains
chat_loaders
chat_message_histories
chat_models community: Add Writer integration (#27646) 2024-10-30 18:06:05 +00:00
cross_encoders
docstore
document_compressors
document_loaders all: test 3.13 ci (#27197) 2024-10-25 12:56:58 -07:00
document_transformers all: test 3.13 ci (#27197) 2024-10-25 12:56:58 -07:00
embeddings community: Fix closed session in Infinity (#26933) 2024-10-27 11:37:21 -04:00
example_selectors
graph_vectorstores community: Cassandra Vector Store: modernize implementation (#27253) 2024-10-22 18:11:11 +00:00
graphs all: test 3.13 ci (#27197) 2024-10-25 12:56:58 -07:00
indexes
llms community: Update Replicate LLM and fix tests (#27655) 2024-10-30 16:07:08 +00:00
memory all: test 3.13 ci (#27197) 2024-10-25 12:56:58 -07:00
output_parsers
query_constructors
retrievers multiple: update docs urls to latest 2 (#26837) 2024-09-30 17:37:07 -07:00
storage Fixed typo in llibs/community/langchain_community/storage/sql.py (#27029) 2024-10-08 17:51:26 +00:00
tools community[patch]: Fix Playwright Tools bug with Pydantic schemas (#27050) 2024-10-30 23:45:36 +00:00
utilities community: prevent gitlab commit on main branch for Gitlab tool (#27750) 2024-10-30 18:50:13 +00:00
utils
vectorstores community[pathch]: Add missing custom content_key handling in Redis vector store (#27736) 2024-10-30 13:57:20 +00:00
__init__.py
cache.py
py.typed