Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.78 KB

File metadata and controls

27 lines (22 loc) · 1.78 KB

Agent onboarding index

Purpose

pie is a structured extraction library and CLI built on @mariozechner/pi-ai.

Start here

When running examples or scripts

  • Run from repo root: npm run build.
  • List models: pie --list-models --models-provider <provider> (use --models-filter to narrow).
  • Authenticate providers: pie --login <provider> (writes ~/.pi/agent/auth.json).
  • Examples use the shared OAuth helper in examples/_shared/oauth.ts and will prompt if credentials are missing.
  • Run scripts via npx tsx examples/<name>/run.ts (for example npx tsx examples/hn-insights/run.ts).

When implementing or reviewing changes

Examples for complex concepts