mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-18 16:02:32 +00:00
Rename Factory to Foundry
This commit is contained in:
parent
0a8fda040b
commit
324de36577
256 changed files with 605 additions and 603 deletions
22
foundry/README.md
Normal file
22
foundry/README.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Sandbox Agent Foundry
|
||||
|
||||
TypeScript workspace task system powered by RivetKit actors and SQLite/Drizzle state.
|
||||
|
||||
## Quick Install
|
||||
|
||||
```bash
|
||||
curl -fsSL https://bun.sh/install | bash
|
||||
pnpm install
|
||||
pnpm -w build
|
||||
```
|
||||
|
||||
## Project Goals
|
||||
|
||||
- **Simple**: There's one screen. It has everything you need. You can use it blindfolded.
|
||||
- **Fast**: No waiting around.
|
||||
- **Collaborative**: Built for fast moving teams that need code reviewed & shipped fast.
|
||||
- **Pluggable**: Works for small side projects to growing teams.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
Loading…
Add table
Add a link
Reference in a new issue