Available tools
Only list and get operations are declared concurrency-safe. Write operations
are deliberately not marked concurrency-safe and remain subject to BeeOS
device leases and capability checks.
Build the adapter
The adapter has not yet been published as a supported package. Build the current source before testing:dist/packages/deepseek-harness. Its Cordis patch registers
@beeos-ai/deepseek-harness-plugin as beeos.
Configure BeeOS
Set credentials in the Harness secret configuration or inject them through the process environment:apiKey Harness configuration field is marked secret for host-side
redaction. Use the staging OpenAPI URL when validating against staging.
Validate safely
- Load the generated adapter with your Harness package workflow.
- Confirm all seven tools register without schema errors.
- Call
beeos_list_instancesfirst. - Run a reversible Agent task before allowing computer or mobile actions.
- Confirm task cancellation and terminal-state handling before automation.