adk-python/tests/unittests/agents
Selcuk Gun e4317c9eb7 Support chaining for model callbacks
(before/after) model callbacks are invoked throughout the provided chain until one callback does not return None. Callbacks can be async and sync.

PiperOrigin-RevId: 755565583
2025-05-06 16:16:02 -07:00
..
__init__.py Support async agent and model callbacks 2025-05-06 15:14:10 -07:00
test_agent_callbacks.py Support chaining for model callbacks 2025-05-06 16:16:02 -07:00
test_base_agent.py Support async agent and model callbacks 2025-05-06 15:14:10 -07:00
test_langgraph_agent.py Moves unittests to root folder and adds github action to run unit tests. (#72) 2025-04-11 08:25:59 -07:00
test_llm_agent_callbacks.py Support async agent and model callbacks 2025-05-06 15:14:10 -07:00
test_llm_agent_fields.py Moves unittests to root folder and adds github action to run unit tests. (#72) 2025-04-11 08:25:59 -07:00
test_loop_agent.py Moves unittests to root folder and adds github action to run unit tests. (#72) 2025-04-11 08:25:59 -07:00
test_model_callback_chain.py Support chaining for model callbacks 2025-05-06 16:16:02 -07:00
test_model_callbacks.py Support chaining for model callbacks 2025-05-06 16:16:02 -07:00
test_parallel_agent.py Moves unittests to root folder and adds github action to run unit tests. (#72) 2025-04-11 08:25:59 -07:00
test_sequential_agent.py Moves unittests to root folder and adds github action to run unit tests. (#72) 2025-04-11 08:25:59 -07:00