diff --git a/README.md b/README.md index 3bad257..8ad5d7f 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,12 @@ chunks.forEach(System.out::println); ``` +## 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 | @@ -79,6 +85,7 @@ chunks.forEach(System.out::println); ## 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](src/main/java/com/egroupai/sandbox/sdk/examples/Quickstart.java)