Beta Environment Notice
TDM is currently in Beta. Exercise caution when handling assets. Use at your own risk.
Fast Export
Switch the current page to Markdown for fast agent reading, or download it as a .md file.
TDM is currently in Beta. Exercise caution when handling assets. Use at your own risk.
Fast Export
Switch the current page to Markdown for fast agent reading, or download it as a .md file.
# Core Concepts Summary: This guide covers the fundamental components of TDM DaOS: Intents for communication, Plugins for extensibility, Workspaces for organization, and Policies for security. Status: Documentation Topics: - Intent-driven architecture - Extensible plugins - Workspace management - Security policies Packages: - tdm-sdk
Everything in TDM DaOS is built around four core pillars: Intents, Plugins, Workspaces, and Policies. Understanding these is key to building secure and scalable agent ecosystems.
Intents are the standard way agents communicate with the DaOS. Instead of calling a specific API, an agent expresses an Intent (e.g., tdm.intent.pay or tdm.intent.search), and the Contour Runtime decides which plugin should handle it.
Plugins are modular WASM modules or processes that extend the DaOS capabilities. Each plugin declares which Intents it supports and what Permissions it needs.
Secure, cross-platform modules running in a sandboxed WASI environment.
Local scripts or binaries (Python, Go, Node) that communicate via JSON-RPC.
A Workspace is a collection of agents, plugins, and settings. A Contour is the active runtime environment for a specific workspace.
Trust Policies are the "firewall" of the DaOS. They define what an agent is allowed to do without user intervention.
The Sovereign Gateway decouples execution from payments. While agents run in the Contour Runtime, financial settlement happens through a modular gateway layer.
DaOS is Gateway-Neutral. You can use the Native TDM Gateway for instant global payments or connect your own custom gateway (e.g., a corporate bank account or a specific blockchain wallet) for full financial sovereignty.