Initial public ModelForge release
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
project:
|
||||
id: example-ops
|
||||
name: ExampleOps
|
||||
description: Deterministic network configuration generation from structured requirements.
|
||||
|
||||
bindings:
|
||||
assistant.general:
|
||||
contract_version: 1
|
||||
channel: stable
|
||||
priority: interactive
|
||||
benchmark_suites: [netops-requirements-extraction-v1]
|
||||
|
||||
notes:
|
||||
- LLM output must be normalized into a validated intermediate representation.
|
||||
- Final device CLI must be generated by deterministic logic, not direct unconstrained LLM output.
|
||||
@@ -0,0 +1,24 @@
|
||||
project:
|
||||
id: examplerag
|
||||
name: ExampleRAG
|
||||
description: Central retrieval-augmented-generation platform.
|
||||
|
||||
bindings:
|
||||
rag.embedding:
|
||||
contract_version: 1
|
||||
channel: stable
|
||||
priority: production
|
||||
migration_support: reindex
|
||||
benchmark_suites: [examplerag-retrieval-v1]
|
||||
|
||||
rag.reranking:
|
||||
contract_version: 1
|
||||
channel: stable
|
||||
priority: production
|
||||
benchmark_suites: [examplerag-reranking-v1]
|
||||
|
||||
document.ocr:
|
||||
contract_version: 1
|
||||
channel: stable
|
||||
priority: background
|
||||
optional: true
|
||||
@@ -0,0 +1,34 @@
|
||||
project:
|
||||
id: examplevision
|
||||
name: ExampleVision
|
||||
description: Pokémon card collection, recognition and value tracking.
|
||||
|
||||
bindings:
|
||||
vision.embedding:
|
||||
contract_version: 1
|
||||
channel: experimental
|
||||
priority: interactive
|
||||
migration_support: reindex
|
||||
benchmark_suites: [examplevision-card-retrieval-v1]
|
||||
|
||||
document.ocr:
|
||||
contract_version: 1
|
||||
channel: experimental
|
||||
priority: interactive
|
||||
benchmark_suites: [examplevision-card-ocr-v1]
|
||||
|
||||
speech.transcription:
|
||||
contract_version: 1
|
||||
channel: experimental
|
||||
priority: interactive
|
||||
benchmark_suites: [examplevision-spoken-card-search-v1]
|
||||
|
||||
assistant.vision:
|
||||
contract_version: 1
|
||||
channel: stable
|
||||
priority: interactive
|
||||
benchmark_suites: [examplevision-card-reasoning-v1]
|
||||
|
||||
notes:
|
||||
- Vision embedding and speech transcription are shadow integrations; neither changes the production recognizer.
|
||||
- Document OCR remains experimental until a safe candidate passes the project quality gate.
|
||||
Reference in New Issue
Block a user