asteroid-odyssey 1.6.476 → 1.6.488

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1408,7 +1408,7 @@ type AgentsGraphModelsAgentGraph = {
1408
1408
  /**
1409
1409
  * LLM provider for the new agent loop
1410
1410
  */
1411
- type AgentsGraphModelsLlmProvider = 'bedrock' | 'anthropic';
1411
+ type AgentsGraphModelsLlmProvider = 'bedrock' | 'anthropic' | 'bifrost';
1412
1412
  type AgentsGraphModelsNodesNode = {
1413
1413
  id: CommonUuid;
1414
1414
  name: string;
package/dist/index.d.ts CHANGED
@@ -1408,7 +1408,7 @@ type AgentsGraphModelsAgentGraph = {
1408
1408
  /**
1409
1409
  * LLM provider for the new agent loop
1410
1410
  */
1411
- type AgentsGraphModelsLlmProvider = 'bedrock' | 'anthropic';
1411
+ type AgentsGraphModelsLlmProvider = 'bedrock' | 'anthropic' | 'bifrost';
1412
1412
  type AgentsGraphModelsNodesNode = {
1413
1413
  id: CommonUuid;
1414
1414
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.476",
3
+ "version": "1.6.488",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",