buster/apps/trigger
dal da4f3605cc
Refactor prompt loading and streamline agent steps
- Replaced file system reads with direct imports of prompt text files in various agent and step files to improve performance and reduce complexity.
- Updated the `runDocsAgentStep` and `runDocsAgentWorkflow` functions to return `void` instead of structured outputs, simplifying their interfaces.
- Enhanced test cases to validate prompt loading without relying on file system checks, ensuring faster and more reliable tests.
- Cleaned up unused imports and optimized code structure across multiple files.

These changes aim to enhance code clarity, maintainability, and performance in the agent workflow and related components.
2025-08-12 14:57:23 -06:00
..
scripts Use tsx and .ts files for validation 2025-07-21 16:07:14 -06:00
src Merge remote-tracking branch 'origin/staging' into dal/upgrade-to-ai-sdk-v5 2025-08-12 12:53:48 -06:00
tests fix trigger int tests 2025-08-11 13:32:13 -06:00
.env.example env vars and oauth scopes 2025-07-07 11:03:40 -06:00
.gitignore Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
CLAUDE.md Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
biome.json Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
env.d.ts slack and env for buster prod alerts 2025-07-14 08:19:57 -06:00
package.json Merge remote-tracking branch 'origin/staging' into dal/upgrade-to-ai-sdk-v5 2025-08-12 12:53:48 -06:00
trigger.config.ts Refactor prompt loading and streamline agent steps 2025-08-12 14:57:23 -06:00
tsconfig.json fix all of the bugs 2025-07-12 22:14:08 -06:00
turbo.json turbo fast web build 2025-08-11 11:33:18 -06:00
vitest.config.ts Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00