Auto-generated AI agent personas for chat-native discovery. Category: tooling.
pip install aimarket-personas
aimarket serve
curl http://localhost:9080/ai-market/v2/plugins | jq '.plugins[] | select(.name=="aimarket-personas")'Plugins register via setuptools entry point aimarket.plugins. After install, restart the hub — routes mount under /ai-market/v2/p/{plugin_name}/.
Invoke hooks: none
| Method | Path | Description |
|---|---|---|
GET |
/ai-market/v2/p/aimarket-personas/personas |
List generated personas |
POST |
/ai-market/v2/p/aimarket-personas/personas/generate |
Generate persona for niche |
See plugin README for environment variables. Common hub vars:
| Variable | Description |
|---|---|
AIMARKET_HUB_URL |
Public hub URL in receipts/manifest |
DATABASE_URL |
Optional PostgreSQL (SQLite default) |
curl http://localhost:9080/.well-known/ai-market.json | jq '.plugin_extensions.personas'