directus-extension-synque-ai
v1.0.0
Published
Directus 11 AI Agent Extension - Transform your Directus CMS with intelligent automation and natural language processing.
Maintainers
Readme
synqueD11Gpt
Directus 11 AI Agent Extension - Transform your Directus CMS with intelligent automation and natural language processing.
Features
- Natural language commands for Directus CMS
- Smart automation with AI-powered decision making
- Real-time processing with MCP integration
- Context-aware data operations
Installation
npm install synqued11gptOr add to your Directus extensions folder manually.
Configuration
- Go to Settings > Project Settings > Module Bar
- Enable AI Agent module
- Navigate to AI Agent > Settings
- Configure:
- Directus URL: Your Directus instance URL
- Admin Token: Your Directus admin access token
- AI API Key: Your OpenAI API key
- AI Model: Model to use (e.g.,
gpt-4o,gpt-4-turbo) - AI Base URL: API endpoint (default:
https://api.openai.com/v1)
Usage
- Open AI Agent > Chat
- Type natural language commands like:
- "Show me all collections"
- "Create a new blog post titled 'Hello World'"
- "List all users"
- "Update the status of article 5 to published"
Supported AI Providers
- OpenAI (GPT-4, GPT-4 Turbo, GPT-4o)
- Any OpenAI-compatible API (DeepSeek, etc.)
Requirements
- Directus 10.x or 11.x
- Node.js 18+
License
MIT
