dal
fcc15a0e6f
fix tool name transform path
2025-02-11 08:23:58 -07:00
dal
8940fbf3b6
using name as id for file type reasoning message
2025-02-11 08:21:32 -07:00
dal
8de08323fa
consistent message id for text stream
2025-02-11 08:10:58 -07:00
dal
bcf1ac1a65
file stream is working 👍🏼 for create file.
2025-02-11 07:49:22 -07:00
dal
afb40c90be
ok restructured the transformer to get vecs back
2025-02-11 07:40:07 -07:00
dal
90931fc029
Add support for chat routes and update thread route handling
2025-02-11 07:27:56 -07:00
dal
d75931dcb0
We did it joe
2025-02-11 07:14:06 -07:00
Nate Kelley
d1e4c2c90d
Update AppCodeEditor.tsx
2025-02-10 21:02:43 -07:00
Nate Kelley
644d7f89d8
chat update
2025-02-10 20:23:28 -07:00
dal
43e2cf44f4
its working, but not sure if it's how I want it...
2025-02-10 17:09:01 -07:00
Nate Kelley
7a349da981
added functions for streaming content
2025-02-10 16:43:38 -07:00
dal
61153020ba
save point
2025-02-10 16:08:08 -07:00
Nate Kelley
25e24b1341
close action
2025-02-10 15:35:18 -07:00
Nate Kelley
90e859b761
Update StatusIndicator.tsx
2025-02-10 15:25:55 -07:00
Nate Kelley
863bcef721
remove chunks for files
2025-02-10 15:21:59 -07:00
dal
8c6c1d83ee
still working on the darn stream
2025-02-10 14:49:22 -07:00
dal
fd65408e30
clean up to try different impl
2025-02-10 14:22:13 -07:00
Nate Kelley
fe8ccf4a33
container update
2025-02-10 14:15:30 -07:00
dal
2593536efa
So close, just a few more tweaks to clean up stream.
2025-02-10 13:35:57 -07:00
Nate Kelley
f93611b7f4
code block wrapper
2025-02-10 13:23:32 -07:00
dal
118ef9c691
ok streaming it back
2025-02-10 12:29:13 -07:00
Nate Kelley
7a1f5418b3
adjust file card
2025-02-10 12:24:35 -07:00
dal
8c8372b50e
ok everything sending back except create and modify
2025-02-10 12:15:21 -07:00
Nate Kelley
9fa93deed4
add better indicators
2025-02-10 11:57:07 -07:00
dal
d0400b5226
transforms for events
2025-02-10 11:53:19 -07:00
Nate Kelley
14ca65be59
update types
2025-02-10 11:41:59 -07:00
dal
233b580e1c
data catalog search transformation
2025-02-10 11:29:08 -07:00
dal
6a67931667
message transform
2025-02-10 10:47:16 -07:00
Nate Kelley
c40bdfcb4c
Reasoning file
2025-02-10 10:42:47 -07:00
Nate Kelley
4f63276de2
thought message types update
2025-02-10 09:59:54 -07:00
dal
93206fcf5c
added in duration and passed back req params
2025-02-10 09:21:07 -07:00
dal
9169a1c9e8
small tweaks
2025-02-10 08:26:25 -07:00
dal
c849a22b4f
added in progress on tools
2025-02-10 08:24:56 -07:00
dal
8bd14e0ee7
added in progress on stream messages
2025-02-10 08:17:14 -07:00
dal
789b22fe1e
Improve message streaming and tool call processing
...
- Enhance message streaming with more precise content and tool call handling
- Add logic to only send and store meaningful assistant messages and tool calls
- Prevent sending empty or redundant messages during stream processing
- Improve tool call and content update tracking in agent stream method
- Optimize message inclusion in recursive thread generation
2025-02-10 07:30:52 -07:00
github-actions[bot]
7792fffe33
chore(release): update version to 0.0.36
2025-02-10 14:29:00 +00:00
dal
ed52f89e16
Fix: Needed to add db identifier for cross-db interactiosn.
...
Fix: Needed to add db identifier for cross-db interactiosn.
2025-02-10 06:28:48 -08:00
dal
89bd57b0ae
Merge pull request #109 from buster-so/dal/database_identifier_lineage
...
Fix: database_identifier_fix
2025-02-10 06:28:08 -08:00
dal
641527114c
refactor(agent): Enhance LLM request handling with improved tool call processing
...
- Add support for initial non-tool response and subsequent tool-enabled processing
- Implement `PendingToolCall` to manage incremental tool call updates
- Update `Delta` and related types to support more flexible tool call streaming
- Modify agent stream processing to handle tool calls with improved state management
- Add robust handling for tool call deltas and function call arguments
2025-02-10 07:17:14 -07:00
Nate Kelley
0138b94321
auto update layout
2025-02-09 08:25:32 -07:00
Nate Kelley
dd947d1999
change up IBusterChat
2025-02-08 21:13:42 -07:00
Nate Kelley
4ef095ceba
reasoning file click
2025-02-08 15:45:56 -07:00
Nate Kelley
75873c2ef5
add reasoning messages
2025-02-08 14:37:46 -07:00
Nate Kelley
117db1c21d
responses generated
2025-02-07 22:24:18 -07:00
Nate Kelley
2785d90cd7
added query requests for chats and metrics
2025-02-07 20:52:25 -07:00
Nate Kelley
d98bd17741
naming conventions
2025-02-07 20:27:07 -07:00
Nate Kelley
c6ac866d72
create chats
2025-02-07 19:57:42 -07:00
Nate Kelley
07c750b801
add additional context rules
2025-02-07 19:45:48 -07:00
Nate Kelley
e831a2149d
use metric fetched logic
2025-02-07 14:30:50 -07:00
dal
373a83efea
refactor(agent): Extract agent prompt to constant and update date
...
- Move hardcoded agent prompt to a constant `AGENT_PROMPT` in the `agent_thread.rs` file
- Update the prompt's date from January 27, 2025 to February 7, 2025
- Simplify thread initialization by referencing the new constant
- Maintain existing prompt structure and guidelines
2025-02-07 14:18:02 -07:00