Home / Function/ ignore_agent() — langchain Function Reference

ignore_agent() — langchain Function Reference

Architecture documentation for the ignore_agent() function in fake_callback_handler.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  6d925ee6_f73d_ce35_1912_a3c54776bba4["ignore_agent()"]
  66da139c_43ad_70b6_544d_0cf450da0b2f["FakeCallbackHandler"]
  6d925ee6_f73d_ce35_1912_a3c54776bba4 -->|defined in| 66da139c_43ad_70b6_544d_0cf450da0b2f
  470ac1fe_39a7_f613_385f_26e4dc83de5f["ignore_agent()"]
  470ac1fe_39a7_f613_385f_26e4dc83de5f -->|calls| 6d925ee6_f73d_ce35_1912_a3c54776bba4
  470ac1fe_39a7_f613_385f_26e4dc83de5f["ignore_agent()"]
  6d925ee6_f73d_ce35_1912_a3c54776bba4 -->|calls| 470ac1fe_39a7_f613_385f_26e4dc83de5f
  style 6d925ee6_f73d_ce35_1912_a3c54776bba4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/tests/unit_tests/callbacks/fake_callback_handler.py lines 130–132

    def ignore_agent(self) -> bool:
        """Whether to ignore agent callbacks."""
        return self.ignore_agent_

Domain

Subdomains

Called By

Frequently Asked Questions

What does ignore_agent() do?
ignore_agent() is a function in the langchain codebase, defined in libs/langchain/tests/unit_tests/callbacks/fake_callback_handler.py.
Where is ignore_agent() defined?
ignore_agent() is defined in libs/langchain/tests/unit_tests/callbacks/fake_callback_handler.py at line 130.
What does ignore_agent() call?
ignore_agent() calls 1 function(s): ignore_agent.
What calls ignore_agent()?
ignore_agent() is called by 1 function(s): ignore_agent.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free