Add louisTabular agent and wire tabular chat to AgentCore
- agents/app/tabular/: new Strands agent mirroring main structure; single read_table_cells tool; system prompt built per-request from review context - backend: replace POST /:reviewId/chat (runLLMStream) with two thin endpoints: POST /:reviewId/chats (create) and POST /:reviewId/chats/:chatId/messages (persist) - frontend: streamTabularChat now calls AgentCore louisTabular URL; TRChatPanel pre-creates chat record before streaming, persists turn after [DONE] - config: NEXT_PUBLIC_AGENTCORE_TABULAR_URL added to config + env example - docs: README and ARCHITECTURE updated
| Repository | dropthejase/louis |
|---|---|
| Author | Jason Lee <12leeejk2@gmail.com> |
| Authored | |
| Parents | a8c168ec |
| Stats | 17 files changed , +6087 , -355 |
| Part of | Second `louisTabular` agent + tabular review wiring fixes |
Capture this commit into my fork
Download a Markdown prompt that tells Claude how to port this
exact commit into your working tree. Run it via
claude -p < capture-commit-1a79b1c0.md
from inside the repo you want the change in.