cei_pipeline

Configure CEI weights via the FAE config-threshold API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/huangxn27/broadband-agent-demo --skill cei-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cei_pipeline
Source: https://github.com/huangxn27/broadband-agent-demo/tree/main/backend/skills/cei_pipeline
Command: npx skills add https://github.com/huangxn27/broadband-agent-demo --skill cei-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The CEI weight configuration downlink enables automated, authenticated deployment of 8-dimension CEI weights to the FAE platform via the config-threshold API, turning planning decisions into concrete interface calls.

Core Features & Use Cases

  • CLI-based weight management: supply 8-dimension weights as a CSV to override defaults and apply configurations.
  • Safe integration: resolve a config.ini, authenticate, and push the threshold configuration to FAE, returning structured results.
  • Use cases include adjusting CEI weights during provisioning, testing different weight schemas, and quickly reverting to defaults when needed.

Quick Start

Invoke the CLI with a comma-separated weights string to configure CEI weights or omit it to use defaults.

Frequently Asked Questions about cei_pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure CEI weights for FAE using the config-threshold API?

Configure CEI weights by calling the FAE config-threshold API to deploy multi-dimension scoring weights. Supply a comma-separated weights string to override defaults, or omit it to apply default configurations during provisioning workflows.

What CEI dimensions can I adjust when deploying weight configurations to FAE?

CEI weight configuration supports 8 dimensions: business quality, WiFi, stability, terminal KPI, gateway KPI, rate, ODN, and OLT. You define these weights as a CSV string to override default values before pushing them to the FAE platform.

How do I revert CEI scoring weights to default values during provisioning?

Revert CEI scoring weights to defaults by invoking the CLI without supplying a comma-separated weights string. The tool resolves default weight configurations and applies them via an authenticated config-threshold API request to FAE.

Does the CEI weight configuration tool require a config.ini file to authenticate API requests?

The CEI weight configuration tool optionally resolves a config.ini file to handle authentication and parameter parsing for API requests. It enforces authenticated config-threshold calls with timeouts to safely push weight schemas to the FAE platform.

What is returned after deploying CEI weights through the config-threshold API?

Deploying CEI weights through the config-threshold API returns a structured JSON result detailing the configuration status. This allows you to verify threshold adjustments across the 8 CEI dimensions within your provisioning workflow.

Can I test different CEI weight schemas for multi-dimension scoring without permanent changes?

Test different CEI weight schemas by passing varying comma-separated weight strings as CLI input. This adjusts the 8 scoring dimensions temporarily, enabling quick validation and reversion to default weights if needed.