This is preview documentation. The official release is not yet available.
Prepare registration details
Obtain the registration scope, a reachable Service HTTP address and initial credentials from an administrator. Give each replica a stable instance key and provide an application HTTP contract URL reachable from the control plane.Register a Java application
- Add
agentscope-extensions-aistiomatching the application’s SDK version. - Call
Aistio.instrument(agent, config)after creating the Agent and retain the returnedSessionBridge. - For standard Service deployments, set
controlPlaneHttp, credentials, scope andpublicBaseUrl. EnablestartHttpRegister(true)and the HTTP contract, and setstartGrpc(false). - Start the application and inspect the registered Agent, instance and contract URL in DESIGN → Agents.
- Run a conversation in the application and verify the Session information exposed by the adapter. Close the bridge when the application shuts down.
Receive platform tasks
To receive Issues or join Teams, configure a real task entry such asAgentTaskStarter and verify successful, failed and cancelled execution. Catalog registration and Session visibility alone do not provide task execution.
Python automatic registration is tied to ASDP initialization. Prepare an ASDP-capable deployment before calling aistio.instrument(). The framework and adapter guide describes implemented capabilities.
Once connected, use Endpoints or console Issues according to available capabilities. See the External Agent reference for configuration and lifecycle details.