service-guide - Backend.AI Service Layer Implementation Guide
Implement Backend.AI service layer with actions, processors, and standard CRUD operations
Tags
Updated: 2026-03-26Capabilities
Typical Inputs
Typical Outputs
What this skill does
- create entity
- get entity
- search entities
- update entity
- delete entity
- purge entity
- batch update
- batch delete
- batch purge
- implement actions
- implement processors
- implement service methods
Inputs
- action definitions
- repository protocol
- database session
Outputs
- action results
- entity data
- operation results
Requirements
- Python environment
- repository-guide
- tdd-guide
