mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-24 00:51:19 +00:00
- Drop event_tx from ManagedPipeline when pipeline completes/cancels/fails so SSE streams end promptly instead of blocking until timeout (3.5s → 0.02s) - Switch reqwest from native-tls to rustls-tls to avoid 500ms macOS cert store load per process (0.67s → 0.005s per OpenAI adapter test) - Replace hardcoded sleep(500ms)/sleep(200ms)/sleep(100ms) in server and integration tests with 10ms poll loops (0.2-0.5s → 0.02-0.03s each) - Add env_clear() to ullm prompt tests to prevent .env from triggering real Anthropic API calls (0.45s → 0.15s) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cli | ||
| graph | ||
| handler | ||
| interviewer | ||
| parser | ||
| validation | ||
| artifact.rs | ||
| checkpoint.rs | ||
| condition.rs | ||
| context.rs | ||
| engine.rs | ||
| error.rs | ||
| event.rs | ||
| lib.rs | ||
| main.rs | ||
| outcome.rs | ||
| pipeline.rs | ||
| preamble.rs | ||
| server.rs | ||
| stylesheet.rs | ||
| transform.rs | ||