@redonvn/redai-openapi-agent
v0.1.1
Published
OpenAPI export cho nhóm API user đã chọn: Agent.
Readme
@redonvn/redai-openapi-agent
OpenClaw plugin generated from openapi/redai/agent.json.
Build
npm run build --workspace @redonvn/redai-openapi-agentInstall in OpenClaw
openclaw plugins install @redonvn/redai-openapi-agent
openclaw plugins enable redai-openapi-agentRuntime config
Add runtime config in ~/.openclaw/openclaw.json:
{
"plugins": {
"entries": {
"redai-openapi-agent": {
"enabled": true,
"config": {
"baseUrl": "https://v2.redai.vn/api",
"bearerToken": "YOUR_TOKEN",
"workspaceId": "YOUR_WORKSPACE_ID",
"baseId": "YOUR_BASE_ID"
}
}
}
}
}