[GH-ISSUE #1664] Streamlit integration page is out of date and rely on deprecated AgentExecutor #221

Open
opened 2026-02-17 17:19:26 -05:00 by yindo · 0 comments
Owner

Originally created by @aserechenko on GitHub (Nov 28, 2025).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/1664

Type of issue

issue / bug

Language

Python

Description

https://github.com/langchain-ai/docs/edit/main/src/oss/python/integrations/callbacks/streamlit.mdx
https://docs.langchain.com/oss/python/integrations/callbacks/streamlit

This page should be updated to exemplify streamlit integration with modern v1 create_agent() graph.

Currently, the code snipped will produce the error:

ImportError: cannot import name 'AgentExecutor' from 'langchain.agents'
Originally created by @aserechenko on GitHub (Nov 28, 2025). Original GitHub issue: https://github.com/langchain-ai/docs/issues/1664 ### Type of issue issue / bug ### Language Python ### Description https://github.com/langchain-ai/docs/edit/main/src/oss/python/integrations/callbacks/streamlit.mdx https://docs.langchain.com/oss/python/integrations/callbacks/streamlit This page should be updated to exemplify streamlit integration with modern v1 `create_agent()` graph. Currently, the code snipped will produce the error: ``` ImportError: cannot import name 'AgentExecutor' from 'langchain.agents' ```
yindo added the langchainexternal labels 2026-02-17 17:19:26 -05:00
yindo changed title from Streamlit integration page is out of date and rely on deprecated AgentExecutor to [GH-ISSUE #1664] Streamlit integration page is out of date and rely on deprecated AgentExecutor 2026-06-05 17:25:44 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#221