Add Activepieces integration for workflow automation

- Add Activepieces fork with SmoothSchedule custom piece
- Create integrations app with Activepieces service layer
- Add embed token endpoint for iframe integration
- Create Automations page with embedded workflow builder
- Add sidebar visibility fix for embed mode
- Add list inactive customers endpoint to Public API
- Include SmoothSchedule triggers: event created/updated/cancelled
- Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
poduck
2025-12-18 22:59:37 -05:00
parent 9848268d34
commit 3aa7199503
16292 changed files with 1284892 additions and 4708 deletions

View File

@@ -0,0 +1,34 @@
{
"Access multiple AI models through CometAPI - unified interface for GPT, Claude, Gemini, and more.": "CometAPI(GPT、Claude、Geminiなどの統合インターフェイス)から複数のAIモデルにアクセスできます。",
"\nFollow these instructions to get your CometAPI Key:\n\n1. Visit the CometAPI Dashboard: https://api.cometapi.com/console/token\n2. Go to the API settings page to get your key.\n3. Copy the key and paste it below.\n": "\nFollow these instructions to get your CometAPI Key:\n\n1. Visit the CometAPI Dashboard: https://api.cometapi.com/console/token\n2. Go to the API settings page to get your key.\n3. Copy the key and paste it below.\n",
"Ask CometAPI": "CometAPIに聞く",
"Custom API Call": "カスタムAPI通話",
"Sends a prompt to any AI model supported by CometAPI.": "CometAPIでサポートされているAIモデルにプロンプトを送信します。",
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
"Model": "モデル",
"Prompt": "Prompt",
"System Message": "システムメッセージ",
"Temperature": "温度",
"Max Tokens": "最大トークン",
"Top P": "トップ P",
"Method": "方法",
"Headers": "ヘッダー",
"Query Parameters": "クエリパラメータ",
"Body": "本文",
"Response is Binary ?": "応答はバイナリですか?",
"No Error on Failure": "失敗時にエラーはありません",
"Timeout (in seconds)": "タイムアウト(秒)",
"The prompt to send to the AI model.": "AIモデルに送信するプロンプト。",
"Optional system message to set the behavior of the AI.": "AIの動作を設定するオプションのシステムメッセージ。",
"Controls randomness (0-2). Lower values make output more focused.": "ランダム性(0-2)をコントロールします。低い値により出力がフォーカスされます。",
"Maximum number of tokens to generate.": "生成するトークンの最大数。",
"Controls diversity via nucleus sampling (0-1).": "核サンプリング(0-1)による多様性を制御します。",
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
"GET": "取得",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "削除",
"HEAD": "頭"
}