index.ts 605 B

123456789101112131415161718
  1. // Stub for @anthropic-ai/sandbox-runtime
  2. export type FsReadRestrictionConfig = any;
  3. export type FsWriteRestrictionConfig = any;
  4. export type IgnoreViolationsConfig = any;
  5. export type NetworkHostPattern = any;
  6. export type NetworkRestrictionConfig = any;
  7. export type SandboxAskCallback = any;
  8. export type SandboxDependencyCheck = any;
  9. export type SandboxRuntimeConfig = any;
  10. export type SandboxViolationEvent = any;
  11. export class SandboxManager {
  12. constructor(..._args: any[]) {}
  13. }
  14. export const SandboxRuntimeConfigSchema: any = {};
  15. export class SandboxViolationStore {
  16. constructor(..._args: any[]) {}
  17. }