For the complete documentation index, see llms.txt. This page is also available as Markdown.

Edison Client

Overview

Reference for the objects returned by the most common EdisonClient methods.

Every method has a synchronous version and an a-prefixed asynchronous twin (e.g. get_task / aget_task) with identical signatures and return types. Returned objects are Pydantic models unless noted as free-form (raw, unvalidated dicts).

Each page shows the method's arguments and the fields it returns, as JSON.

Sections

  • Tasks — submit, fetch, list, cancel, and delete tasks.

  • Data Storage — upload, fetch, search, and delete stored entries.

Last updated