Releases: mulkatz/mycel
Releases · mulkatz/mycel
v0.7.0 — Initial Public Release
Mycel v0.7.0
Initial public release of the AI-powered Universal Knowledge Engine.
Highlights
- Multi-Agent Pipeline — Five specialized agents (Classifier, Context Dispatcher, Gap-Reasoning, Persona, Structuring) orchestrated via LangGraph.js
- Dynamic Schema System — Generate domain schemas from plain-text descriptions using web research, with automatic schema evolution
- RAG — Cross-session knowledge recall via Firestore Vector Search with multilingual embeddings
- Real-time Web Enrichment — Claims extracted from conversations are validated against web sources
- Document Generation — Auto-generates structured Markdown knowledge bases
- Full API — Hono-based HTTP API with OpenAPI 3.1 spec, Scalar docs UI, and comprehensive CRUD endpoints
- Auth & Multi-Tenancy — GCP Identity Platform JWT auth with tenant-scoped data isolation
- Infrastructure as Code — Terraform modules for GCP (Firestore, Cloud Run, IAM, Artifact Registry)
See CHANGELOG.md for the complete list of features.