From 7edfb0640cca1d04e1affc7e02b135e95387cc91 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Thu, 18 Jun 2026 23:10:26 +0200 Subject: [PATCH] todo(17): open --- TODO | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/TODO b/TODO index d5020fe..49e535a 100644 --- a/TODO +++ b/TODO @@ -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 BatchEncoding and bare-sequence cases. This is the sweep I should 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.