zhayujie
153c9e3565
fix(memory): remove useless prompt
2026-03-12 15:29:58 +08:00
zhayujie
6be2034110
feat: add fallback embedding provider
2026-03-09 11:03:31 +08:00
zhayujie
022c13f3a4
feat: upgrade memory flush system
...
- Use LLM to summarize discarded context into concise daily memory entries
- Batch trim to half when exceeding max_turns/max_tokens, reducing flush frequency
- Run summarization asynchronously in background thread, no blocking on replies
- Add daily scheduled flush (23:55) as fallback for low-activity days
- Sync trimmed messages back to agent to keep context state consistent
2026-03-08 21:56:12 +08:00
zhayujie
97397ca585
Merge pull request #2674 from haosenwang1018/fix/bare-excepts
...
fix: replace 29 bare except clauses with except Exception
2026-02-26 12:11:49 +08:00
zhayujie
925d728a86
fix: replace upsert syntax to support SQLite lower version
2026-02-26 10:44:04 +08:00
haosenwang1018
adca89b973
fix: replace bare except clauses with except Exception
...
Bare `except:` catches BaseException including KeyboardInterrupt and
SystemExit. Replaced 29 instances with `except Exception:`.
2026-02-25 11:49:19 +00:00
zhayujie
29bfbecdc9
feat: persistent storage of conversation history
2026-02-25 18:01:39 +08:00
zhayujie
5e3eccb3f6
feat: support memory service
2026-02-20 23:44:05 +08:00
zhayujie
051ffd78a3
fix: windows path and encoding adaptation
2026-02-06 18:37:05 +08:00
saboteur7
73b069a76c
docs: update 2.0 README.md
2026-02-03 12:19:36 +08:00
saboteur7
60abcd92a3
feat: update README.md and solving Python compatibility issues
2026-02-03 01:17:25 +08:00
zhayujie
50e60e6d05
fix: bug fixes
2026-02-02 22:22:10 +08:00
zhayujie
6f70a8efda
fix: fts5 not available bug
2026-02-01 17:08:02 +08:00
zhayujie
c693e39196
feat: improve the memory system
2026-02-01 17:04:46 +08:00
zhayujie
0e85fcfe51
fix: optimize suggestion words and retries
2026-02-01 14:00:28 +08:00
zhayujie
624917fac4
fix: memory and path bug
2026-01-31 16:53:33 +08:00
saboteur7
8a69d4354e
feat: Optimize the first dialogue and memory
2026-01-30 19:10:37 +08:00
saboteur7
dd6a9c26bd
feat: support skills creator and gemini models
2026-01-30 18:00:10 +08:00
saboteur7
5a466d0ff6
fix: long-term memory bug
2026-01-30 11:31:13 +08:00
saboteur7
bb850bb6c5
feat: personal ai agent framework
2026-01-30 09:53:46 +08:00