@hanzo/playground 0.1.41-rc.32 → 0.1.41-rc.321

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.ts CHANGED
@@ -946,4 +946,4 @@ declare class StatelessRateLimiter {
946
946
  executeWithRetry<T>(fn: () => Promise<T>): Promise<T>;
947
947
  }
948
948
 
949
- export { AIClient, type AIConfig, type AIEmbeddingOptions, type AIRequestOptions, type AIStream, type AuditTrailExport, type AuditTrailFilters, type Awaitable, Bot, type BotCapability, type BotConfig, BotContext, type BotDefinition, type BotHandler, type BotOptions, BotRouter, type BotRouterOptions, type BotState, type CompactCapability, type CompactDiscoveryResponse, type DIDIdentity, type DIDIdentityPackage, type DIDRegistrationRequest, type DIDRegistrationResponse, type DeploymentType, DidClient, DidInterface, DidManager, type DiscoveryFormat, type DiscoveryOptions, type DiscoveryPagination, type DiscoveryResponse, type DiscoveryResult, ExecutionContext, type ExecutionCredential, type ExecutionMetadata, type GenerateCredentialOptions, type GenerateCredentialParams, type HealthStatus, MCPClient, MCPClientRegistry, type MCPConfig, type MCPHealthSummary, type MCPServerConfig, type MCPTool, MCPToolRegistrar, type MCPToolRegistrarOptions, type MCPToolRegistration, type MemoryChangeEvent, MemoryClient, type MemoryConfig, MemoryEventClient, type MemoryEventHandler, MemoryInterface, type MemoryRequestMetadata, type MemoryRequestOptions, type MemoryScope, type MemoryWatchHandler, type NodeCapability, RateLimitError, type RateLimiterOptions, type ServerHandler, type ServerlessAdapter, type ServerlessEvent, type ServerlessResponse, type SkillCapability, SkillContext, type SkillDefinition, type SkillHandler, type SkillOptions, StatelessRateLimiter, type VectorSearchOptions, type VectorSearchResult, type WorkflowCredential, type WorkflowMetadata, type WorkflowProgressOptions, WorkflowReporter, type ZodSchema, getCurrentContext, getCurrentSkillContext };
949
+ export { AIClient, type AIConfig, type AIEmbeddingOptions, type AIRequestOptions, type AIStream, Bot as Agent, BotRouter as AgentRouter, type BotRouterOptions as AgentRouterOptions, type AuditTrailExport, type AuditTrailFilters, type Awaitable, Bot, type BotCapability, type BotConfig, BotContext, type BotDefinition, type BotHandler, type BotOptions, BotRouter, type BotRouterOptions, type BotState, type CompactCapability, type CompactDiscoveryResponse, type DIDIdentity, type DIDIdentityPackage, type DIDRegistrationRequest, type DIDRegistrationResponse, type DeploymentType, DidClient, DidInterface, DidManager, type DiscoveryFormat, type DiscoveryOptions, type DiscoveryPagination, type DiscoveryResponse, type DiscoveryResult, ExecutionContext, type ExecutionCredential, type ExecutionMetadata, type GenerateCredentialOptions, type GenerateCredentialParams, type HealthStatus, MCPClient, MCPClientRegistry, type MCPConfig, type MCPHealthSummary, type MCPServerConfig, type MCPTool, MCPToolRegistrar, type MCPToolRegistrarOptions, type MCPToolRegistration, type MemoryChangeEvent, MemoryClient, type MemoryConfig, MemoryEventClient, type MemoryEventHandler, MemoryInterface, type MemoryRequestMetadata, type MemoryRequestOptions, type MemoryScope, type MemoryWatchHandler, type NodeCapability, RateLimitError, type RateLimiterOptions, type ServerHandler, type ServerlessAdapter, type ServerlessEvent, type ServerlessResponse, type SkillCapability, SkillContext, type SkillDefinition, type SkillHandler, type SkillOptions, StatelessRateLimiter, type VectorSearchOptions, type VectorSearchResult, type WorkflowCredential, type WorkflowMetadata, type WorkflowProgressOptions, WorkflowReporter, type ZodSchema, getCurrentContext, getCurrentSkillContext };
package/dist/index.js CHANGED
@@ -2685,6 +2685,6 @@ function sanitize(value) {
2685
2685
  return value.replace(/[^0-9a-zA-Z]+/g, "_").replace(/_+/g, "_").replace(/^_+|_+$/g, "");
2686
2686
  }
2687
2687
 
2688
- export { AIClient, Bot, BotContext, BotRouter, DidClient, DidInterface, DidManager, ExecutionContext, MCPClient, MCPClientRegistry, MCPToolRegistrar, MemoryClient, MemoryEventClient, MemoryInterface, RateLimitError, SkillContext, StatelessRateLimiter, WorkflowReporter, getCurrentContext, getCurrentSkillContext };
2688
+ export { AIClient, Bot as Agent, BotRouter as AgentRouter, Bot, BotContext, BotRouter, DidClient, DidInterface, DidManager, ExecutionContext, MCPClient, MCPClientRegistry, MCPToolRegistrar, MemoryClient, MemoryEventClient, MemoryInterface, RateLimitError, SkillContext, StatelessRateLimiter, WorkflowReporter, getCurrentContext, getCurrentSkillContext };
2689
2689
  //# sourceMappingURL=index.js.map
2690
2690
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/playground",
3
- "version": "0.1.41-rc.32",
3
+ "version": "0.1.41-rc.321",
4
4
  "description": "Playground TypeScript SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",