
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
@flatfile/ai-agents
Advanced tools
A collection of AI Agents for building in Flatfile
This repo contains a collection of AI Agents for building in Flatfile.
npm install @flatfile/ai-agents
Update the .env
file with keys for your OpenAI and Anthropic models and select the model you want to use.
import { blueprintAgent } from '@flatfile/ai-agents'
const csv = `first_name, last_name, email, phone, address, city, state, zip_code
John,Doe,john.doe@example.com,123-456-7890,123 Main St,Anytown,CA,12345`
const blueprint = await blueprintAgent('gpt-4o', csv)
console.log(blueprint)
To publish the package, follow these steps:
Install dependencies: Install all required dependencies:
npm install
Build the package: Ensure that the package is built by running the following command:
npm run build
Run CI checks: Before publishing, make sure all CI checks pass. This includes building, checking format, checking exports, linting, and testing:
npm run ci
Create a changeset: If you haven't already, create a changeset to document the changes in this release:
npm run changeset
Version the package: Update the version based on the changeset:
npm run local-release
Publish the package: The prepublishOnly
script ensures that all CI checks are run before publishing. To publish the package, use:
npm publish
Make sure you have the necessary permissions to publish the package to the registry.
FAQs
A collection of AI Agents for building in Flatfile
The npm package @flatfile/ai-agents receives a total of 11 weekly downloads. As such, @flatfile/ai-agents popularity was classified as not popular.
We found that @flatfile/ai-agents demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.