added todo list

This commit is contained in:
2026-02-25 15:54:53 -07:00
parent 0cd089894b
commit da742f9fdf
+14 -1
View File
@@ -1,6 +1,19 @@
# This is an AI Coding Agent built on security first principles # This is an AI Coding Agent built on security first principles
### Architecture ### 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. - 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