docs(18): clarify the intro is not tool-calling; changelog 1.0.3
This commit is contained in:
parent
c1d9947e9b
commit
03610709b7
2 changed files with 15 additions and 0 deletions
|
|
@ -5,6 +5,12 @@ land with **no imperative**, discover where directives live, learn the provider
|
|||
from its own self-documentation, do the work, and terminate (`exit` on success,
|
||||
`panic` when genuinely blocked).
|
||||
|
||||
> **Not tool-calling.** sekft trains shell operation, not function-calling. The
|
||||
> model is given no typed tool API and no JSON-schema action list; it writes
|
||||
> plain-text commands at a real prompt, with the whole system as its action
|
||||
> space, discovered like a person would (`--help`, `man`, `ls`) rather than
|
||||
> enumerated up front.
|
||||
|
||||
sekft is the **training half**. The dataset and the synthetic-data factory live
|
||||
in [`posix-sdc`](../posix-sdc) (`tiararodney.posix-sdc`), which this package
|
||||
depends on. Here live the trainer, the behavioural evaluator, and the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue