adk-python/tests/unittests/agents
Google Team Member ec8bc7387c fix: ParallelAgent should only append to its immediate sub-agent, not transitive descendants
Restores automatic conversation history sharing for sequential/loop sub-agents.

PiperOrigin-RevId: 766742380
2025-06-03 16:55:51 -07:00
..
__init__.py Support async agent and model callbacks 2025-05-06 15:14:10 -07:00
test_base_agent.py fix: ParallelAgent should only append to its immediate sub-agent, not transitive descendants 2025-06-03 16:55:51 -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_live_request_queue.py chore: reformat the codes using autoformat.sh 2025-05-22 09:43:54 -07:00
test_llm_agent_callbacks.py Move public_utils to utils in tests 2025-05-21 16:35:11 -07:00
test_llm_agent_fields.py chore: reformat the codes using autoformat.sh 2025-05-22 09:43:54 -07:00
test_loop_agent.py ADK changes 2025-05-15 12:46:44 -07:00
test_model_callback_chain.py Move public_utils to utils in tests 2025-05-21 16:35:11 -07:00
test_parallel_agent.py fix: ParallelAgent should only append to its immediate sub-agent, not transitive descendants 2025-06-03 16:55:51 -07:00
test_readonly_context.py chore: reformat the codes using autoformat.sh 2025-05-22 09:43:54 -07:00
test_run_config.py chore: reformat the codes using autoformat.sh 2025-05-22 09:43:54 -07:00
test_sequential_agent.py ADK changes 2025-05-15 12:46:44 -07:00