Commit 02c3a7e
Complete redesign for full file-based processing with current.jsonl
- Remove all memory caching, use pure file-based operations
- Add current.jsonl as current context file for LLM (separate from messages.jsonl)
- get_messages_for_llm() now returns file path, not in-memory list
- All LLMClients use request.json (not just OpenAI)
- File concatenation for compression (no memory loading)
- Add TaskQueue class with UUID assignment specification
- Remove "変更点" headers throughout
- Add cleanup_days to config.yaml
- Memory reduction: 95-99% (contexts never loaded into memory)
Co-authored-by: notfolder <20558197+notfolder@users.noreply.github.com>1 parent d88ffed commit 02c3a7e
1 file changed
Lines changed: 286 additions & 217 deletions
0 commit comments