Commit Graph

5640 Commits

Author SHA1 Message Date
dal e5c8512c76
ok sync jobs to turbopuffer 2025-09-04 14:36:08 -06:00
dal a69eefe2b7
Merge remote-tracking branch 'origin/staging' into move-search-to-turbo-puffer 2025-09-04 11:46:55 -06:00
dal 4e93071e75
Update environment configuration and sync functionality
- Added `TURBOPUFFER_REGION` to the environment configuration.
- Modified the `createClient` function to utilize the new `TURBOPUFFER_REGION` variable.
- Updated the `generateNamespace` function to return the data source ID directly instead of prefixing it.
- Adjusted various tests and sync job logic to reflect changes in namespace generation and ensure consistency across the application.
2025-09-04 11:45:59 -06:00
dal 030968e1e8
fix anthropic beta headers 2025-09-03 11:47:03 -06:00
dal b980ad6588
underscore for header on bedrock 2025-09-03 11:30:20 -06:00
dal 6a387ea5a7
stop sequential thinking 2025-09-03 11:24:17 -06:00
dal caf40c492e
sequential thinking is complete field 2025-09-03 11:11:01 -06:00
dal 2e11ee999a
delay to see if it fixes the issue of not marking complete 2025-09-03 10:10:36 -06:00
dal 992be1d12d
Merge pull request #786 from buster-so/Jacob-fix-db-init
Get rid of setup.sql and put setup in seed
2025-09-03 09:55:52 -06:00
jacob-buster 972db21f23 Get rid of setup.sql and put setup in seed 2025-09-03 09:54:28 -06:00
dal 55e50d124e
update message entires fix for race conditions 2025-09-03 09:09:36 -06:00
dal badf379b8f
sequential thinking update for race condition? 2025-09-03 08:59:00 -06:00
dal 4e6f13c181
sequential thinking and updates 2025-09-03 08:46:56 -06:00
dal 1e5bc3977d
update messages 2025-09-03 08:01:07 -06:00
dal 14e7edd8d0
await db writes 2025-09-02 22:08:24 -06:00
dal 30f7e8ac88
speed up writes to db 2025-09-02 21:58:26 -06:00
dal 02e70b6905
anthropic beta headers 2025-09-02 21:49:00 -06:00
dal 4e06c529a5
routing for gateway 2025-09-02 21:21:33 -06:00
dal 13d62eaf14
Add gateway options for 'anthropic' provider in various agent steps
Updated DEFAULT_CACHE_OPTIONS in analyst and think-and-prep agents to include gateway options. Added gateway settings in multiple steps including analysis-type-router, create-todos, extract-values, generate-chat-title, flag-chat, format-follow-up, format-initial, and identify-assumptions steps to restrict provider usage to 'anthropic'. This enhances control over the AI model interactions.
2025-09-02 20:09:21 -06:00
dal a6acff3585
Merge pull request #784 from buster-so/hot-fix-chats-stalling
Update AI SDK dependencies and refactor model initialization to use AI Gateway. Remove deprecated fallback logic and related tests for improved performance and maintainability.
2025-09-02 17:45:37 -06:00
dal 0a8fbe05b5
fix packages and pnpm lock 2025-09-02 17:41:29 -06:00
dal 3dc033b89d
pnpm 2025-09-02 17:32:52 -06:00
dal 190e52527d
ai gateway api key require 2025-09-02 17:29:29 -06:00
dal 0283fcd437
passing testsnow 2025-09-02 17:28:18 -06:00
dal d524e33996
Update AI SDK dependencies and refactor model initialization to use AI Gateway. Remove deprecated fallback logic and related tests for improved performance and maintainability. 2025-09-02 17:20:39 -06:00
dal 6d8877b5f3
Merge pull request #782 from buster-so/hot-fix-chats-stalling
hotfix: tool style
2025-09-02 16:57:39 -06:00
dal 497598afe1
tool result fixing 2025-09-02 16:49:08 -06:00
dal 50dc34bf5f
Merge pull request #781 from buster-so/hot-fix-chats-stalling
hotfix: tool sorting
2025-09-02 16:10:13 -06:00
dal 017971b776
tool call + result sorting logic 2025-09-02 16:05:04 -06:00
dal 2113e40d0e
idle timeout and status messags 2025-09-02 15:29:55 -06:00
dal 81d5c2d2df
sse and type fixes 2025-09-02 15:02:12 -06:00
dal f733c405cc
final tweaks 2025-09-02 13:38:53 -06:00
dal b505639d50
env config 2025-09-02 13:20:38 -06:00
dal 14638c0f96
Merge pull request #778 from buster-so/buster-dev-api
Public Facing Chat Endpoint
2025-09-02 13:15:25 -06:00
dal ea0ab9f290
resolve comments 2025-09-02 13:10:22 -06:00
dal 836a2b0787
Add searchable values sync functionality
- Introduced the `processSyncJob` function to handle the complete workflow for syncing searchable values, including fetching credentials, querying distinct values, deduplication, generating embeddings, and upserting to Turbopuffer.
- Added support for the `@buster/search` package in the project configuration.
- Updated dependencies to version 4.0.2 for `@trigger.dev/build`, `@trigger.dev/core`, and `@trigger.dev/sdk`.
- Enhanced logging for better traceability during the sync process.
2025-09-02 12:57:59 -06:00
dal 679f55b16d
add in public facing chat endpoint 2025-09-02 12:27:51 -06:00
dal 5f73d2b14b
sync jobs in trigger 2025-09-02 11:59:30 -06:00
dal b3604c6cb0
embeddings and sync job 2025-09-02 11:29:46 -06:00
dal fbd27bc61a
deduplicate values 2025-09-02 10:20:35 -06:00
dal 79ef7f211e
initial client and types 2025-09-02 10:00:59 -06:00
dal c70dfe735d
initial with types and schemas 2025-09-02 08:56:21 -06:00
dal 5949c3fbf5
added search 2025-09-02 07:50:43 -06:00
dal 9f14b55c01
catalog for trigger.dev smh 2025-08-29 15:42:24 -06:00
dal 43dd18a657
Merge remote-tracking branch 'origin/main' into staging 2025-08-29 15:28:25 -06:00
Nate Kelley b41d1af522
Update minor package versions 2025-08-29 09:46:44 -06:00
Nate Kelley 9a76f633af
Update cursor rules for query requests 2025-08-29 09:34:49 -06:00
dal 1b9e4cac9b
Merge pull request #775 from buster-so/staging
Bug fixes
2025-08-27 11:40:45 -06:00
dal 7159e7e8ea
Merge pull request #774 from buster-so/report-bugfixes
fix: report bugs
2025-08-27 10:59:48 -06:00
dal 397d4f3638
missing a few fixes for tests 2025-08-27 10:54:23 -06:00