Home / Function/ on_agent_action_common() — langchain Function Reference

on_agent_action_common() — langchain Function Reference

Architecture documentation for the on_agent_action_common() function in callbacks.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  daf1e708_211b_cd2c_a40d_aefa987d3300["on_agent_action_common()"]
  b46b67ea_0820_a4b9_6da3_4ac83ea72454["BaseFakeCallbackHandlerMixin"]
  daf1e708_211b_cd2c_a40d_aefa987d3300 -->|defined in| b46b67ea_0820_a4b9_6da3_4ac83ea72454
  17810879_e7af_7535_f499_665d6161a0ee["on_agent_action()"]
  17810879_e7af_7535_f499_665d6161a0ee -->|calls| daf1e708_211b_cd2c_a40d_aefa987d3300
  1b6e8a8e_6be1_3f35_99c5_71e77d7423e6["on_agent_action()"]
  1b6e8a8e_6be1_3f35_99c5_71e77d7423e6 -->|calls| daf1e708_211b_cd2c_a40d_aefa987d3300
  style daf1e708_211b_cd2c_a40d_aefa987d3300 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/partners/groq/tests/unit_tests/fake/callbacks.py lines 91–93

    def on_agent_action_common(self) -> None:
        self.agent_actions += 1
        self.starts += 1

Domain

Subdomains

Frequently Asked Questions

What does on_agent_action_common() do?
on_agent_action_common() is a function in the langchain codebase, defined in libs/partners/groq/tests/unit_tests/fake/callbacks.py.
Where is on_agent_action_common() defined?
on_agent_action_common() is defined in libs/partners/groq/tests/unit_tests/fake/callbacks.py at line 91.
What calls on_agent_action_common()?
on_agent_action_common() is called by 2 function(s): on_agent_action, on_agent_action.

Analyze Your Own Codebase

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

Try Supermodel Free