90798c6a38
RAG Business in progress
2026-07-30 17:04:13 +07:00
040721dd98
Minor improve
2026-07-30 17:03:17 +07:00
ef7e62e24b
Update default config
2026-07-30 17:02:38 +07:00
c8158ed747
Error message
2026-07-30 09:54:46 +07:00
43353c8c79
Improving system prompt
2026-07-29 15:58:37 +07:00
3d4ad98869
Improve programmer instructions
2026-07-29 15:52:17 +07:00
23823c82da
New Tools
2026-07-29 15:51:46 +07:00
bbf67f11b1
Improving TUI
2026-07-28 15:45:03 +07:00
bb3cf5a6a1
Emotion complex: Jealousy
2026-07-26 17:48:30 +07:00
abe64e46a4
TUI Image Gen
2026-07-26 07:18:33 +07:00
2b034f8987
Sementara disini dulu
2026-07-24 19:33:57 +07:00
74d287f2cc
Support http/ftp image
2026-07-24 19:33:08 +07:00
73b487e3cb
Slop Code
2026-07-24 19:07:09 +07:00
f1f27bb7e2
Implement tools
2026-07-24 19:02:52 +07:00
f439552fac
Vision tool
2026-07-24 19:01:26 +07:00
9fe4005179
Memory Recall
2026-07-22 16:58:02 +07:00
5747c4255c
Memory Continuation Context
2026-07-21 21:12:36 +07:00
685e97d4ef
Improve RAG on TUI
2026-07-21 18:23:56 +07:00
9ded4e7b9e
Now TUI can do RAG
2026-07-20 11:42:46 +07:00
77c4de6092
Untuk perbaikin data loss
2026-07-19 11:26:54 +07:00
f3c04ab0c3
Cleanup slob
2026-07-19 10:52:36 +07:00
562935ea1b
Update Character
2026-07-18 02:56:16 +07:00
d556ce2ea9
Improve tool calling
2026-07-18 02:14:07 +07:00
47b07b18f6
Improving workspace
2026-07-18 01:52:38 +07:00
ddfcaf25fc
Improve programmer skill
2026-07-18 01:39:16 +07:00
234f89fbec
Merge branch 'master' of https://gitea.ditaajipratama.net/aji/hendrik
2026-07-17 18:34:23 +07:00
7eb95f3bd0
Dasar agent males
2026-07-17 17:07:27 +07:00
77458626e7
Merge branch 'master' of https://gitea.ditaajipratama.net/aji/hendrik
2026-07-17 13:48:30 +07:00
41669d4909
Rapihin pelan-pelan sambil kasih catatan
2026-07-16 17:04:56 +07:00
dba98e6fd8
cleanup a small prompts
2026-07-16 10:46:35 +07:00
dbd335b17f
Pantesan
2026-07-15 10:34:42 +07:00
465a689bb5
Red zone
2026-07-15 09:47:48 +07:00
fa7f5817c1
Merge branch 'master' of https://gitea.ditaajipratama.net/aji/hendrik
2026-07-15 08:48:24 +07:00
3e67a61d58
Compress system prompt
2026-07-15 08:47:31 +07:00
eaa2585b50
1st generation of roleplayer AI character: Lily
2026-07-15 08:37:06 +07:00
24e6b7996d
The red button
2026-07-14 12:58:00 +07:00
bee5f61fd7
Fixing missing introduction issue
2026-07-14 06:21:54 +07:00
ed23a5ceb2
user load
2026-07-14 05:43:42 +07:00
b635b241c4
multi-persona
2026-07-13 19:38:23 +07:00
96993adaee
New fields
2026-07-13 17:07:55 +07:00
2da4fe26c4
farewell
2026-07-13 16:30:24 +07:00
cdf523c0a2
chore: remove 6 unused libraries from requirements.txt
2026-07-12 19:05:55 +07:00
7fa456ee5f
feat: memories_latest limit=0 default, agent decides limit per call
2026-07-12 18:24:23 +07:00
1077381a4a
feat: init_db on startup, fix users_update UUID, memories_latest limit 6, incremental profile + cross-platform instructions
2026-07-12 18:13:08 +07:00
2d87641cfd
Refactor
2026-07-12 15:01:17 +07:00
b9a76d080a
Refactor for override character
2026-07-12 14:51:58 +07:00
61c727662c
Remove deprecated RAG from skill instruction
2026-07-12 14:47:55 +07:00
41426daf6a
Remove deprecated RAG from base system prompt
2026-07-12 14:46:57 +07:00
099cab60fb
feat: change user reference from nickname to UUID in memories
...
- Change user field type from pyarrow.string() to pyarrow.uuid() in
knowledge_memories and knowledge_scenario schemas
- Convert user to UUID via _uuid() in memories_store()
- Use UUID hex comparison in memories_filter() and memories_latest()
- Rename user to user_id in memories tool schemas with UUID description
- Convert user to UUID in memories tool handlers
- Add User ID (UUID) to User Context in telegram and xmpp clients
- Update roleplayer instructions to use user_id with UUID instead of
nickname
2026-07-12 13:39:39 +07:00
2c65c51ec9
feat: add salutation field to user profile
...
- Add salutation field to knowledge_user schema (after alias, nullable)
- Update users_store() to accept and store salutation
- Add salutation to users_store and users_update tool schemas
- Add salutation to users_filter output display
- Add Salutation to User Context in telegram and xmpp clients
2026-07-12 13:38:02 +07:00