Complete LuCI app with: - Chat view with real-time AI conversation - Settings view for provider/model/API key configuration - Integrations view for Telegram/Discord/Slack/Email/Calendar - RPCD backend handling all ubus calls - Support for Anthropic, OpenAI, and Ollama providers Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
361 B
JSON
18 lines
361 B
JSON
{
|
|
"luci-app-openclaw": {
|
|
"description": "OpenClaw AI Assistant",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.openclaw": ["status", "get_config", "list_models", "get_history"]
|
|
},
|
|
"uci": ["openclaw"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.openclaw": ["chat", "set_config", "install", "update", "test_api", "clear_history"]
|
|
},
|
|
"uci": ["openclaw"]
|
|
}
|
|
}
|
|
}
|