Files
Jon 5c80ac310f Initial commit: bots, AI-parameterised support bot, web frontend
- simplex-deadmans-bot: Dead Man's Switch Haskell bot
- simplexxx-directory: private SimpleXXX directory bot (fork of simplex-directory-service)
- simplex-support-bot: support triage bot with configurable AI backend
  - --ai-url and --ai-model flags for any OpenAI-compatible provider
  - works with Grok, Ollama, OpenAI, LM Studio, etc.
  - AI_API_KEY env var (GROK_API_KEY still accepted as alias)
- web: SimpleXXX directory frontend (Groups/Channels tabs, matches simplex.chat/directory style)
- manager/: placeholder for Python profile manager (coming soon)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-03 00:39:08 +01:00

14 lines
272 B
Bash
Executable File

#!/bin/bash
set -e
# export PATH="$HOME/.ghcup/bin:$HOME/.cabal/bin:$PATH"
#cd "$(dirname "$0")/../.."
cabal run simplexxx-directory -- \
--super-users "1:ADMIN" \
--service-name "SimpleXXX" \
--admin-users "4:xXx" \
--web-folder "../simplex-chat-web-folder"