omega_ingest
Stores a knowledge fragment with source and evidence tier metadata for future retrieval via semantic RAG queries.
Instructions
Stores a new knowledge fragment in the provenance RAG store with source and evidence tier metadata. Use this to persist decisions, patterns, or findings for future retrieval via omega_rag_query. Returns JSON with fields: fragment_id, stored (boolean), timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Text content to store, e.g. 'Switched from Poetry to setuptools for pyproject.toml compatibility'. | |
| source | No | Origin identifier for provenance tracking, e.g. 'code-review', 'user-session', 'documentation'. | |
| tier | No | Evidence confidence tier: A (verified/reproducible), B (reliable), C (single source), D (unverified). | B |