AI agent integrations for Papillae cross-border payments.
This package provides AI agent implementations capable of interacting with the Papillae core orchestrator and ledger services.
Ensure you have installed the required dependencies from the root monorepo or locally.
npm installnpm run build: Build the TypeScript code into thedistdirectory.npm run demo:personal: Run the personal agent demo using the core orchestrator.npm run demo:enterprise: Run the enterprise agent demo.npm run demo:dao: Run the DAO agent demo.
This package relies on other local packages in the Papillae ecosystem:
@papillae/core: Core orchestration engine for routing and compliance.@papillae/fixtures: Test fixtures, data, and keys.
The agents in src/ are built using TypeScript and designed to simulate various participants in the cross-border payment network. They use the Ledger service to create and exercise choices on DAML smartest contracts in the Canton testnet.