Commit Graph

24 Commits

Author SHA1 Message Date
534c4fccdc feat: add Agent-Initiative RAG with ChromaDB — 4 tools (store/search/list/inspect), Ollama embeddings, schema-agnostic metadata storage 2026-05-22 09:15:55 +07:00
58b9eda7f7 Merge feat/tui: Add TUI interface with word wrap, timing, and improved rendering 2026-05-19 14:52:05 +07:00
7777dea0cc Align AI text indent with user and add bold to colored chat text 2026-05-19 14:50:53 +07:00
475e900e18 Add soft word wrap for input area and improve navigation 2026-05-19 11:38:28 +07:00
46bf99b0ab Improve chat rendering: word wrap, label on separate line, blank line separators 2026-05-19 11:38:23 +07:00
1f036e06a2 Always call handle_key to allow scroll during processing 2026-05-19 11:38:13 +07:00
5e8976405b Add hendrik wrapper script for terminal command 2026-05-19 10:35:31 +07:00
1c6fdf2a40 Add ntro timing utility and integrate into agent loop 2026-05-19 10:35:18 +07:00
de89ad2706 Refactor: restructure project into TUI modules 2026-05-19 10:35:14 +07:00
b819e871a4 Change 'LLM...' to 'Thinking...' in step log message 2026-05-19 10:28:06 +07:00
7bda512be6 Add ntro timing utility and integrate into agent loop 2026-05-19 09:26:35 +07:00
d4ec96ff62 Pass stdscr to _submit for realtime screen updates during processing 2026-05-12 16:28:07 +07:00
293bd5d550 Update TUI colors: black-on-blue header, blue border, yellow status bar 2026-05-12 10:33:52 +07:00
33c9b48106 Clean exit on Ctrl+C without traceback 2026-05-12 10:23:40 +07:00
2c2927751a Expand input area to 6 visible lines and fix scroll logic 2026-05-12 10:19:50 +07:00
6f20e4b0b9 Fix cursor position overwritten by addstr after loop 2026-05-12 10:13:53 +07:00
18bbb07737 Fix input box border rendering and layout math 2026-05-12 10:12:07 +07:00
9c7e34409e Add curses-based TUI mode with --tui flag 2026-05-12 10:00:57 +07:00
25ec6fd996 Pemisahan script ansicolor dan separator 2026-05-12 09:32:16 +07:00
2bdfe52abb Playing with color 2026-05-12 08:52:57 +07:00
a83198303f Set granite4.1 as default model. 2026-05-08 18:05:53 +07:00
6db78809f4 Sample prompt for testing 2026-05-05 22:20:05 +07:00
066b7c33e4 Fixing typo 2026-05-05 21:34:42 +07:00
b583b7546a First commit 2026-05-02 21:08:42 +07:00