Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@flatfile/ai-agents

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flatfile/ai-agents - npm Package Compare versions

Comparing version 0.1.0-alpha.16 to 0.1.0-alpha.17

6

dist/index.js

@@ -158,5 +158,5 @@ // src/graphs/blueprint.graph.ts

config: z.object({
key: z.string(),
ref: z.string(),
relationship: z.enum(["has-one", "has-many"])
key: z.string().describe("The field key to reference"),
ref: z.string().describe("The sheet slug to reference"),
relationship: z.enum(["has-one", "has-many"]).describe("The relationship type")
})

@@ -163,0 +163,0 @@ });

{
"name": "@flatfile/ai-agents",
"version": "0.1.0-alpha.16",
"version": "0.1.0-alpha.17",
"description": "A collection of AI Agents and Workflows for building in Flatfile",

@@ -5,0 +5,0 @@ "packageManager": "npm@10.8.3",

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