Initial commit: Flutter 无书应用项目
This commit is contained in:
26
.trae/skills/planning-with-files/examples/boxlite/README.md
Normal file
26
.trae/skills/planning-with-files/examples/boxlite/README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# BoxLite Examples
|
||||
|
||||
Working examples for running planning-with-files inside [BoxLite](https://boxlite.ai) micro-VM sandboxes via [ClaudeBox](https://github.com/boxlite-ai/claudebox).
|
||||
|
||||
## Files
|
||||
|
||||
| File | Description |
|
||||
|------|-------------|
|
||||
| `quickstart.py` | Full Python example — loads planning-with-files as a ClaudeBox Skill, runs a planning session inside a BoxLite VM |
|
||||
|
||||
## Requirements
|
||||
|
||||
```bash
|
||||
pip install claudebox
|
||||
export CLAUDE_CODE_OAUTH_TOKEN=sk-ant-oat01-...
|
||||
```
|
||||
|
||||
## Run
|
||||
|
||||
```bash
|
||||
python quickstart.py
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
See [docs/boxlite.md](../../docs/boxlite.md) for the full integration guide.
|
||||
Reference in New Issue
Block a user