feat: agent base implementation
Some checks failed
Rust CI / test (push) Failing after 18s

This commit is contained in:
2025-08-15 13:30:14 +09:00
commit 986cb5f1ac
18 changed files with 340 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[package]
name = "dlx-vm"
version = "0.1.0"
edition = "2024"
[dependencies]
thiserror = "2.0.14"