What problem does it solve?
Streamline the process of outsourcing compute, inference, and external API execution by automatically discovering candidate endpoints and consuming them with structured parameters, reducing custom integration work.
Core Features & Use Cases
- Endpoint discovery: use
discover to fetch compatible endpoints for a given task.
- Endpoint consumption: use
consume with a selected endpointId and JSON params, including authentication and balance handling.
- Guided workflow: follows the Discover -> Consume contract with optional recovery via
account and feedback for quality tracking.
- Use Case: Automate third-party data retrieval, model inference, or compute tasks by routing requests through Lidian instead of hard-coding integrations.
Quick Start
Identify a task, run discover to fetch candidate endpoints, then run consume with the selected endpointId and a JSON params payload.