2026-03-04 14:35:48 -07:00
2026-03-04 14:35:19 -07:00
2026-03-04 21:34:18 +00:00
2026-03-04 14:35:56 -07:00
2026-03-04 14:35:19 -07:00
2026-03-04 14:36:42 -07:00

This is an AI Coding Agent built on security first principles

Architecture

  • the interface and orchestration runs natively
  • all tool use and filesystem access done by the llm is sandboxed using Podman with krun microvm runtime.

todo

  • sandbox
  • generic llm sdk
  • UI
    • TUI
    • web GUI
  • tools:
    • bash
    • read file
    • write file
    • git push
    • git pull
S
Description
A security first agent. Uses a Podman krun microvm to allow tool use without exposing the underlying system.
Readme MIT 109 KiB
Languages
Python 100%