This repository was archived by the owner on Sep 21, 2026. It is now read-only.
v0.4.3 Fix a module import error affecting agentic workflows.
π Overview
LattifAI Python v0.4.3 is a critical patch release that fixes a module import error affecting agentic workflows. This release also introduces convenient short option flags for API keys, improved environment variable handling, and expanded Python version support.
π Critical Bug Fixes
Fixed Module Import Error for Workflows
Issue: Workflow commands failed with error: No module named 'lattifai.workflows.prompts'
Fix: Updated package configuration in pyproject.toml to correctly include the lattifai.workflows.prompts package and its data files.
This fix ensures that:
- β
lai agent --youtubecommands work correctly - β Workflow prompt templates are properly included in the package
- β All agentic workflow features function as expected
Impact: Without this fix, users could not use any agentic workflow features introduced in v0.4.0.