feat(anthropic): add anthropic app with send message action

This commit is contained in:
Ali BARIN
2025-01-21 16:26:52 +00:00
parent e686d3b067
commit 8bdb1481ac
17 changed files with 291 additions and 0 deletions

View File

@@ -41,6 +41,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/airtable/connection' },
],
},
{
text: 'Anthropic',
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/anthropic/actions' },
{ text: 'Connection', link: '/apps/anthropic/connection' },
],
},
{
text: 'Appwrite',
collapsible: true,