Skip to content

Releases: sparkplug604/praxis

v0.3.0

11 Jun 06:14

Choose a tag to compare

Praxis v0.3.0 adds the first Core intake layer for converting source material before it enters capture, chunking, search, SkillGraph memory, or agent workflows.

This release adds source-type detection, document/media conversion, parse-quality scoring, converter metadata, and warning propagation so Praxis can better track whether a source was cleanly extracted before it becomes reusable agent knowledge.

Highlights include:

  • PDF, Office, text, image, audio, and video intake paths.
  • Parse-quality scores and extraction warnings.
  • Source-linked evidence units for converted content.
  • Optional OCR, speech-to-text, keyframe, scene, diarization, word-alignment, and visual-embedding adapters.
  • Intake metadata carried into captures, chunks, and praxis search --explain.
  • Lightweight default install, with heavier media dependencies kept optional.

This keeps Praxis moving toward a safer agent knowledge layer: sources are now inspected, converted, scored, and traced before downstream retrieval or skill export.

Full Changelog: v0.2.0...v0.3.0

Praxis v0.2.0

08 Jun 07:37

Choose a tag to compare

Praxis v0.2.0

Praxis v0.2.0 adds the first experimental BigQuery warehouse connector for Praxis Reach.

Added

  • Experimental bigquery Reach connector.
  • Read-only BigQuery client wrapper with dry-run support and query-job metadata capture.
  • --warehouse bigquery support for agency client capsules.
  • Warehouse query manifests for segment-size previews, buyer-signal rollups, suppression checks, and campaign-outcome rollups.
  • Canonical GTM ontology additions for buyer signals, segments, contacts, accounts, suppression counts, stale records, and signal strength.
  • BigQuery setup documentation.
  • Fake-client tests for BigQuery setup, discovery, dry-run budget enforcement, and aggregate evidence output.

Notes

The BigQuery connector is experimental. It is designed for approved read-only manifests, aggregate evidence cards, table allowlists, and max_bytes_billed guardrails. It does not copy full warehouse tables into Praxis and should not be treated as production-hardened until tested against real client environments.

Praxis v0.1.0

15 May 17:55

Choose a tag to compare

Changelog

0.1.0 - 2026-05-15

Initial public release.

Praxis includes:

  • source capture and ingestion for web links, local files, directories, notes, papers, and watchlist hits;
  • local SQLite-backed archive, vector, relational, and SkillGraph stores;
  • provisional SkillGraph memory with audited change sets;
  • promote, deprecate, and rollback commands for reversible graph updates;
  • local-hash embeddings and optional OpenAI embedding support;
  • hybrid search across semantic chunks, keyword matches, and SkillGraph context;
  • explainable retrieval output with source and graph hints;
  • watchlist scanning for trusted research and web sources;
  • export commands for graph and skill-reference artifacts;
  • health checks and retrieval eval commands.