Skip to content

Commit 1b0ad1e

Browse files
committed
fixup! docs: Add logging guide and update references
Move interactive_streaming_sandbox example to shell PR.
1 parent cea3394 commit 1b0ad1e

File tree

3 files changed

+0
-68
lines changed

3 files changed

+0
-68
lines changed

examples/AGENTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Runnable example scripts demonstrating aviato SDK usage patterns.
1616
|------|---------|-------------|-------------|
1717
| `quick_start.py` | Sync | `def main()` | Context manager with exec |
1818
| `basic_execution.py` | Sync | `def main()` | Context manager pattern with exec, file ops |
19-
| `interactive_streaming_sandbox.py` | Sync | `def main()` | Log streaming with exec interaction |
2019
| `streaming_exec.py` | Sync | `def main()` | Real-time stdout iteration |
2120
| `stdin_streaming.py` | Sync/Async | `def main()` | Stdin streaming with `exec(stdin=True)` |
2221
| `function_decorator.py` | Sync | `def main()` | Remote function execution with `@session.function()` |

examples/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,6 @@ Demonstrates:
7474
- Separate stdout/stderr handling
7575
- Process lifecycle (returncode, poll, wait, result)
7676

77-
### Interactive Streaming Sandbox (`interactive_streaming_sandbox.py`)
78-
79-
Start a sandbox, stream logs, and use exec to change output in real time:
80-
81-
```bash
82-
python examples/interactive_streaming_sandbox.py
83-
```
84-
85-
Demonstrates:
86-
- Log streaming with `stream_logs(follow=True, timestamps=True)`
87-
- Using exec to modify sandbox state while streaming
88-
- Verifying exec doesn't disrupt a running sandbox
89-
9077
### Stdin Streaming (`stdin_streaming.py`)
9178

9279
Send input to interactive commands:

examples/interactive_streaming_sandbox.py

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)