This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Description
Describe the bug
When running llama-stack-client eval_tasks list I receive the following error:
╭──────────────────────────────────────────────────────────────────╮
│ Failed to list eval tasks │
│ │
│ Error Type: AttributeError │
│ Details: 'LlamaStackClient' object has no attribute 'eval_tasks' │
╰──────────────────────────────────────────────────────────────────╯
To Reproduce
- Install the latest Llama Stack Client
pip install llama-stack-client
- Ensure a Llama Stack Server is running and pre-configured using
llama-stack-client configure
- Run the following command
llama-stack-client eval_tasks list
Expected behavior
The list of eval tasks should be printed to the console or a blank list if none exist
Desktop
- OS: Mac OS
- llama stack client ver: v0.2.14