@tpmjs/tools-hllm
Get execution logs for topology runs.
Authentication failed: Invalid API key. Ensure HLLM_API_KEY is correct.
Last checked: 1/17/2026, 1:02:17 AM
Test @tpmjs/tools-hllm (getExecutionLogs) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-hllmpnpm add @tpmjs/tools-hllmyarn add @tpmjs/tools-hllmbun add @tpmjs/tools-hllmdeno add npm:@tpmjs/tools-hllmimport { getExecutionLogs } from '@tpmjs/tools-hllm';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { getExecutionLogs } from '@tpmjs/tools-hllm';
const result = await generateText({
model: openai('gpt-4o'),
tools: { getExecutionLogs },
prompt: 'Your prompt here...',
});
console.log(result.text);Available configuration options
sessionIdstringFilter logs by session ID.
limitnumberMaximum number of logs to return.
offsetnumberNumber of logs to skip.
Schema extracted: 1/17/2026, 12:59:42 AM
ERROR: No README data found!
Downloads/month
0
Quality Score