Commit Graph

968 Commits

Author SHA1 Message Date
Wells Bunker f135fccf0f
Adding the db migration files 2025-09-11 08:33:32 -06:00
Wells Bunker c2a3ca0875
Merge branch 'staging' of https://github.com/buster-so/buster into addingMessageTypes 2025-09-11 08:27:08 -06:00
dal 8547b82dae
Merge pull request #830 from buster-so/addSuggestedPrompts2
Adding api, ai task, and database adjustments for user suggested prompts
2025-09-11 08:18:56 -06:00
Wells Bunker 440489d8be
update migrations 2025-09-10 23:07:51 -06:00
Wells Bunker c78f7689e7
remove setting the users updatedAt when modifying suggestedPrompts 2025-09-10 23:00:43 -06:00
Wells Bunker 6069c24061
Add 10 second timeout generating new prompts before returning old ones 2025-09-10 22:55:35 -06:00
Wells Bunker 60f0a1e0e0
Adding in database column, api input, and logic to skip analyst mode router if it is provided in a message 2025-09-10 22:00:15 -06:00
dal b546d121fd
removed the openai provider since we are back on gateway 2025-09-10 16:02:56 -06:00
dal 22e15f72ff
shifted openai provider options up one level 2025-09-10 15:55:59 -06:00
dal 35e4ba56d8
updted ai dependencies 2025-09-10 15:27:43 -06:00
Nate Kelley 4f4326dbea
metric version number assosicated with report 2025-09-10 15:09:44 -06:00
dal 2e3fdc9a59
.txt files 2025-09-10 12:35:14 -06:00
dal 31fb2e54ae
add braintrust logger for server 2025-09-10 12:09:44 -06:00
dal 85f35ccf8d
fix test 2025-09-10 11:03:03 -06:00
dal adaab8131b
shake up trigger and search dependencies to work now 2025-09-10 11:03:01 -06:00
Wells Bunker d9a5023595
pr changes 2025-09-10 11:01:26 -06:00
dal 50db4d25de
fix test 2025-09-10 10:52:35 -06:00
dal c784445960
shake up trigger and search dependencies to work now 2025-09-10 08:11:29 -06:00
Wells Bunker 8f4daaa3e6
Adding api, ai task, and database adjustments for user suggested prompts 2025-09-09 18:09:41 -06:00
dal a8dfa88871
get rid of setup-db and usage in command 2025-09-09 15:25:49 -06:00
dal 22093c21f0
anthorpic million token beta with cli release fix 2025-09-09 14:42:17 -06:00
dal 4eca287677
switch antrhopic and bedrock 2025-09-09 14:22:44 -06:00
dal abcdee786e
gateway remove hour header 2025-09-09 14:12:42 -06:00
dal 13bcecdf33
Merge remote-tracking branch 'origin/staging' into hot-fix-gateway-headers-and-such 2025-09-09 11:52:06 -06:00
dal b482172294
remove headers 2025-09-09 11:52:01 -06:00
dal 0efa01002f
Merge pull request #791 from buster-so/move-search-to-turbo-puffer
Moving Search to Turbopuffer
2025-09-09 11:14:51 -06:00
dal 816bdd5595
add the 0092 bc somehow the migration got lost? 2025-09-09 10:55:29 -06:00
dal 5646d6bda7
mock duckdb since ci cd keeps breaking 2025-09-09 10:48:40 -06:00
dal 47d9e70f8e
Merge remote-tracking branch 'origin/staging' into move-search-to-turbo-puffer 2025-09-09 10:15:12 -06:00
dal aa59ad8def
linting and test issues 2025-09-09 10:15:06 -06:00
dal c354a08348
Merge remote-tracking branch 'origin/staging' into move-search-to-turbo-puffer 2025-09-09 10:04:50 -06:00
dal e76a20ea65
Merge remote-tracking branch 'origin/staging' into dallin-bus-1694-applying-an-analystmd-to-analyst-agent 2025-09-09 09:40:51 -06:00
dal 6111f2c90f
type and test logic cleanups 2025-09-09 09:40:19 -06:00
dal 791168a0a5
Merge pull request #813 from buster-so/hot-fix-cli-tool-release-wrong
CLI Hotfixes and some type changes and exports
2025-09-09 09:39:33 -06:00
dal 99108c6f54
Merge remote-tracking branch 'origin/staging' into dallin-bus-1694-applying-an-analystmd-to-analyst-agent 2025-09-09 09:28:03 -06:00
dal 42bf5859c8
fix on files 2025-09-09 09:27:03 -06:00
dal 1344bfceba
Add Slack notification handling logic in message post-processing task
- Implemented tests for Slack notification skip logic based on issue and assumption conditions.
- Updated the main task to skip notifications when no issues are found and no major assumptions exist.
- Enhanced workflow to handle undefined `isSlackFollowUp` correctly, ensuring proper message formatting and notification sending.
2025-09-09 09:22:14 -06:00
dal 734c5bbf31
Merge remote-tracking branch 'origin/staging' into move-search-to-turbo-puffer 2025-09-09 00:34:16 -06:00
dal 27854e121f
Merge remote-tracking branch 'origin/staging' into dallin-bus-1694-applying-an-analystmd-to-analyst-agent 2025-09-09 00:32:59 -06:00
dal ef41516325
Implement unified deployment for models and docs
- Added new deployment functionality to handle both models and documentation in a single request.
- Introduced new schemas for unified deployment requests and responses using Zod.
- Updated deployment handlers to process and validate models and docs together.
- Enhanced logging to provide detailed information about deleted models and docs during deployment.
- Refactored existing code to integrate the new deployment structure, ensuring backward compatibility with previous functionalities.
2025-09-09 00:32:48 -06:00
Nate Kelley 9f17e2a140
Add healthcheck page 2025-09-08 16:11:13 -06:00
dal d17c21b2b7
Add docs API endpoints and database schema
- Introduced new API routes for managing documents, including listing, creating, updating, and deleting documents.
- Implemented database queries for document operations.
- Added validation schemas for request and response types using Zod.
- Updated the database schema to include a 'docs' table with necessary constraints.
- Integrated the new docs functionality into the server and shared packages.
2025-09-08 15:48:17 -06:00
Nate Kelley 403e15cb81
Update build and logout 2025-09-08 15:28:35 -06:00
dal cae94ae56a
database now has docs table 2025-09-08 14:44:25 -06:00
dal 69379e9057
all changes 2025-09-08 08:07:51 -06:00
dal 3dd4827591
Merge remote-tracking branch 'origin/staging' into move-search-to-turbo-puffer 2025-09-06 14:36:59 -06:00
Nate Kelley 55d873ee2d
Added better formatting for cli package and updated versions to match workspace 2025-09-05 11:39:43 -06:00
dal 0aea7b724a
Merge remote-tracking branch 'origin/staging' into move-search-to-turbo-puffer 2025-09-05 10:04:32 -06:00
Nate Kelley 820fbe91da
update package versions 2025-09-05 09:55:29 -06:00
dal db8a919e08
final changes on search 2025-09-05 09:45:17 -06:00