Add runtime abstraction and agent loop

Co-authored-by: codegirl007 <codegirl-007@users.noreply.github.com>
This commit is contained in:
Cursor Agent
2026-08-17 16:47:22 +00:00
co-authored by codegirl007
parent 54dc5658c6
commit 94146fcae2
17 changed files with 1512 additions and 2 deletions
+10 -1
View File
@@ -1,4 +1,13 @@
.PHONY: phase1 test
.PHONY: build demo demo-binary phase1 test
build:
go build -o agentbox ./cmd/agentbox
demo-binary:
./scripts/build_demo.sh
demo: build demo-binary
./agentbox run ./examples/mover --task "Launch the application, move the character to the right, and describe what happened."
phase1:
go run ./cmd/agentbox phase1