This repository exposes a thin skill layer for the qclaw-skill FastAPI backend.
If your platform imports only one SKILL.md, use this root file as the entry point.
Primary detailed docs:
qclaw-thin-skill/SKILL.md
qclaw-thin-skill/references/api_spec.md
http://127.0.0.1:8000
For local-first users, start backend with:
qclaw-skill/start_local.bat (Windows double-click)
qclaw-skill/start_local.ps1 -Mode noauth
GET /v1/health returns auth_enabled=false, no x-api-key needed.
auth_enabled=true, send header x-api-key: .
GET /v1/health
POST /v1/chat
POST /v1/chat
POST /v1/memory/write
POST /v1/memory/recall
GET /v1/memory/list
POST /v1/memory/pin
POST /v1/memory/delete
GET /v1/memory/export
POST /v1/memory/import
GET /v1/diagnostics/last
401: verify x-api-key and auth_enabled
422: fix payload fields and retry once
5xx/timeout: return graceful fallback, avoid infinite retries
共 2 个版本