Commit aab810c
fix: remove leftover post_training and toolgroups CLI commands (#333)
## Summary
- Remove `post_training` CLI module which references removed
`post_training` API types (`AlgorithmConfig`, `TrainingConfig`) and
`client.post_training` resource
- Remove `toolgroups` CLI module which references removed
`toolgroup_register_params` type and `client.toolgroups` resource
- These broken imports caused the entire CLI (`llama-stack-client`) to
crash on any invocation
## Test plan
- [x] Verified `llama-stack-client --help` runs successfully after the
fix
- [x] Verified all remaining CLI submodule imports succeed
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Charlie Doern <cdoern@redhat.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 02b3604 commit aab810c
5 files changed
Lines changed: 0 additions & 270 deletions
File tree
- src/llama_stack_client/lib/cli
- post_training
- toolgroups
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
90 | 88 | | |
91 | 89 | | |
92 | 90 | | |
93 | | - | |
94 | 91 | | |
95 | | - | |
96 | 92 | | |
97 | 93 | | |
98 | 94 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 118 deletions
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments