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

@brainstack/agent

Package Overview
Dependencies
Maintainers
3
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brainstack/agent - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

0

.eslintrc.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ module.exports = {

5

package.json
{
"name": "@brainstack/agent",
"version": "1.0.2",
"version": "1.0.3",
"description": "Brainstack Model Agent Lib",

@@ -27,2 +27,3 @@ "main": "dist/index.js",

"jest": "^29.5.0",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.0",

@@ -32,5 +33,5 @@ "ts-node": "^10.9.1",

},
"peerDependencies": {
"dependencies": {
"openai": "^4.0.1"
}
}

@@ -0,0 +0,0 @@ # @brainstack/agent

@@ -0,0 +0,0 @@ import { describe, expect, test } from '@jest/globals';

export interface IModel {
_ask(input: string, system?: string): Promise<string | null>;
}

@@ -0,0 +0,0 @@ import { IModel } from './abstraction';

export * from './abstraction'
export * from './implementation'
export * from './integrations'

@@ -0,0 +0,0 @@ import axios from 'axios';

export * from './openai'
export * from './azure'

@@ -0,0 +0,0 @@ import { OpenAI } from 'openai';

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc