Skip to content

Hephaestus

v0.3.0 Feature

This release adds 4 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

a2a agent agent-framework agent-os-desktop agent-skills agentic-ai
+13 more
agentic-workflow agentos agents agents-team agentshub ai-agents autonomous-agents llm llm-agents llm-tools mcp multi-agent-systems ochestration

Summary

AI summary

Ontology search engine adds Korean/CJK support, RRF hybrid ranking, and host‑LLM hooks; Builder wiring introduces ontology‑backed agents with contract injection; Architecture updates include sync adapters, loop_policy risk tiers, and MCP verification scripts.

Full changelog

v0.3.0 — CJK search, RRF fusion, LLM search hooks, ontology-backed agents

Ontology search engine (Track A)

  • Korean/CJK search now works. CJK bigram tokenizer + FTS5 trigram index; existing databases migrate and re-embed automatically on first open (schema v2).
  • RRF hybrid ranking replaces mixed-scale fixed-weight fusion, computed over a bounded candidate pool (no full-corpus Python cosine scan).
  • Host-LLM search hooks (optional, zero extra cost): query expansion and rerank callables injectable by the host CLI runtime (Claude Code / Codex). No embedding API or key required.
  • Data-sovereignty gate: chunks scoped private/confidential are never passed to cloud rerank hooks — enforced inside the search pipeline and covered by a behavioral test.
  • 15% chunk overlap so context is not cut at window boundaries.

Builder wiring (Track B)

  • New ontology-backed-agent overlay mode: corpus-dependent requests generate retrieval-first, source-cited agents (modes/ontology-backed-agent.md).
  • Rule-based governance contract injection via .agentlas/contract-injection-map.json — only the contracts matching the agent's task traits are injected (no more blanket 26-contract packages).
  • Golden-path reference: examples/ontology-proposal-agent/ with a behavioral verify.sh (ingest → retrieve → draft → separate-context verify → human gate).

Architecture (Track C)

  • scripts/sync-adapters.sh renders the canonical core into runtime adapter mirrors; --check is wired into verify-package.sh and blocks drift.
  • loop_policy (none / self-correct / verified) derived from task risk tier; verified work uses a separate-context verifier (no self-grading).
  • scripts/verify-mcp-surface.sh guards the agentlas MCP registration contract across Claude Code, Codex, Gemini, and Antigravity.
  • bump-version.sh no longer hard-codes a local web path (uses AGENTLAS_WEB_INSTALL_GUIDE).

READMEs updated in en/ko/ja/zh-CN/hi. All verification gates pass: 24 unit tests, verify-package.sh, public_safety_check.sh, MCP surface check, adapter drift check, example agent behavioral verify.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Hephaestus

Get notified when new releases ship.

Sign up free

About Hephaestus

Open Agent OS for Claude Code, Codex, and Cursor with a meta-agent builder, A2A Hub routing, local ontology, and memory/security gates. Apache-2.0.

All releases →

Related context

Beta — feedback welcome: [email protected]