cyberneticlibrary

Manage agent identity and settings

elisym-configskillsetup L11
elisymlabs/elisym
What it does

Edit elisym agent profile configuration

Best for

Iteratively tweaking agent public profile (name, picture, LLM provider/model, payment address) after initial creation without re-running the init wizard.

Inputs
  • · [object Object]
  • · [object Object]
Outputs
  • · [object Object]
Requires
  • · Read tool (existing elisym.yaml)
  • · Edit tool (patch YAML fields)
  • · Bash(npx -y @elisym/cli list) for agent discovery
Preconditions
  • · Agent directory already created via `npx @elisym/cli init` or `npx @elisym/mcp init`
  • · Agent folder matches [a-zA-Z0-9_-]+ pattern
  • · User has access to read/write the YAML file
Failure modes
  • · Unknown fields rejected by strict schema
  • · Invalid Base58 Solana address format
  • · Cannot rotate secret keys (out of scope)
  • · Renaming agent requires manual directory move
Trust signals
  • · Links to ElisymYamlSchema source of truth in sdk/src/agent-store/schema.ts
  • · Field validation rules explicit (<=64 chars for display_name, <=500 for description)
  • · Clearly delineates in/out-of-scope (edit name vs. rename folder)
  • · PaymentEntry structure documented (Solana only, devnet live)