Commit Graph

269 Commits

Author SHA1 Message Date
bracesproul
d5452d8228 cr 2025-04-10 12:44:17 -07:00
bracesproul
7f321cc635 feat: Add going to production docs 2025-04-10 12:43:14 -07:00
Brace Sproul
22e82d98ae Merge pull request #104 from langchain-ai/brace/use-next
refactor: Use next.js instead of vite
2025-04-10 12:19:24 -07:00
bracesproul
518483a216 cr 2025-04-10 11:58:44 -07:00
bracesproul
59ab0b2783 readme 2025-04-10 11:57:22 -07:00
bracesproul
08b980a506 dont allow api key to be exposed to client 2025-04-10 11:55:59 -07:00
bracesproul
0575af2349 fix gitignore 2025-04-10 11:51:29 -07:00
bracesproul
6e8c6da6b7 add pnpm lock to prettier ignore 2025-04-10 11:50:16 -07:00
bracesproul
a9448cb488 cr 2025-04-10 11:49:31 -07:00
bracesproul
25524792ec refactor: Use next.js instead of vite 2025-04-10 11:47:43 -07:00
Brace Sproul
aaee53e3e6 Merge pull request #101 from langchain-ai/brace/drop-pnpm-version-sha
fix: Use base pnpm semver instead of including sha
2025-04-09 13:40:13 -07:00
bracesproul
bcd40f8dc4 fix: Use base pnpm semver instead of including sha 2025-04-09 13:36:05 -07:00
Brace Sproul
e22bd797d6 Merge pull request #98 from langchain-ai/brace/render-numbers
fix: Bug where rendering a number as the arg value errors
2025-04-08 13:15:40 -07:00
bracesproul
c45b47aaa2 fix: Bug where rendering a number as the arg value errors 2025-04-08 13:14:13 -07:00
Brace Sproul
851853ec26 Merge pull request #97 from langchain-ai/brace/fix-interrupt-not-object
fix: Do not error when interrupt values are not objects
2025-04-08 12:55:05 -07:00
bracesproul
64cd9c3c82 fix: Do not error when interrupt values are not objects 2025-04-08 12:52:33 -07:00
Brace Sproul
ca36bfeb46 Merge pull request #96 from langchain-ai/brace/fix-interrupt-no-msgs
fix: Rendering interrupts when there are no ai/tool messages
2025-04-08 12:27:51 -07:00
bracesproul
ec294c5dc9 fix: Rendering interrupts when there are no ai/tool messages 2025-04-08 12:21:07 -07:00
Brace Sproul
ef59d29ea2 Merge pull request #93 from Neulhan/neulhan/style-fix
fix : Resolved a styling issue
2025-04-07 10:12:06 -07:00
neulhan
32b150cf92 fix : Resolved a styling issue 2025-04-06 00:31:35 +09:00
Brace Sproul
45c55b0a41 Merge pull request #82 from Romamo/fix_sidebar_button_align
Fixed alignment of sidebar button
2025-04-02 14:03:20 -07:00
Brace Sproul
d126422af6 Merge pull request #81 from Romamo/add_env
Added environment variables to bypass the initial setup form
2025-04-02 14:03:12 -07:00
Brace Sproul
6c8f895e43 Merge pull request #76 from cgoinglove/main
fix: improve chat UI behavior and message display
2025-04-02 13:50:42 -07:00
bracesproul
d6c7ff955b drop type casting 2025-04-02 13:49:46 -07:00
bracesproul
8c07cfd28a format 2025-04-02 13:46:41 -07:00
Brace Sproul
5a2dd70691 Merge branch 'main' into add_env 2025-04-02 13:41:46 -07:00
Brace Sproul
5ff0fad722 Merge pull request #91 from langchain-ai/brace/link-github-repo
feat: Link github repo
2025-04-02 13:35:40 -07:00
bracesproul
6e220b1a48 cr 2025-04-02 13:33:57 -07:00
bracesproul
d1dcf44f32 feat: Link github repo 2025-04-02 13:33:11 -07:00
Brace Sproul
c3bd4e95c9 Merge pull request #90 from langchain-ai/brace/hide-messages-docs
feat: Add docs on how to hide messages from UI
2025-04-02 11:46:06 -07:00
bracesproul
3b02d98764 feat: Add docs on how to hide messages from UI 2025-04-02 11:44:40 -07:00
Romamo
5df45849eb Added environment variables to bypass the initial setup form 2025-03-26 08:50:49 +02:00
Romamo
1038ed5dc8 Fixed alignment of sidebar button 2025-03-26 08:30:43 +02:00
Romamo
b57a8abc59 Added environment variables to bypass the initial setup form 2025-03-25 17:34:56 +02:00
cgoing
b497867ffa fix: adjust user message bubble width to fit content 2025-03-21 14:01:06 +09:00
cgoing
2e069d0819 fix: prevent duplicate submissions during IME composition 2025-03-21 13:33:55 +09:00
Brace Sproul
35fbb5c40c Merge pull request #75 from langchain-ai/brace/generic-interrupt
feat: Add generic interrupt renderer
2025-03-17 14:43:45 -07:00
bracesproul
6be3b3229b feat: Add generic interrupt renderer 2025-03-17 14:42:58 -07:00
Brace Sproul
05b39def78 Merge pull request #74 from langchain-ai/brace/no-human-msg-resume
fix: Dont send a human message on interrupt resume
2025-03-17 14:21:42 -07:00
bracesproul
cd392d22d8 fix: Dont send a human message on interrupt resume 2025-03-17 14:12:27 -07:00
Brace Sproul
3a81094853 Merge pull request #73 from langchain-ai/brace/improve-hitl-rendering
fix: Allow for human interrupt to be passed without array
2025-03-17 14:09:49 -07:00
bracesproul
a0e9d7f5f3 fix: Allow for human interrupt to be passed without array 2025-03-17 14:09:04 -07:00
bracesproul
c8bfb1cdc8 fix: convert from use-query-params to nuqs 2025-03-17 13:14:47 -07:00
bracesproul
706cc7cc1a fix: convert from use-query-params to nuqs 2025-03-17 13:13:28 -07:00
Brace Sproul
a4d8e512ff Merge pull request #72 from langchain-ai/brace/fix-code-highlighting
feat: Improved markdown rendering
2025-03-17 12:35:24 -07:00
bracesproul
c95623d978 cr 2025-03-17 12:34:31 -07:00
bracesproul
5c6f27b2a1 feat: Improved markdown rendering 2025-03-17 12:33:59 -07:00
Brace Sproul
ddc477532c Merge pull request #57 from langchain-ai/brace/license
feat: Create LICENSE
2025-03-12 17:10:41 -07:00
Brace Sproul
e922e98ef0 Update LICENSE year 2025-03-12 17:09:27 -07:00
Brace Sproul
362f870781 feat: Create LICENSE 2025-03-12 17:08:45 -07:00