Skip to content

Commit 0b5b547

Browse files
committed
docs: add workflow guide for agent integration
Add comprehensive workflow guide covering: - Authentication setup (API key and JWT) - Basic query workflow with validation - Streaming with SSE clients (Python/JS) - Multi-database workflow - Batch processing patterns - Error handling and retry strategies - Integration patterns (pipelines, chatbots, BI tools, Slack) - Best practices for production use
1 parent 3632659 commit 0b5b547

2 files changed

Lines changed: 768 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ docker-compose up -d
233233

234234
| Document | Description |
235235
|----------|-------------|
236+
| [Workflow Guide](docs/WORKFLOW_GUIDE.md) | Integration patterns and usage workflows |
236237
| [API Reference](docs/API.md) | Complete endpoint documentation |
237238
| [Configuration](docs/CONFIGURATION.md) | Environment variables and options |
238239
| [Deployment](docs/DEPLOYMENT.md) | Docker, Kubernetes, production |

0 commit comments

Comments
 (0)