3 comments

[ 0.29 ms ] story [ 11.4 ms ] thread
Sigil compiles a plain-markdown skill into a program the model runs inside. It's not a runtime that reads skills, it's a compiler: SKILL.md in, standalone agent harness out.

It's written in Jac (https://www.jaseci.org), that's where the graph runtime, the typed "by llm" slots and the concurrency come from. Docs: https://sigilagent.com. Happy to go deep on the IR design.

Didn't understand how it works!