mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-01 20:49:17 +00:00
Clearly document that the PAL and CPAL techniques involve generating code, and that such code must be properly sandboxed and given appropriate narrowly-scoped credentials in order to ensure security. While our implementations include some mitigations, Python and SQL sandboxing is well-known to be a very hard problem and our mitigations are no replacement for proper sandboxing and permissions management. The implementation of such techniques must be performed outside the scope of the Python process where this package's code runs, so its correct setup and administration must therefore be the responsibility of the user of this code. |
||
---|---|---|
.. | ||
autonomous_agents | ||
comprehend_moderation | ||
cpal | ||
generative_agents | ||
llms | ||
pal_chain | ||
plan_and_execute | ||
prompts | ||
pydantic_v1 | ||
smart_llm | ||
sql | ||
tot | ||
__init__.py | ||
py.typed |