deepagents-architecture
✓Deep Agent アプリケーションのアーキテクチャ上の決定をガイドします。 Deep Agent と代替エージェントのどちらを選択するか、バックエンド戦略を選択するか、サブエージェント システムを設計するか、ミドルウェア アプローチを選択するかを決定するときに使用します。
SKILL.md
| Single LLM call | Direct API call | Deep Agents overhead not justified | | Simple RAG pipeline | LangChain LCEL | Simpler abstraction | | Custom graph control flow | LangGraph directly | More flexibility | | No file operations needed | createreactagent | Lighter weight | | Stateless tool use | Function calling | No middleware needed |
| Backend | Persistence | Use Case | Requires |
| StateBackend | Ephemeral (per-thread) | Working files, temp data | Nothing (default) | | FilesystemBackend | Disk | Local development, real files | rootdir path | | StoreBackend | Cross-thread | User preferences, knowledge bases | LangGraph store | | CompositeBackend | Mixed | Hybrid memory patterns | Multiple backends |
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/existential-birds/beagle --skill deepagents-architecture- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
deepagents-architecture とは?
Deep Agent アプリケーションのアーキテクチャ上の決定をガイドします。 Deep Agent と代替エージェントのどちらを選択するか、バックエンド戦略を選択するか、サブエージェント システムを設計するか、ミドルウェア アプローチを選択するかを決定するときに使用します。 ソース: existential-birds/beagle。
deepagents-architecture のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/existential-birds/beagle --skill deepagents-architecture インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/existential-birds/beagle
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01