v1.4.22
- Agent.run(): full tool-calling loop with max_iterations, verbose mode, and permission prompts ([y]es/[n]o/[a]ll) with allow_tools bypass list
- kg_facts.memory_id: formal FK to memory_lifecycle(id) so facts retain provenance when derived from approved memories
- /api/kg/facts: returns memory_id and memory_status for linking back to source memories without extra round-trips
- ollama tool calling: fixes message sanitization and proper tool_calls handling in assistant messages
- gen_image/gen_video: fixes init.py exports
What's Changed
- feat: add x-exa-integration header to search_exa by @tgonzalezc5 in #228
- Caug/readme by @cagostino in #229
- Caug/readme by @cagostino in #230
- Update setup.py by @cagostino in #231
New Contributors
- @tgonzalezc5 made their first contribution in #228
Full Changelog: v1.4.21...v1.4.22