Tag: AI Agent
All the articles with the tag "AI Agent".
-
通过 OpenRouter 使用 Claude Agent SDK
Claude Agent SDK 是 Anthropic 官方推出的 Python/TypeScript 库,可用于以编程方式构建能够调用工具的 AI Agent。本文介绍如何通过 OpenRouter 使用 Claude Agent SDK,在不直接使用 Anthropic API Key 的情况下接入模型...
-
利用 Anthropic API 200 行代码实现一个 Claude Code
从 Anthropic Messages API 入手,结合 DeepSeek 兼容接口,用约 200 行 Python 实现一个可调用工具的简易 Claude Code。