From 2add627e4dee993d2b92f3806558d4993a9a641a Mon Sep 17 00:00:00 2001 From: eGroupTeam <35906352+eGroupTeam@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:48:52 +0800 Subject: [PATCH] docs(readme): add integration sanity checklist and showcase link Improve onboarding consistency with a short operational checklist and direct traffic to the public capability showcase. Co-authored-by: a6091731 <10756817+a6091731@users.noreply.github.com> Made-with: Cursor --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2d21133..01e6a03 100644 --- a/README.md +++ b/README.md @@ -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 | @@ -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)