jacob-buster
c53e6ee19a
Update packages/ai/evals/agents/analyst-agent/metrics/example_scorers.ts
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-07-18 15:12:40 -06:00
jacob-buster
7a60317591
style fixes for eval files
2025-07-18 15:08:15 -06:00
jacob-buster
40a4276125
Added setup script + few new changes to address {{variable}} issues
2025-07-18 14:11:23 -06:00
dal
e68c13719d
Merge pull request #549 from buster-so/example-evals-and-scorers
...
example evals and scorers so they can be shared
2025-07-18 11:38:05 -06:00
jacob-buster
eeb427a7ef
example evals and scorers so they can be shared
2025-07-18 11:24:24 -06:00
Nate Kelley
5f61995296
Fix linting errors
2025-07-18 10:48:49 -06:00
Devin AI
9ccdf2c0a9
fix: address remaining TypeScript errors in AI package test files
...
- Add type assertions and null checks across multiple test files
- Fix import statements and mock configurations
- Update test expectations to match actual implementation behavior
- Ensure all AI package unit tests pass
Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
2025-07-18 14:17:14 +00:00
Devin AI
5654245702
fix: resolve TypeScript errors and test failures in AI package
...
- Fix type predicate in retry-helpers.test.ts to use correct step names
- Add missing vi import and execution context parameters in think-and-prep-todos.int.test.ts
- Export CoreMessage type from retry/types.ts
- Add type assertions and null checks in workflow test files
- Update test expectations to match actual implementation behavior
Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
2025-07-18 14:17:14 +00:00
dal
a7e43c665e
fix unit tests
2025-07-18 00:04:28 -06:00
dal
51da02efbb
update package.json pass if no unit tests
2025-07-17 23:03:54 -06:00
dal
b6cf6539ea
Merge branch 'origin/staging' into dallin/bus-1380-fix-unit-tests - Resolved conflicts in CLAUDE.md
2025-07-17 16:52:03 -06:00
Devin AI
b80f15e3ef
Fix formatting and remove stray characters
...
Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
2025-07-17 17:51:37 +00:00
Devin AI
867e364b9a
Implement version-based deduplication in file selection
...
- Add deduplicateFilesByVersion helper function with informative logging
- Modify selectFilesForResponse to handle version-based deduplication
- Balance priority logic (dashboards over standalone created metrics) with deduplication
- Default missing version numbers to 1
- Add comprehensive tests for deduplication scenarios
- Preserve existing priority logic when no deduplication is needed
Fixes BUS-1434
Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
2025-07-17 17:40:40 +00:00
Jacob Anderson
d8ef44fa28
changes to the assumption prompts to make it catch more things, changes to the main agent so it does not use variables
2025-07-17 11:29:25 -06:00
Devin AI
96d0d219ee
Fix remaining unit test issues in AI and data-source packages
...
- Fixed AI package unit tests that were previously failing
- Updated database package.json with environment variables for tests
- Fixed snowflake adapter test issues in data-source package
Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
2025-07-17 16:14:57 +00:00
Nate Kelley
1a8d6e1240
Merge pull request #520 from buster-so/big-nate/bus-1420-add-searchable-menu-to-share-dropdowns
...
Big nate/bus 1420 add searchable menu to share dropdowns
2025-07-16 10:37:20 -06:00
Jacob Anderson
a4551e661b
assumption prompt changes for first person voice and join logic
2025-07-16 09:09:37 -06:00
Nate Kelley
fdf70abfb8
update database dev
2025-07-15 22:26:13 -06:00
Nate Kelley
727e66a630
Fix files on lint
2025-07-14 14:30:07 -06:00
dal
3b48e51969
format
2025-07-14 14:28:06 -06:00
dal
bd34e72b93
bugfix on data metdata
2025-07-14 14:23:37 -06:00
Cursor Agent
2cf56e895c
Change file type from 'agent-action' to 'todo' in chunk processor
...
Co-authored-by: dallin <dallin@buster.so>
2025-07-14 18:49:58 +00:00
dal
fd901b40af
Update packages/ai/tests/utils/retry/cleanup-incomplete-tool-calls.test.ts
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-07-14 11:42:55 -07:00
dal
b7fc3eaa09
unit tests are passing
2025-07-14 12:40:53 -06:00
Cursor Agent
7988ccbb58
Add 529 error handling with tool call cleanup and backoff strategy
...
Co-authored-by: dallin <dallin@buster.so>
2025-07-14 17:09:54 +00:00
dal
5a971dd8a1
fix on access-control tests
2025-07-14 11:01:53 -06:00
dal
2be9784516
Add unit and integration test scripts to package.json files across multiple packages
2025-07-14 09:11:20 -06:00
Nate Kelley
906986b51e
Update inlcude
2025-07-12 23:46:09 -06:00
Nate Kelley
963bf6b2f2
fix all of the bugs
2025-07-12 22:14:08 -06:00
Nate Kelley
5448af614a
lint fixes 👀
2025-07-12 16:32:47 -06:00
dal
550aba77e6
execute sql fixes
2025-07-11 15:28:01 -06:00
dal
7fe7ecb00b
Refactor SQL execution logic to limit results at the adapter level instead of modifying SQL queries. Removed the wrapQueryWithLimit function and updated related code to enhance performance and preserve caching in Snowflake. Updated documentation to reflect changes in query handling.
2025-07-11 14:54:34 -06:00
dal
6d75c30834
Merge remote-tracking branch 'origin/staging' into dallin/bus-1345-figure-out-why-snowflake-is-so-delayed-here
2025-07-10 15:21:49 -06:00
dal
319f6baa4f
snowflake serverless optimization
2025-07-10 15:21:25 -06:00
Nate Kelley
e7ee256072
move shared to be zod v4
2025-07-10 12:16:34 -06:00
dal
29e6a6ae7f
Workspace Settings Done with auto-add
2025-07-10 07:01:23 -06:00
dal
e1f7f63270
add conversation history to the
2025-07-09 15:46:15 -06:00
dal
e4387c7523
new prompts
2025-07-09 14:40:58 -06:00
dal
b062694a2c
fixed types on slack handlers
2025-07-09 14:34:02 -06:00
Nate Kelley
b179a7dd9d
Merge pull request #458 from buster-so/dallin/bus-1212-wire-up-slack-alerts-for-flagchat-and-major-assumptions
...
Dallin/bus 1212 wire up slack alerts for flagchat and major assumptions
2025-07-09 14:10:44 -06:00
Nate Kelley
c223309df2
Add slack integration endpoints
2025-07-09 14:08:29 -06:00
dal
30125e342e
Merge pull request #457 from buster-so/cursor/validate-chart-axis-configurations-6704
...
Validate chart axis configurations
2025-07-09 11:59:47 -07:00
dal
98190539b8
biome and test fix
2025-07-09 12:59:27 -06:00
dal
0f30e344ce
Update packages/ai/src/tools/visualization-tools/bar-line-axis-validator.ts
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-07-09 11:55:23 -07:00
dal
e2fe53261e
Enhance message post-processing to include Slack message existence check. Updated workflow to differentiate between follow-up messages based on Slack context. Added tests to validate new functionality and ensure proper handling of Slack-related follow-ups.
2025-07-09 12:08:23 -06:00
Cursor Agent
8ef482310d
Add axis validation for bar and line charts with auto-correction
...
Co-authored-by: dallin <dallin@buster.so>
2025-07-09 17:58:16 +00:00
dal
4bdddd179b
small change
2025-07-09 10:41:14 -06:00
dal
cba5e99223
Refactor follow-up and initial message formatting to handle major assumptions more effectively. Added checks for major assumptions and updated message structure for clarity in output.
2025-07-09 09:13:58 -06:00
dal
897ac4ce83
added in the slack message tracking
2025-07-09 07:44:10 -06:00
dal
59c19354b9
Update flag-chat and format-initial-message steps to clarify the AI agent's name as "Buster" and enhance summary message guidelines for better communication with the data team.
2025-07-08 17:50:08 -06:00