langchain_community() — langchain Function Reference
Architecture documentation for the langchain_community() function in __init__.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 54eff58b_0c0b_8570_fddf_8546fd638f0b["langchain_community()"] f7733e37_7bc2_27d0_0a65_938fa3eb8ccd["__init__.py"] 54eff58b_0c0b_8570_fddf_8546fd638f0b -->|defined in| f7733e37_7bc2_27d0_0a65_938fa3eb8ccd style 54eff58b_0c0b_8570_fddf_8546fd638f0b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/langchain/langchain_classic/agents/__init__.py lines 60–72
from langchain_community.agent_toolkits.json.base import create_json_agent
from langchain_community.agent_toolkits.load_tools import (
get_all_tool_names,
load_huggingface_tool,
load_tools,
)
from langchain_community.agent_toolkits.openapi.base import create_openapi_agent
from langchain_community.agent_toolkits.powerbi.base import create_pbi_agent
from langchain_community.agent_toolkits.powerbi.chat_base import (
create_pbi_chat_agent,
)
from langchain_community.agent_toolkits.spark_sql.base import create_spark_sql_agent
from langchain_community.agent_toolkits.sql.base import create_sql_agent
Domain
Subdomains
Source
Frequently Asked Questions
What does langchain_community() do?
langchain_community() is a function in the langchain codebase, defined in libs/langchain/langchain_classic/agents/__init__.py.
Where is langchain_community() defined?
langchain_community() is defined in libs/langchain/langchain_classic/agents/__init__.py at line 60.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free