building-with-deepagents
仓库创建 2026年4月7日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
面向开发者的实用指南,覆盖流式、检查点与中间件
▸ 风险提示
依赖外部包与模型,可能需联网下载大文件
这个 Skill 做什么
指导如何用 OSS deepagents 构建/重构代理与子代理架构
照着开源 deepagents 的 API 帮你设计或重构代理/子代理架构,覆盖 SubAgent、middleware、工具作用域、流式输出与 checkpoint 等实务要点。在你要用 from deepagents import create_deep_agent 构建代理,或重构多层代理时会用到。侧重实战细节与工程化模式,不用于 .claude/agents/*.md 之类的文档场景。
▸ 展开 SKILL.md 英文原文
Use when building or refactoring an agent that imports OSS `deepagents` (`from deepagents import create_deep_agent`). Covers SubAgent API, middleware, tool scoping, streaming, checkpointing. Not for `.claude/agents/*.md`.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/building-with-deepagents/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/building-with-deepagents/SKILL.md"SKILL.MD 节选查看完整文件 ↗
<!-- SPDX-FileCopyrightText: 2025-2026 Tyrone Ross, Jr <46267523+tyroneross@users.noreply.github.com> | SPDX-License-Identifier: Apache-2.0 --> # Building With DeepAgents (OSS) This skill is for agents running on the open-source `deepagents` package (`pip install deepagents`) on top of LangChain / LangGraph, typically paired with a local model via `langchain-ollama`. It is **not** for the hosted LangChain/DeepAgents cloud product — if you find yourself reaching for LangSmith Platform or hosted subagents, stop: those features don't apply here. Prefer Arize Phoenix (self-hosted, OpenInference instrumentation) for observability in OSS deployments. Read this skill **before** writing or modify
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有