Skip to content

Engine#4

Open
aayank13 wants to merge 7 commits into
mainfrom
engine
Open

Engine#4
aayank13 wants to merge 7 commits into
mainfrom
engine

Conversation

@aayank13

@aayank13 aayank13 commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

aayank13 and others added 6 commits June 28, 2026 18:38
- Refactor PreflightPredictor to track transitions between capabilities per application/session scope.
- Introduce global fallback for scopes with insufficient data.
- Add metrics for preflight effectiveness and expose them via API.
- Implement SubscriptionRegistry for managing capability subscriptions with TTL.
- Enhance Router to support memory and lifecycle reporting, and subscription management.
- Add new EngineEvent variants for model eviction and preflight warming events.
- Introduced a new `stream` method in the `Provider` trait to allow providers to emit incremental text deltas during inference.
- Added `StreamChunk` enum to represent different types of events in a streaming inference response, including `Started`, `Text`, `Completed`, and `Error`.
- Implemented `invoke_stream` in the `DaemonClient` to handle streaming responses over SSE.
- Updated the HTTP server to include a new `/v1/invoke/stream` endpoint for streaming inference output.
- Enhanced the `Router` to support bearer token authentication for API routes.
- Added metrics endpoint for Prometheus scraping.
- Improved error handling and request correlation with `x-request-id` headers.
- Updated dependencies in `Cargo.toml` for `reqwest` and `tokio`.
feat: implement per-scope Markov chain preflight prediction
@aayank13
aayank13 requested review from BH3GEI and Copilot and removed request for BH3GEI July 7, 2026 13:58

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@aayank13
aayank13 requested a review from BH3GEI July 7, 2026 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants