ai-agent-sdk 0.5.0

Idiomatic agent sdk inspired by the claude code source leak
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "hello-plugin",
  "version": "1.0.0",
  "description": "A simple hello world plugin",
  "author": {
    "name": "Example Author",
    "email": "author@example.com"
  },
  "commands": "commands",
  "skills": "skills",
  "hooks": {},
  "output_styles": []
}