-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
26 lines (22 loc) · 1.4 KB
/
Copy pathmodule.json
File metadata and controls
26 lines (22 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"schema": "tiger.module/v1",
"slug": "roundtable",
"name": "TigerRoundtable",
"version": "0.3.0-beta",
"description": "A Slack-style full-screen room where you convene one or more AI participants in a live roundtable discussion — each with its own perspective — for business strategy, dev questions, or product ideas. Experimental.",
"author": { "name": "WebTigers", "url": "https://webtigers.com" },
"homepage": "https://github.com/WebTigers/TigerRoundtable",
"repository": "https://github.com/WebTigers/TigerRoundtable",
"license": "BSD-3-Clause",
"keywords": ["ai", "chat", "roundtable", "discussion", "agents", "brainstorm"],
"requires": { "tiger": ">=1.0", "tiger-core": ">=0.36.0-beta", "php": ">=8.1" },
"namespace": "Roundtable",
"provides": {
"routes": ["/roundtable"],
"acl": "configs/acl.ini",
"migrations": "migrations",
"assets": "assets"
},
"pricing": { "model": "free", "pro_url": null },
"_notes": "The repository ROOT is the module: on install its contents land in application/modules/roundtable/. Full-screen app (manager+), not an admin dashboard and not public. Reuses the core Tiger_Agent_Provider_* LLM client (BYO creds) but is otherwise independent of the agent module. Transport is plain HTTP (advance-loop + short-poll) — no WebSockets, so it installs on cPanel/shared hosting; SSE token-streaming is a capable-host opt-in for later."
}