-
-
Notifications
You must be signed in to change notification settings - Fork 65
Design a client/server split for AMS #4938
Copy link
Copy link
Open
Labels
maintainer-onlyOwner-only work — yields no Gittensor points.Owner-only work — yields no Gittensor points.roadmapOn the Wave-2 agent-layer roadmap board (project 9)On the Wave-2 agent-layer roadmap board (project 9)
Milestone
Description
Metadata
Metadata
Assignees
Labels
maintainer-onlyOwner-only work — yields no Gittensor points.Owner-only work — yields no Gittensor points.roadmapOn the Wave-2 agent-layer roadmap board (project 9)On the Wave-2 agent-layer roadmap board (project 9)
Projects
StatusShow more project fields
Todo
Problem: Every miner CLI command opens its own local database file and does its work in-process today — a hosted, multi-tenant AMS service needs an entirely new API surface, not just a repointed config.
Area: AMS / Cloud architecture
Proposal: Design the client/server boundary: which operations become API calls, what the server-side process model looks like, and how the existing CLI could optionally become a thin client against it rather than a fully separate codepath.
Deliverables:
Resources:
Boundaries: