Documentation
¶
Overview ¶
demo is a minimal coding agent that uses jinn as its sandboxed tool executor. It ports the shell-script shoop agent to Go, replacing bash primitives with the jinn binary's JSON-over-stdio protocol.
Tools map to jinn (run_shell, read_file, write_file, edit_file, multi_edit, search_files, stat_file, list_dir) with web_fetch delegated to the defuddle CLI. Zero third-party imports — stdlib only, matching jinn itself.
Click to show internal directories.
Click to hide internal directories.