Sign In

@ar-agents/anses

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ar-agents/anses

ANSES (Administración Nacional de la Seguridad Social) agent toolkit for the Vercel AI SDK 6. Read CUIL status, family-allowance entitlements, and the public reference tables (asignaciones familiares, jubilaciones mínimas). Ships Unconfigured (throws) + I

latest
Source
npmnpm
Version
0.2.3
Version published
Weekly downloads
24
118.18%
Maintainers
1
Weekly downloads
 
Created
Source

@ar-agents/anses

ANSES (Argentine social-security) lookups for AI agents.

pnpm add @ar-agents/anses
import { ansesTools, InMemoryAnsesAdapter } from "@ar-agents/anses";

const tools = ansesTools(/* adapter: yourHttpAdapter */);

Tools

  • anses_get_cuil_status — activo / jubilado / pensionado / etc.
  • anses_get_family_allowances — AUH, AUE, SUAF, etc.
  • anses_get_minimo_jubilatorio — haber mínimo for a given month

See AGENTS.md for the status enum + family-allowance kinds. MIT.

Keywords

anses

FAQs

Package last updated on 03 Jul 2026

Did you know?

Socket

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.

Install

Related posts