• Joined on 2026-03-06
Yusaki pushed to main at Yusaki/MiroFish 2026-03-13 13:32:35 +00:00
5e206bdd84 Fix corrupted LLM-generated hour arrays in simulation config
Yusaki pushed to main at Yusaki/MiroFish 2026-03-13 13:24:02 +00:00
0ff30457a0 Add debug logging and 5min timeout per round to prevent hangs
Yusaki pushed to main at Yusaki/MiroFish 2026-03-13 13:16:28 +00:00
65d8524a9d Make simulation LLM concurrency configurable, default to 5
Yusaki pushed to main at Yusaki/MiroFish 2026-03-13 12:53:37 +00:00
c9c1f44711 Replace all Zep API calls in simulation endpoints with disk-first fallback
Yusaki pushed to main at Yusaki/MiroFish 2026-03-13 12:48:25 +00:00
b17828807f Use disk-stored graph data for simulation prepare instead of Zep
Yusaki pushed to main at Yusaki/MiroFish 2026-03-13 12:34:52 +00:00
49a86c622a Adjust relationship prompt to infer connections from character traits
Yusaki pushed to main at Yusaki/MiroFish 2026-03-13 12:30:31 +00:00
10a85e76d6 Two-pass graph extraction: entities then relationships with larger chunks
Yusaki pushed to main at Yusaki/MiroFish 2026-03-13 12:26:56 +00:00
e806898018 Fix Project object subscript error in graph data endpoint
Yusaki pushed to main at Yusaki/MiroFish 2026-03-13 12:22:36 +00:00
e14080129e Fix str.format KeyError by using %-formatting for ontology JSON
Yusaki pushed to main at Yusaki/MiroFish 2026-03-13 12:19:23 +00:00
b4c7f67b00 Add traceback logging for extraction errors
Yusaki pushed to main at Yusaki/MiroFish 2026-03-13 12:14:38 +00:00
db6e235b98 Add logging to LLM graph builder for debugging extraction failures
Yusaki pushed to main at Yusaki/MiroFish 2026-03-13 12:07:51 +00:00
79519ddd54 Replace Zep with direct LLM calls for graph building
Yusaki pushed to main at Yusaki/MiroFish 2026-03-13 11:40:41 +00:00
034504c92a Fix page refresh killing running simulations
Yusaki pushed to main at Yusaki/MiroFish 2026-03-13 11:09:49 +00:00
943d56d478 Add GPU passthrough for BERT model acceleration
Yusaki pushed to main at Yusaki/MiroFish 2026-03-13 10:21:45 +00:00
8024cb130a Fix Groq API compatibility in parallel simulation
Yusaki pushed to main at Yusaki/MiroFish 2026-03-12 19:47:31 +00:00
42ab084edd Translate all backend LLM prompts and API messages to English
Yusaki pushed to main at Yusaki/MiroFish 2026-03-12 18:55:47 +00:00
d3121637c7 Translate frontend UI to English
Yusaki pushed to main at Yusaki/MiroFish 2026-03-12 18:08:49 +00:00
5f20558e78 Fix double /api prefix in axios baseURL
Yusaki pushed to main at Yusaki/MiroFish 2026-03-12 18:04:18 +00:00
2279d2a321 Build from source, fix API base URL to use Vite proxy
Yusaki pushed to main at Yusaki/MiroFish 2026-03-12 17:56:02 +00:00
761dbddbf9 Set VITE_API_BASE_URL to empty for proxy-based routing