New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@scoopika/scoopika

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scoopika/scoopika - npm Package Compare versions

Comparing version

to
1.1.7

13

index.d.ts

@@ -501,3 +501,2 @@ import OpenAI from 'openai';

type StoreStringArg = "memory" & string;
declare class Scoopika {

@@ -514,3 +513,3 @@ private url;

token: string;
store?: StoreStringArg | InMemoryStore | RemoteStore;
store?: string | InMemoryStore | RemoteStore;
engines?: RawEngines;

@@ -670,11 +669,11 @@ });

onRequest?: (req: ServerRequest) => any;
caching: boolean;
private caching;
private latest_setup;
private agents;
private boxes;
caching_limit: number;
constructor({ scoopika, setupAgents, setupBoxes, onRequest, caching, caching_limit, }: {
private caching_limit;
constructor({ scoopika, agents, boxes, onRequest, caching, caching_limit, }: {
scoopika: Scoopika;
setupAgents?: (s: Scoopika) => Promise<Agent[]>;
setupBoxes?: (s: Scoopika) => Promise<Box[]>;
agents?: ((s: Scoopika) => Promise<Agent[]>) | string[];
boxes?: ((s: Scoopika) => Promise<Box[]>) | string[];
onRequest?: (req: ServerRequest) => any;

@@ -681,0 +680,0 @@ caching?: boolean;

{
"name": "@scoopika/scoopika",
"version": "1.1.6",
"version": "1.1.7",
"description": "Run AI agents and multi-agent boxes with persistent history and external tools in your application in seconds with real-time streaming hooks, data validation, and auto healing out-of-the-box",

@@ -5,0 +5,0 @@ "main": "./index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet