From da742f9fdfd62153ed0d8852fb08f8968b47a7e8 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Wed, 25 Feb 2026 15:54:53 -0700 Subject: [PATCH] added todo list --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a941566..b5915f1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ # This is an AI Coding Agent built on security first principles ### Architecture -- the interface and orchstration runs natively +- 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