Back to Home
matthewhanson icon

athenaeum

Verified Safe

by matthewhanson

Overview

A specialized RAG (Retrieval-Augmented Generation) system designed for RPG world knowledge bases, providing semantic search, timeline queries, and multi-persona chat capabilities for game masters and world-builders.

Installation

Run Command
uv run athenaeum serve --index ./index

Environment Variables

  • OPENAI_API_KEY

Security Notes

The default CORS configuration `allow_origins=["*"]` is too permissive for production and should be restricted by the user. `subprocess.Popen` is used in the CLI to launch the uvicorn server, but the command arguments are controlled and not vulnerable to arbitrary command injection. OpenAI API keys are correctly sourced from environment variables. No 'eval' or code obfuscation patterns were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-25

Tags

RAGLLMRPGVector SearchFastAPI