docs(ai): Improve README with model discovery and capabilities documentation

- Added note that library only includes tool-calling capable models
- Added Model Discovery section showing how to enumerate models
- Added examples for finding models with specific capabilities
- Added cache read/write costs to model capabilities display
- Clarified that models are auto-fetched from APIs at build time
This commit is contained in:
Mario Zechner 2025-08-30 21:46:54 +02:00
parent d46a98ec10
commit dae40167a3
10 changed files with 167 additions and 108 deletions

View file

@ -1,12 +1,12 @@
{
"name": "@mariozechner/pi-agent",
"version": "0.5.9",
"version": "0.5.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@mariozechner/pi-agent",
"version": "0.5.9",
"version": "0.5.10",
"license": "MIT",
"dependencies": {
"@mariozechner/tui": "^0.1.1",

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-agent",
"version": "0.5.9",
"version": "0.5.10",
"description": "General-purpose agent with tool calling and session persistence",
"type": "module",
"bin": {
@ -18,7 +18,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@mariozechner/pi-tui": "^0.5.9",
"@mariozechner/pi-tui": "^0.5.10",
"@types/glob": "^8.1.0",
"chalk": "^5.5.0",
"glob": "^11.0.3",