eidolon-ai / eidolon

An Open Source Agent Service Framework

Home Page:https://www.eidolonai.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement 'named' servers

dbrewster opened this issue · comments

Every machine resource MUST have a name.
Every resource MUST have a pointer to a machine they are running on.
When applying resources the name is optional and follows the following rules:

  1. If name given, apply to machine
  2. If no name given, apply to machine with given namespace.
  3. If no name or namespace, use default namespace for user.
  4. If none of the above found, error.