🦎 DATClaw v0.1.0

DATClaw là AI Agent framework nhẹ nhàng tích hợp với 9Router API, xây dựng bằng Go và tối ưu cho deployment trên Swiftwave.

API Endpoints

GET /health - Health check

Example: curl https://datclaw.datmarketing.edu.vn/health

POST /api/chat - Send chat message

Example:

curl -X POST https://datclaw.datmarketing.edu.vn/api/chat \\
  -H "Content-Type: application/json" \\
  -d '{"message": "Hello!"}'