gagentic

N8N community nodes for G-Agentic — Ask Agent, KB Search, Browser Action

Documentation

n8n-nodes-gagentic

N8N community node package để kết nối G-Agentic với N8N workflows.

Nodes

Node Mô tả
G-Agentic: Ask Agent Gửi message đến AI Agent, nhận response
G-Agentic: KB Search Semantic search trên Knowledge Base
G-Agentic: Browser Action Điều khiển Browser Agent (navigate/click/type/screenshot)

Cài đặt vào N8N Railway

# Trong N8N Railway terminal:
npm install /path/to/n8n-nodes-gagentic --prefix ~/.n8n/custom
# Hoặc qua GitHub URL:
npm install github:giang2224/g-agentic#main --prefix ~/.n8n/custom

Credentials

Tạo G-Agentic API credential trong N8N:

  • API URL: https://g-agentic.vercel.app
  • API Key: Key tạo từ G-Agentic → Admin → API Keys (prefix: gag_)

Endpoints được dùng

Node Endpoint
Ask Agent POST /api/public/agent/ask
KB Search POST /api/public/kb/search
Browser Action POST /api/public/browser/action
Test Connection POST /api/public/auth/verify

Discussion