retellai-architecture-variants
Retell AIの検証済みアーキテクチャブループリントを、異なるスケールに応じて選択・実装できます。Retell AIの新規統合を設計する際、モノリシック・サービス・マイクロサービスアーキテクチャの選択、またはRetell AIアプリケーションの移行経路を計画する場合に活用してください。「retellai architecture」「retellai blueprint」「how to structure retellai」「retellai project layout」「retellai microservice」といったキーワードで呼び出されます。
description の原文を見る
Choose and implement Retell AI validated architecture blueprints for different scales. Use when designing new Retell AI integrations, choosing between monolith/service/microservice architectures, or planning migration paths for Retell AI applications. Trigger with phrases like "retellai architecture", "retellai blueprint", "how to structure retellai", "retellai project layout", "retellai microservice".
SKILL.md 本文
Retell AI アーキテクチャバリアント
概要
Retell AI インテグレーション向けの3つの検証済みアーキテクチャブループリント。
前提条件
- チームサイズと日次アクティブユーザー数要件の理解
- デプロイメントインフラストラクチャの知識
- 明確なSLA要件
- 成長予測が利用可能
バリアント A: モノリス(シンプル)
最適な用途: MVP、小規模チーム、日次アクティブユーザー数 < 10K
my-app/
├── src/
│ ├── retellai/
│ │ ├── client.ts # Singleton client
│ │ ├── types.ts # Types
│ │ └── middleware.ts # Express middleware
│ ├── routes/
│ │ └── api/
│ │ └── retellai.ts # API routes
│ └── index.ts
├── tests/
│ └── retellai.test.ts
└── package.json
主な特性
- 単一デプロイメントユニット
- リクエストパスでの同期的な R
...
詳細情報
- 作者
- Brmbobo
- リポジトリ
- Brmbobo/Web2podcast
- ライセンス
- 不明
- 最終更新
- 2026/1/26
Source: https://github.com/Brmbobo/Web2podcast / ライセンス: 未指定