cef-inference

Official

Inline ML inference for CEF handlers.

AuthorCEF-AI
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Enable inline ML model inference inside CEF agent handlers, allowing models to run directly in the runtime without external API calls.

Core Features & Use Cases

  • Inline inference via context.models.<alias>.infer(...) for non-streaming results and .stream(...) for streaming outputs.
  • Supports the full 16-model registry (yolo, yoloXL, whisper, whisperTiny, whisperLarge, llm, llamaVision, qwenVision, qwenCoder, mistral7b, mistralSmall, embedding, emotionClassifier, sentimentAnalysis, plateDetector, plateOcr) with input/output schemas and practical handler examples.
  • Streaming consumption enables per-chunk results and real-time feedback within agent workflows.
  • Useful in building end-to-end agent pipelines: vision, ASR, NLP, and code-generation inside a single handler.

Quick Start

Create a CEF agent handler and call context.models.<alias>.infer or context.models.<alias>.stream to perform in-model inference.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: cef-inference
Download link: https://github.com/CEF-AI/skills/archive/main.zip#cef-inference

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.