@stoa-agents/shared
v0.1.1
Published
Shared types, ABIs, addresses, and Zod schemas for the Stoa protocol — a substrate for trading-agent reasoning on Arc.
Maintainers
Readme
@stoa-agents/shared
Shared types, constants, schemas, and ABIs used across the Stoa monorepo.
Exports
addresses— deployed contract addresses per networkschemas— Zod schemas (trace JSON, agent config, fee schedules)abis— TypeScript-typed ABIs auto-exported from Foundry buildsconstants— protocol constants (default fee schedules, confidence thresholds, etc.)
Build
pnpm --filter @stoa-agents/shared buildapps/web and packages/sdk both depend on this package. Build it first.
When to add to shared
Add to @stoa-agents/shared only when a value or type is needed in two or more workspace packages. Single-consumer values stay local to their package.