Examples ​
Concrete showcase workflows built with the current Agentsy package ecosystem.
Easy ​
- CLI log summarizer — stream model output into a terminal-friendly summary with minimal wiring.
Intermediate ​
- Node DNS blocklist workflow — ingest multiple logs, stream model output, validate schema, and update remote DNS when a source IP should be blocked.
- Multi-provider policy gate — switch providers while keeping one normalized schema-gated automation path.
Advanced ​
- Agent tool loop with retries + continuation — run a multi-step tool loop, retry transient failures, and resume interrupted streams with continuation prompts.
- Stateful ops copilot backend — keep conversation state, stream AG-UI events, and recover interrupted responses.
- Local-first memory RAG + runtime injection — build citation-preserving memory context with hybrid retrieval and token-budget packing.
- All-tooling end-to-end workflow — combine SSE parsing, normalization, processing, tool loop orchestration, recovery, UI state, AG-UI conversion, rendering, and gated actions.
Notes ​
- These examples are illustrative architecture patterns, not product templates.
- Replace provider and infrastructure endpoints with your own environment-specific implementations.