AI Waka
AI Waka
Apr 26, 2026 · Artificial Intelligence

Can Your AI Agent Write New Instructions? Exploring Google ADK’s New Skills Feature

The article examines how Google’s Agent Development Kit (ADK) tackles the context‑window bottleneck by introducing a three‑layer Skills architecture that lets agents load domain‑specific knowledge on demand, compares implementation modes, provides a step‑by‑step weather‑skill example, and contrasts ADK with OpenAI’s Agent SDK.

AI agentsAgent DevelopmentGoogle ADK
0 likes · 18 min read
Can Your AI Agent Write New Instructions? Exploring Google ADK’s New Skills Feature
Qborfy AI
Qborfy AI
Dec 16, 2025 · Artificial Intelligence

Mastering AI Function Calling: Turn LLMs into Actionable Assistants

Function Calling lets large language models invoke external tools or APIs during a conversation, transforming them from passive responders into proactive assistants; this guide explains the concept, workflow, and practical implementations with weather, parallel queries, and stock price examples using OpenAI’s Python SDK.

AI Function CallingChatbotLLM
0 likes · 9 min read
Mastering AI Function Calling: Turn LLMs into Actionable Assistants
Go Programming World
Go Programming World
Jul 7, 2025 · Artificial Intelligence

Why My AI Agent Stops Responding When Multiple MCP Tools Are Selected – Debugging the Root Cause

This article documents a step‑by‑step investigation of an AI Agent that fails to return results when it selects multiple MCP services, detailing log analysis, network packet capture, MCP protocol behavior, the discovery of tool‑name conflicts, and both temporary and permanent remediation strategies.

AI AgentKubernetesMCP
0 likes · 20 min read
Why My AI Agent Stops Responding When Multiple MCP Tools Are Selected – Debugging the Root Cause
Programmer DD
Programmer DD
Feb 10, 2025 · Artificial Intelligence

How to Access DeepSeek‑R1 671B Model for Free via Tencent Cloud

This guide shows how to obtain a free API key from Tencent Cloud's Knowledge Engine, configure OpenAI SDK or a chat client, and call the full‑size 671B DeepSeek‑R1 model without local hardware constraints, with step‑by‑step instructions and sample code.

APIDeepSeekFree Access
0 likes · 6 min read
How to Access DeepSeek‑R1 671B Model for Free via Tencent Cloud