@ar-agents/anses
v0.2.1
Published
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) through the Mi ANSES API + open-
Downloads
253
Maintainers
Readme
@ar-agents/anses
ANSES (Argentine social-security) lookups for AI agents.
pnpm add @ar-agents/ansesimport { 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.
