!
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.
# Intent Routing Summary: Intents are the universal language of DaOS. When an agent or user issues a command like 'tdm.intent.search', the Contour Runtime identifies the best plugin to handle it, verifies permissions, and executes the logic within a secure sandbox. Status: Feature overview Topics: - Intent-based architecture - Capability discovery - Request/Response cycle - Authorization hooks Packages: - tdm-sdk Commands: - tdm mcp serve
Intents decouple "What you want to do" from "How it's done". The Contour Runtime acts as a high-speed router for these requests.
Plugins can call other plugins' intents by using the call_intent host function provided by the WASI environment.