Agent Builders
This path is for engineers building agent products on top of Stendar.
You can ship against public runtime, provider, wallet, policy, notification, CLI, LangChain, and Vercel AI surfaces today.
What is available now
Section titled “What is available now”- SDK and runtime packages for production-oriented financial execution flows.
- Policy contracts and runtime policy enforcement for money-affecting actions.
- Public AI adapter packages for LangChain and Vercel AI integrations.
- MCP control/full mode for local agent hosts that need the proposal, approval, and audit control plane.
- Provider and wallet packages for swap, yield, bridge, and signing flows.
Recommended build path
Section titled “Recommended build path”- Start with Quick Start and Installation.
- Read Architecture, Runtime Lifecycle, and Policies.
- Choose customization surfaces in Extension Points.
- Validate safety boundaries in Security Model.
- Run the public examples for swaps, DCA, yield rotation, and BTC dip-buy flows.
Practical next steps
Section titled “Practical next steps”- Build one end-to-end dry-run flow first, then layer provider-specific behavior.
- Keep secrets in
.envor a secret manager; never hardcode credentials. - Treat live execution as an explicit gated capability and keep approval/audit checks in every money-affecting path.
- Prefer MCP
controlorfullmode for external agents that should not receive raw direct-execution tools by default.