NoopTwo Class — langchain Architecture
Architecture documentation for the NoopTwo class in test_framework.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD a56e549e_3708_7b50_f207_eff243a1f03e["NoopTwo"] 949c7cf4_56fe_f3b4_cd89_9631a7e9cb1e["AgentMiddleware"] a56e549e_3708_7b50_f207_eff243a1f03e -->|extends| 949c7cf4_56fe_f3b4_cd89_9631a7e9cb1e 8310d669_2524_e019_e333_8473b50a4990["test_framework.py"] a56e549e_3708_7b50_f207_eff243a1f03e -->|defined in| 8310d669_2524_e019_e333_8473b50a4990 53cfff0b_c0cc_ffd2_649b_70806af6e30a["after_agent()"] a56e549e_3708_7b50_f207_eff243a1f03e -->|method| 53cfff0b_c0cc_ffd2_649b_70806af6e30a
Relationship Graph
Source Code
libs/langchain_v1/tests/unit_tests/agents/middleware/core/test_framework.py lines 234–236
class NoopTwo(AgentMiddleware):
def after_agent(self, state: AgentState[Any], runtime: Runtime) -> None:
return None
Extends
Source
Frequently Asked Questions
What is the NoopTwo class?
NoopTwo is a class in the langchain codebase, defined in libs/langchain_v1/tests/unit_tests/agents/middleware/core/test_framework.py.
Where is NoopTwo defined?
NoopTwo is defined in libs/langchain_v1/tests/unit_tests/agents/middleware/core/test_framework.py at line 234.
What does NoopTwo extend?
NoopTwo extends AgentMiddleware.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free