What problem does it solve?
This Skill provides a comprehensive blueprint for implementing Backend.AI client SDK and CLI, enabling developers to build, automate, and orchestrate interactions with Backend.AI services.
Core Features & Use Cases
- SDK development: Python library for Backend.AI REST APIs with asynchronous-first design and a synchronous CLI wrapper.
- CLI tooling: Command-line interface that drives automation, testing, and deployment workflows.
- Architecture & patterns: Session management, API function patterns, Pydantic DTOs, and output handling described end-to-end.
- Use Case: A developer creates a new integration that uses the SDK to manage sessions and REST calls, then uses the CLI for automation in CI pipelines.
Quick Start
Install the Backend.AI SDK and CLI scaffolding per the guide, initialize a session, and run a sample API operation from both the CLI and a Python script.