mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 21:03:26 +00:00
11 lines
298 B
TOML
11 lines
298 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["server/packages/*"]
|
|
|
|
[workspace.package]
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Sandbox Agent Contributors"]
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/rivet-dev/sandbox-agent"
|
|
description = "Universal agent API for AI coding assistants"
|