Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ for chunk in client.send_chat_stream(agent_id, {
pip install ai-sandbox-sdk-python
```

## Integration Sanity Checklist

- Keep `AI_SANDBOX_API_KEY` in secure runtime configuration.
- Confirm `AI_SANDBOX_BASE_URL` points to the intended environment.
- Verify `[DONE]` handling in stream consumers before release.

## Snapshot

| Metric | Value |
Expand All @@ -74,6 +80,7 @@ pip install ai-sandbox-sdk-python
## Links

- [Official System Integration Docs](https://www.egroupai.com/ai-sandbox/system-integration)
- [Public Capability Showcase](https://github.com/a6091731/ai-sandbox-public-showcase)
- [30-Day Optimization Plan](docs/30D_OPTIMIZATION_PLAN.md)
- [Integration Guide](docs/INTEGRATION.md)
- [Quickstart Example](examples/quickstart.py)
Expand Down
Loading