Skip to content

v0.1.7

Choose a tag to compare

@xpluscal xpluscal released this 04 Feb 01:59
· 11 commits to main since this release

[0.1.7] - 2025-02-04

Added

  • Human-readable slugs for agent identification
    • Slugs must match pattern ^[a-z][a-z0-9_-]*[a-z0-9]$ (e.g., "my-agent-1")
    • New get_agent_by_slug function to retrieve agents by slug
    • Optional slug parameter in register_agent function
    • CLI commands now support agent lookup by slug

Changed

  • Agent registration now returns existing agent if slug is already in use
  • CLI commands display agent slugs in output messages for easier reference
  • Improved error messages for invalid slug formats

Fixed

  • Better error handling when using invalid slugs in API calls