Add runtime abstraction and agent loop
Co-authored-by: codegirl007 <codegirl-007@users.noreply.github.com>
This commit is contained in:
co-authored by
codegirl007
parent
54dc5658c6
commit
94146fcae2
+10
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user