Add HLLM API client tools for AI agents with 36 tools: - Topology execution (executeTopology) - Chat sessions (list, create, get, update, delete) - Session messages (add, clear) - Prompt library (CRUD + usage tracking) - User profile and stats - Environment variables - File management - Models listing - Execution logs and agent metrics - TPMJS tools (list, describe, execute) - Prompt generation and improvement - Data export/import - Health check and public stats - API keys management Published as @tpmjs/tools-hllm@0.1.0
11 lines
227 B
JSON
11 lines
227 B
JSON
{
|
|
"extends": "@tpmjs/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"incremental": false,
|
|
"composite": false
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|