todo(17): open

This commit is contained in:
Tiara Rodney 2026-06-18 23:10:26 +02:00
parent 0a4adbdc5f
commit 7edfb0640c
Signed by: tiara
GPG key ID: 5CD8EC1D46106723

16
TODO
View file

@ -294,3 +294,19 @@ Description: The same transformers 5.x return-type change that broke
it in both operators. Add a unit test for _input_ids covering the it in both operators. Add a unit test for _input_ids covering the
BatchEncoding and bare-sequence cases. This is the sweep I should BatchEncoding and bare-sequence cases. This is the sweep I should
have done at #15. have done at #15.
--ISSUE
Content-Type: application/issue
ID: 17
Type: feature
Title: docs: state up front that this is not tool-calling
Status: open
Priority: medium
Created: 2026-06-18
Module: sekft
Relationships:
Description: Add a prominent clarification to the README intro that sekft trains
shell operation, not function-calling: the model is given no typed
tool API or 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 does.