CoolFace
Apppublic

pf2-grimoire/pf2-oracle

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes
23 commits on main
0560c455mo ago

add /ask endpoint for local Discord bot

kotoba39
03cb2f45mo ago

debug: capture Discord 403 response body

kotoba39
6c3f17d5mo ago

fix: use urllib instead of httpx for Discord webhook

kotoba39
99ddef65mo ago

debug: log interaction token and Discord PATCH response

kotoba39
6fc97b45mo ago

revert to working version (embed + MCP + Claude AI)

kotoba39
bdeebe15mo ago

add /ask endpoint for Discord bot

kotoba39
6af17435mo ago

fix: return type 4 directly, no outbound Discord call needed

kotoba39
d5c95fb5mo ago

fix: use sync requests in thread for Discord webhook

kotoba39
0998c245mo ago

fix: run Claude API in thread to avoid blocking event loop

kotoba39
aabc1965mo ago

fix: fallback to raw results when Claude API fails

kotoba39
b71760c5mo ago

improve Discord response: use embed with question as title

kotoba39
62848135mo ago

restore: MCP SSE + Claude AI enhanced responses

kotoba39
a3f5f6f5mo ago

debug: remove MCP mount, add request logging

kotoba39
d8f47975mo ago

add Claude AI for intelligent Discord responses

kotoba39
c93b1ee5mo ago

add MCP SSE endpoint for remote Claude Code access

kotoba39
86138bb5mo ago

fix: deferred response to avoid 3s timeout

kotoba39
d1c91dc5mo ago

debug: log signature failure

kotoba39
21ce5405mo ago

install tzdata for JST timezone

kotoba39
d4c1c115mo ago

set timezone to Asia/Tokyo

kotoba39
066ba2e5mo ago

switch to discord interactions HTTP mode

kotoba39
f865e615mo ago

add discord bot

kotoba39
6d6bece5mo ago

init: PF2 Oracle API with ChromaDB

kotoba39
39f64fe5mo ago

initial commit

kotoba39