buster/packages/sandbox
dal 4e82c14f52
feat: migrate AI package from process.env to @buster/secrets
- Update all LLM model files to use getSecretSync with AI_KEYS constants
- Migrate OpenAI GPT models (gpt-5, gpt-5-mini, gpt-5-nano) to use secrets system
- Migrate Anthropic models (sonnet-4, haiku-3-5) to use secrets for both Anthropic API and Vertex AI credentials
- Update provider files (openai.ts, anthropic.ts, vertex.ts) to use getSecretSync
- Migrate evaluation workflow to use BRAINTRUST_KEY from secrets
- Implement proper error handling for missing credentials with try-catch blocks
- Test files will be migrated in a separate update

All non-test source files now use centralized secrets management instead of direct process.env access.
2025-08-24 23:42:12 -06:00
..
src feat: migrate AI package from process.env to @buster/secrets 2025-08-24 23:42:12 -06:00
.env.example env vars 2025-07-18 14:32:12 -06:00
.gitignore no dist 2025-07-20 22:45:50 -06:00
CLAUDE.md refactor: remove unused test setup files and helper functions to streamline testing process 2025-07-28 08:48:48 -06:00
GITHUB_TOKEN.md update to ci, fix greptile recs 2025-08-19 15:07:34 -06:00
biome.json initial commit of daytona package 2025-07-18 14:26:46 -06:00
env.d.ts env vars 2025-07-18 14:32:12 -06:00
package.json set up infiscal and remove test and env packages 2025-08-24 22:30:45 -06:00
tsconfig.json initial commit of daytona package 2025-07-18 14:26:46 -06:00
vitest.config.ts initial commit of daytona package 2025-07-18 14:26:46 -06:00