Commit 53e1a20
authored
Ai agent in- Memory saver to custom sqlite saver(#3)
* feat: AI assistant with streaming chat,in memory context with agentcheckpoint and sqlite db for storing chat history
* index on ai-agent: cf8bac5 Merge remote-tracking branch 'upstream/ai-agent' into ai-agent
* refactor: switch from MemorySaver to custom SQLiteSaver
* clean up
* Update from Agent in- Memory saver to custom sqlite saver
* Bug fix; removed async operations from db transactions
* linting1 parent 672fbbd commit 53e1a20
3 files changed
+731
-204
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
0 commit comments