Back to Agents

πŸ“‹ Tutorial 6: Callbacks

Beginner
agent
Updated Unknown

About

Explores Google ADK callbacks across lifecycle, LLM interaction, and tool execution hooks.

README

Quick Start

Clone

git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
cd awesome-llm-apps/ai_agent_framework_crash_course/google_adk_crash_course/6_callbacks

Run

# Agent Lifecycle Callbacks
cd 6_1_agent_lifecycle_callbacks
streamlit run app.py

# LLM Interaction Callbacks  
cd ../6_2_llm_interaction_callbacks
streamlit run app.py

# Tool Execution Callbacks
cd ../6_3_tool_execution_callbacks
streamlit run app.py

Tags

callbacks
lifecycle
llm
tool_execution
logging
monitoring
google
adk
python
hooks

Frameworks

raw_api

LLM Providers

google