Skip to content

feat: SynapseKit v0.6.4#35

Merged
AmitoVrito merged 5 commits intomainfrom
docs/v0.6.4
Mar 15, 2026
Merged

feat: SynapseKit v0.6.4#35
AmitoVrito merged 5 commits intomainfrom
docs/v0.6.4

Conversation

@AmitoVrito
Copy link
Copy Markdown
Contributor

Summary

  • DocxLoader — load Microsoft Word (.docx) files (pip install synapsekit[docx])
  • MarkdownLoader — load Markdown files with optional YAML frontmatter stripping (stdlib)
  • HyDERetriever — Hypothetical Document Embeddings retrieval strategy
  • ShellTool — async shell command execution with timeout and allowed_commands whitelist
  • SQLSchemaInspectionTool — inspect database schema (list_tables, describe_table)
  • FilesystemLLMCache — persistent file-based LLM cache using JSON files (cache_backend="filesystem")
  • JSONFileCheckpointer — file-based graph checkpointing using JSON files
  • COST_TABLE — updated with GPT-4.1, o3/o4-mini, Gemini 2.5, DeepSeek, Groq models
  • Version bumped to 0.6.4 — 587 tests passing, lint clean

Test plan

  • All 587 tests pass (uv run pytest tests/ -q)
  • Lint clean (uv run ruff check src/ tests/)
  • CI passes

@AmitoVrito AmitoVrito merged commit 79469f6 into main Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant