Gemini Agents: from SDK to ADK #1/10 - The Agent Loop
Let's dissect the agent loop using Gemini SDK, and understand the four phases: Observe, Think, Act, and Learn. This is a deep dive with implementation details.
Understanding Temperature, Top-p, and Top-k in LLMs
Learn how temperature, top-p, and top-k affect the behavior of large language models (LLMs) and how to configure them using the Python Gemini API.