440e49e76e1b07d7b99ad8b86ea6d2bc8f7d0c8c
create_skill now writes a real predict/act body: the small decision model still authors title + description (engine.generate), then a larger OpenAI-compatible model (default qwen38-iq3s) writes the runnable code against the SKILL.md contract. Bodies persist to data/skills/<cat>/<name>.py, are hot-loaded via importlib, merged into the running tree, and the request re-dispatches to the new leaf. The dashboard decision-flow view shows the title/description with a writing badge while the body is being written. Codegen failure degrades to a navigable stub.
Description
A local desktop agent whose control flow is one decision model (SemIf).
285 KiB
Languages
Python
81.4%
JavaScript
11.6%
CSS
5.3%
HTML
1.7%